Commit Graph

75 Commits

Author SHA1 Message Date
Michatec ae64498a18 Update repository metadata and clean up code
- Suppress lint warnings for foreground service and install permissions in Manifest
- Replace wildcard imports with explicit imports in ProductAdapter
- Update repository name and description for the Michachatz F-Droid Archive
- Add hint to the fingerprint field in the repository edit layout
- Minor formatting update to README.md
2026-05-31 19:59:37 +02:00
Michachatz d49bce9188 Merge pull request #9 from Michatec/renovate/jackson-monorepo
Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.4
2026-05-31 19:40:55 +02:00
renovate[bot] 2e619402da Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.4 2026-05-31 17:39:36 +00:00
Michachatz 3cacd3a825 Merge pull request #3 from Michatec/renovate/jackson-monorepo
Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.4
2026-05-31 19:39:17 +02:00
Michachatz 23bb2f2587 Merge branch 'master' into renovate/jackson-monorepo 2026-05-31 19:39:03 +02:00
Michachatz 03dc8f812d Merge pull request #4 from Michatec/renovate/kotlin-monorepo
Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.3.21
2026-05-31 19:38:09 +02:00
Michachatz daf42708a4 Merge pull request #6 from Michatec/renovate/gradle
Update dependency com.android.application to v9.2.1
2026-05-31 19:37:58 +02:00
Michachatz 5d2cacb4ef Merge branch 'master' into renovate/gradle 2026-05-31 19:37:51 +02:00
Michachatz b33718820b Merge pull request #7 from Michatec/renovate/freedroidwarn
Update dependency com.github.woheller69:FreeDroidWarn to V1.13
2026-05-31 19:37:16 +02:00
Michachatz eac1bae207 Merge pull request #8 from Michatec/renovate/gradle-9.x
Update Gradle to v9.5.1
2026-05-31 19:37:04 +02:00
renovate[bot] 9108e465ab Update Gradle to v9.5.1 2026-05-30 11:16:24 +00:00
renovate[bot] cf8713976c Update dependency com.github.woheller69:FreeDroidWarn to V1.13 2026-05-27 00:07:36 +00:00
renovate[bot] c566303538 Update dependency com.android.application to v9.2.1 2026-05-27 00:07:32 +00:00
renovate[bot] 81a3177168 Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.3.21 2026-05-25 22:03:08 +00:00
renovate[bot] 56bf081f13 Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.3 2026-05-25 22:03:03 +00:00
Michachatz 06962a32ed Merge pull request #2 from Michatec/renovate/configure
Configure Renovate
2026-05-26 00:02:30 +02:00
renovate[bot] 7f5d27f656 Add renovate.json 2026-04-15 21:35:13 +00:00
Michatec 7b561fe428 Merge branch 'master' of https://github.com/Michatec/michas-droid 2026-04-09 14:27:07 +02:00
Michatec 688d03ba8b - Migrate build system to Kotlin DSL (build.gradle.kts, settings.gradle.kts)
- Upgrade `compileSdk` and `targetSdk` to 36
- Add German (`de`) localization and string resources
- Add Michachatz F-Droid repository to default list
- Update dependencies and plugins in `libs.versions.toml`
- Remove manual signing configuration from README.md
- Refactor code to use non-deprecated `alpha` property and context-based string retrieval
- Clean up `buildConfig` and locale filtering logic
2026-04-09 13:34:45 +02:00
Michachatz fb06922278 Remove version badge from README
Removed a version badge from the README.
2026-03-30 00:22:31 +02:00
Michachatz 821d847ce2 Update license link in README.md 2026-03-30 00:22:19 +02:00
Michachatz 5a76773ae3 Enhance README with project badges
Added badges for version, downloads, issues, contributors, and license.
2026-03-29 23:55:39 +02:00
Michachatz f303844e28 Add warning about Google identity requirements
Added a warning about upcoming Google requirements for apps on certified Android devices.
2026-03-25 07:37:58 +01:00
Michatec 9e32fe3871 - Move FreeDroidWarn initialization from MainApplication to ScreenActivity v1.7 2026-03-24 17:43:21 +01:00
Michatec 6b2ac6d740 - Removed old changelogs
- Removed launcher SVG and build script
2026-03-24 17:33:47 +01:00
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