Backend Change Logs

– Language Configuration Modified to use Database instead of language file (backend)
– Paid Item as New Feature (backend & api)
– Backend setting as New Feature to use Database instead of ps_config file(backend)
– Transaction history as New Feature (backend)
– Use ckeditor plugin with textarea in Blog (backend)
– Paid Config as New Feature (backend)

Backend Effected Files

– application/config/autoload.php
– application/config/config.php
– application/controllers/backend/Language_strings.php
– application/controllers/backend/Languages.php
– application/core/BE_Controller.php
– application/core/My_Controller.php
– application/core/My_Model.php
– application/helpers/ps_helper.php
– application/language/english/index.html (Deleted)
– application/language/english/ps_lang.php (Deleted)
– application/libraries/PS_Delete.php
– application/models/Language.php
– application/models/Language_string.php
– application/views/backend/components/delete_language_modal.php
– application/views/backend/components/warning_confirm_modal.php
– application/views/backend/language_strings/entry_form.php
– application/views/backend/language_strings/entry_form_script.php
– application/views/backend/language_strings/list.php
– application/views/backend/language_strings/search_form.php
– application/views/backend/languages/entry_form.php
– application/views/backend/languages/entry_form_script.php
– application/views/backend/languages/list.php
– application/views/backend/languages/list_script.php
– application/views/backend/languages/search_form.php
– application/views/backend/partials/breadcrumb_language.php
– application/views/backend/partials/language_form.php
– application/views/backend/partials/language_list.php
– application/views/backend/partials/sidebar.php
– application/controllers/rest/Items.php
– application/core/API_Controller.php
– application/libraries/PS_Adapter.php
– application/models/Item.php
– application/controllers/backend/Paid_items.php
– application/controllers/rest/Paid_items.php
– application/models/Paid_config.php
– application/models/Paid_item.php
– application/views/backend/paid_items/
– application/config/ps_config.php
– application/controllers/Main.php
– application/controllers/backend/Notis.php
– application/controllers/rest/Images.php
– application/controllers/rest/Users.php
– application/helpers/ps_mail_helper.php
– application/views/backend/abouts/entry_form.php
– application/views/backend/abouts/entry_form_script.php
– application/views/backend/components/favicon_upload_modal.php
– application/views/backend/components/sidebar_logo_upload.php
– application/views/backend/paid_items/entry_form.php
– application/views/backend/paid_items/list.php
– application/views/backend/partials/header.php
– assets/backend/css/style.css
– application/controllers/backend/Backend_configs.php
– application/controllers/backend/Transactions.php
– application/models/Backend_config.php
– application/views/backend/backend_configs/
– application/views/backend/transactions/
– application/controllers/backend/Abouts.php
– application/controllers/backend/Analytics.php
– application/controllers/backend/Api_keys.php
– application/controllers/backend/Apis.php
– application/controllers/backend/App_settings.php
– application/controllers/backend/App_users.php
– application/controllers/backend/Apps.php
– application/controllers/backend/Blogs.php
– application/controllers/backend/Categories.php
– application/controllers/backend/Contacts.php
– application/controllers/backend/Deal_options.php
– application/controllers/backend/Item_conditions.php
– application/controllers/backend/Item_currency.php
– application/controllers/backend/Item_locations.php
– application/controllers/backend/Item_price.php
– application/controllers/backend/Item_reports.php
– application/controllers/backend/Item_type.php
– application/controllers/backend/Popularitems.php
– application/controllers/backend/Ratings.php
– application/controllers/backend/Registered_users.php
– application/controllers/backend/Subcategories.php
– application/controllers/backend/System_users.php
– application/controllers/backend/Versions.php
– application/models/Module.php
– application/views/backend/blogs/list.php
– application/views/backend/blogs/list_script.php
– application/views/backend/categories/entry_form.php
– application/views/backend/categories/list.php
– application/views/backend/categories/list_script.php
– application/views/backend/categories/search_form.php
– application/views/backend/colors/search_form.php
– application/views/backend/deal_options/list.php
– application/views/backend/deal_options/list_script.php
– application/views/backend/deal_options/search_form.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/views/backend/item_currency/list.php
– application/views/backend/item_currency/list_script.php
– application/views/backend/item_currency/search_form.php
– application/views/backend/item_locations/list.php
– application/views/backend/item_locations/list_script.php
– application/views/backend/item_locations/search_form.php
– application/views/backend/item_price/list.php
– application/views/backend/item_price/list_script.php
– application/views/backend/item_price/search_form.php
– application/views/backend/item_type/list.php
– application/views/backend/item_type/list_script.php
– application/views/backend/item_type/search_form.php
– application/views/backend/items/entry_form.php
– application/views/backend/items/search_form.php
– application/views/backend/login.php
– application/views/backend/paid_items/search_form.php
– application/views/backend/partials/breadcrumb.php
– application/views/backend/popularitems/search_form.php
– application/views/backend/request_categories/search_form.php
– application/views/backend/subcategories/entry_form.php
– application/views/backend/subcategories/list.php
– application/views/backend/subcategories/list_script.php
– application/views/backend/backend_configs/
– application/views/backend/transactions/
– uploads/login_background.png
– uploads/thumbnail/login_background.png
– application/views/backend/blogs/entry_form.php
– application/views/backend/blogs/entry_form_script.php
– application/views/backend/partials/footer.php
– assets/backend/css/style.css
– application/views/backend/backend_configs/entry_form.php
– application/config/paypal.php
– application/controllers/backend/Paid_configs.php
– application/libraries/braintree_lib/
– application/libraries/paypal/
– application/libraries/stripe_lib/
– application/models/Code.php
– application/views/backend/paid_configs/

SQL

Copy to Clipboard

Android Change Logs

– Add Item Paid AD feature
– Fix Item Upload Issue (Must be choose at least one image)
– Fix login background image Issue
– Fix View count When click fav icon
– Back to dashboard from menu

Android Effected Files

updated : psbuyandsell-android/app/build.gradle
updated : psbuyandsell-android/app/src/main/AndroidManifest.xml
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/api/PSApiService.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/Config.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/db/PSCoreDb.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/di/AppModule.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/di/MainActivityModule.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/di/ViewModelModule.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/MainActivity.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/repository/common/NotificationTask.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/repository/item/ItemRepository.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/blog/detail/BlogDetailFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/blog/list/adapter/BlogListAdapter.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/common/NavigationController.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/dashboard/DashBoardSearchFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/adapter/ItemHorizontalListAdapter.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/adapter/ItemVerticalListAdapter.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/detail/ItemFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/entry/ItemEntryFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/loginUserItem/LoginUserItemListActivity.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/subcategory/SubCategoryFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/phonelogin/PhoneLoginFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/ProfileFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/UserForgotPasswordFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/userlist/detail/UserDetailFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/UserLoginFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/user/UserRegisterFragment.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/utils/Constants.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/utils/Utils.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewmodel/apploading/PSAPPLoadingViewModel.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewmodel/item/ItemViewModel.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewobject/holder/ItemParameterHolder.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewobject/Item.java
updated : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewobject/PSAppInfo.java
updated : psbuyandsell-android/app/src/main/res/layout/fragment_blog_detail.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_item.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_phone_login.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_profile.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_user_forgot_password.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_user_login.xml
updated : psbuyandsell-android/app/src/main/res/layout/fragment_user_register.xml
updated : psbuyandsell-android/app/src/main/res/layout/item_blog_list_adapter.xml
updated : psbuyandsell-android/app/src/main/res/layout/item_item_horizontal_with_user.xml
updated : psbuyandsell-android/app/src/main/res/layout/item_item_vertical_with_user.xml
updated : psbuyandsell-android/app/src/main/res/menu/menu_drawer.xml
updated : psbuyandsell-android/app/src/main/res/values-ar/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-de/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-es/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-fr/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-hi-rIN/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-in/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-it/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-ja/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-ko/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-ms/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-pt/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-ru/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-th/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-tr/strings.xml
updated : psbuyandsell-android/app/src/main/res/values-zh/strings.xml
updated : psbuyandsell-android/app/src/main/res/values/colors.xml
updated : psbuyandsell-android/app/src/main/res/values/strings.xml

created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/db/ItemPaidHistoryDao.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/repository/itempaidhistory/ItemPaidHistoryRepository.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/repository/paypal/PaypalRepository.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/loginUserItem/LoginUserPaidItemFragment.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/promote/adapter/ItemPromoteHorizontalListAdapter.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/promote/adapter/ItemPromoteVerticalListAdapter.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/promote/ItemPromoteActivity.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/item/promote/ItemPromoteFragment.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/stripe/StripeActivity.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/ui/stripe/StripeFragment.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewmodel/ItemPaidHistoryViewModel/ItemPaidHistoryViewModel.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewmodel/paypal/PaypalViewModel.java
created : psbuyandsell-android/app/src/main/java/com/panaceasoft/psbuyandsell/viewobject/ItemPaidHistory.java
created : psbuyandsell-android/app/src/main/res/drawable-hdpi/baseline_promotion_color_74.png
created : psbuyandsell-android/app/src/main/res/drawable-mdpi/baseline_promotion_color_74.png
created : psbuyandsell-android/app/src/main/res/drawable-xhdpi/baseline_promotion_color_74.png
created : psbuyandsell-android/app/src/main/res/drawable-xxhdpi/baseline_promotion_color_74.png
created : psbuyandsell-android/app/src/main/res/drawable-xxxhdpi/baseline_promotion_color_74.png
created : psbuyandsell-android/app/src/main/res/drawable/circle_black.xml
created : psbuyandsell-android/app/src/main/res/drawable/rounded_corner_global_transparent_shape_for_paid_ad.xml
created : psbuyandsell-android/app/src/main/res/layout/activity_item_promote_entry.xml
created : psbuyandsell-android/app/src/main/res/layout/activity_stripe.xml
created : psbuyandsell-android/app/src/main/res/layout/fragment_item_promote_entry.xml
created : psbuyandsell-android/app/src/main/res/layout/fragment_login_user_paid_item.xml
created : psbuyandsell-android/app/src/main/res/layout/fragment_stripe.xml
created : psbuyandsell-android/app/src/main/res/layout/item_promote_horizontal_with_user.xml
created : psbuyandsell-android/app/src/main/res/layout/item_promote_vertical_with_user.xml

Subscribe to our free newsletter