Commit Graph

50 Commits

Author SHA1 Message Date
Michatec 2c9af08e8c - Refactor code to use idiomatic Kotlin functions like isNullOrEmpty(), associateBy, and appendRange
- Increase `DiffUtil` threshold in `CursorRecyclerAdapter` to 500 and optimize equality checks
- Simplify locale configuration by removing legacy Android SDK version checks
- Remove unnecessary `@SuppressLint` annotations and `@Volatile` modifiers
- Improve performance of collection operations in `ProductFragment` and `Preferences` using `associateBy` and `firstOrNull`
- Suppress deprecation warnings for `getOpacity` in `DrawableWrapper` and `TabsFragment`
- Clean up service binding logic in `Connection.kt` with better type casting
2026-03-24 17:31:51 +01:00
Michatec bdd204d9de - Migrate dependencies to Version Catalog (libs.versions.toml)
- Update Kotlin to 2.3.20 and Jackson Core to 2.21.2
- Update Gradle Wrapper to 9.4.1
- Bump version code to 17 and version name to 1.7
- Remove unused `percentTranslationY` property from `FragmentLinearLayout`
- Clean up semicolons in `MainApplication.kt`
- Update `.gitignore` to include `gradle-daemon-jvm.properties`
2026-03-24 13:07:06 +01:00
Michachatz 112d4bdb62 Integrate FreeDroidWarn for upgrade warnings 2026-03-24 08:43:37 +01:00
Michachatz ebb54fd19b Add JitPack repository and FreeDroidWarn dependency 2026-03-24 08:25:38 +01:00
Michatec ecb60038e0 - Updated build.gradle v1.6 2026-03-08 14:49:43 +01:00
Michatec 3199004951 - Updated build.gradle 2026-03-08 14:48:37 +01:00
Michatec df602c5220 - Updated the PreferencesFragment.kt
- New Build Variant added
- New strings added in strings.xml
- Updated build.gradle
2026-03-08 14:39:00 +01:00
Michatec 040e59ee58 - Updated the ScreenActivity.kt
- Some settings updated
- Fix some bugs
2026-03-08 13:03:31 +01:00
Michatec 24ff71b1fa - Renamed the package Name
- Update some features
- Fix some bugs
2026-03-08 11:39:00 +01:00
Michatec d5789bb124 -- BIG Update -- 2026-03-05 18:25:52 +01:00
kitsunyan d7b3476a4a Release 1.3 2020-08-01 05:59:01 +03:00
kitsunyan bee6af56ca Fix some bugs 2020-08-01 05:53:41 +03:00
kitsunyan edd82e2797 Add "System" theme which respects day/night state on Android 10 2020-07-31 00:40:17 +03:00
kitsunyan 175448dc8d Fix some usability issues 2020-07-30 16:46:54 +03:00
kitsunyan 3ec4eed536 Add support for metadata icons as fallback 2020-07-30 07:58:06 +03:00
kitsunyan 09067cd2d4 Allow to view packages per repository 2020-07-30 07:03:32 +03:00
kitsunyan 6467b23c65 Search in description, rank search results 2020-07-29 23:46:43 +03:00
kitsunyan 161085ada1 Properly handle multiple suggested versions 2020-07-29 20:51:05 +03:00
kitsunyan b8fb749589 Fix usability issues on screenshots screen 2020-07-29 14:59:55 +03:00
kitsunyan 640a13e7fb Release 1.2 2020-07-25 01:40:37 +03:00
kitsunyan 8fe35edc82 Update metadata 2020-07-25 00:44:37 +03:00
kitsunyan cc8766a870 Fix toolbar menu divider on Huawei EMUI 2020-07-25 00:06:04 +03:00
kitsunyan 2714f96249 Rework action buttons in product activity 2020-07-24 05:18:23 +03:00
Allan Nordhøy 3f1e080793 README reworked 2020-07-24 00:35:52 +03:00
kitsunyan 1cc79e168f Fix invalid text style in toolbar on Samsung devices 2020-07-23 00:45:45 +03:00
kitsunyan 6a55edcaa7 Further rework strings 2020-07-19 02:52:09 +03:00
Allan Nordhøy 47f7207242 Application strings reworked 2020-07-17 00:54:39 +03:00
kitsunyan a83a50c323 Fix removing update notification 2020-07-11 18:06:36 +03:00
kitsunyan cd4fca7147 Fix vector drawables on Android < 7.0 2020-07-07 23:56:08 +03:00
kitsunyan 2cd9dd761d Add Open Collective 2020-07-07 23:10:59 +03:00
kitsunyan 2c4f693d64 Respect animation setting for ViewPager2 scrolling 2020-07-06 15:22:10 +03:00
kitsunyan 6866a04932 Persist sort order 2020-07-05 02:06:25 +03:00
kitsunyan 0d4aedad87 Partial ProductAdapter updates, drop direct bindViewHolder calls 2020-07-04 12:22:22 +03:00
kitsunyan 930e195772 Manually control SearchView focus 2020-07-04 09:52:34 +03:00
kitsunyan ba3936311e Better back press handling 2020-07-04 03:14:23 +03:00
kitsunyan c34574c014 Release 1.1 2020-06-26 04:13:45 +03:00
kitsunyan a267337578 Update screenshots 2020-06-26 02:49:52 +03:00
kitsunyan f6f2cc89be Migrate from Coil to Picasso 2020-06-26 02:04:36 +03:00
kitsunyan b646259f5d Drop AppCompat 2020-06-25 23:02:28 +03:00
kitsunyan 41d5544bc8 Update readme 2020-06-22 00:44:25 +03:00
kitsunyan c31ba14d76 Handle package web URIs 2020-06-22 00:42:28 +03:00
kitsunyan 540b97ae6e Improve fast scrolling 2020-06-21 18:11:56 +03:00
kitsunyan 1103e6c75c Remove unused files from APK 2020-06-20 23:22:39 +03:00
kitsunyan 75928d260d Refactor services 2020-06-19 15:20:16 +03:00
kitsunyan 561352b685 Allow to sort by date added and last update 2020-06-16 12:01:53 +03:00
kitsunyan bb50d77547 Display compatibility information 2020-06-11 06:49:09 +03:00
kitsunyan 858b5aaa3d Schedule job if necessary only 2020-06-09 01:07:58 +03:00
kitsunyan b445bc9d24 Better install/uninstall events handling 2020-06-08 12:55:44 +03:00
kitsunyan 622b8d1d1f Add screenshots 2020-06-07 23:08:18 +03:00
kitsunyan b046baab59 Initial commit 2020-06-06 01:28:55 +03:00