Android Change Log
– Fixed Blog Issues
– Fixed Cash format issue in Make Offer
– Fixed dial option issue
– Map Setting Bug Fixed (Backend)
– Delete user and related tables (Backend)
Backend Change Log
– Item Conditions CRUD
– When registered user delete from backend, all the related table will delete at other tables
– When item delete from backend, all the related table will delete at other tables
Effected Files For Android Studio
updated: app/build.gradle
updated: app/src/main/java/com/panaceasoft/psbuyandsell/db/PSCoreDb.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/repository/blog/BlogRepository.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/chat/chat/ChatFragment.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/chathistory/adapter/BuyerChatHistoryListAdapter.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/chathistory/adapter/SellerChatHistoryListAdapter.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/adapter/ItemHorizontalListAdapter.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/adapter/ItemVerticalListAdapter.java
updated: app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/detail/ItemFragment.java
updated: app/src/main/res/layout/fragment_item.xml
updated: app/src/main/res/values-ar/strings.xml
updated: app/src/main/res/values-de/strings.xml
updated: app/src/main/res/values-es/strings.xml
updated: app/src/main/res/values-fr/strings.xml
updated: app/src/main/res/values-hi-rIN/strings.xml
updated: app/src/main/res/values-in/strings.xml
updated: app/src/main/res/values-it/strings.xml
updated: app/src/main/res/values-ja/strings.xml
updated: app/src/main/res/values-ko/strings.xml
updated: app/src/main/res/values-ms/strings.xml
updated: app/src/main/res/values-pt/strings.xml
updated: app/src/main/res/values-ru/strings.xml
updated: app/src/main/res/values-th/strings.xml
updated: app/src/main/res/values-tr/strings.xml
updated: app/src/main/res/values-zh/strings.xml
updated: app/src/main/res/values/strings.xml
Effected Files For Backend
– application/controllers/backend/Item_conditions.php
– application/language/english/ps_lang.php
– application/libraries/PS_Delete.php
– application/views/backend/item_conditions/entry_form.php
– application/views/backend/item_conditions/entry_form_script.php
– application/views/backend/item_conditions/list.php
– application/views/backend/item_conditions/list_script.php
– application/views/backend/item_conditions/search_form.php
– application/controllers/backend/Registered_users.php
– application/controllers/backend/App_settings.php