-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to version 1.2.0 #122
base: master
Are you sure you want to change the base?
Conversation
udenr
commented
Dec 9, 2024
- Add dark mode
- Update to target api 34
- Update dependencies
- Add ci workflow
- Switch to `DayNight` theme in `styles.xml` - Add `values-night/styles.xml` to define dark theme colors - Replace usage of `android.app.AlertDialog` with `androidx.appcompat.app.AlertDialog` to respect theme - Fix colors for selected/unselected items in ProductsItemViewHolder as they were difficult to see depending on the theme - Add listener for theme change to `SettingsActivity.java` to apply changes directly - Fix text color in `main_toolbar.xml` - Remove unnecessary `FragmentContainerView` from `activity_settings.xml` - Add theme to BackupRestorer.kt
…nd ProductsItemViewHolder.java
Add workflows and fix lint errors
…lect-darklight-mode Add support for dark/light theme
- Upgrade backup api to v1.4.0 - Change target sdk to 34 - Upgrade gradle and kotlin version - Update other dependencies
- Fix version mismatch between Java target and Kotlin target - Add missing permission
Update dependencies
@jahway603 can try out this version. If there are any visual problems in either light or dark mode, please let me know. I checked most of the views but might have missed some where the style is not correctly applied and you get, e.g., black text on a black background. It doesn't need to be perfect for now but shouldn't be worse than the previous version. Once you've tested it, I'll then create a release to publish it on Google Play / F-Droid. I attached a signed APK, so that you don't have to build the version yourself. |