Skip to content
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

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Update to version 1.2.0 #122

wants to merge 18 commits into from

Conversation

udenr
Copy link
Contributor

@udenr udenr commented Dec 9, 2024

  • Add dark mode
  • Update to target api 34
  • Update dependencies
  • Add ci workflow

jahway603 and others added 18 commits January 17, 2024 10:02
- 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
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
@udenr
Copy link
Contributor Author

udenr commented Dec 9, 2024

@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.
pfa-shopping-list-release-v1.2.0-rc1.zip

@udenr udenr requested a review from coderPaddyS December 9, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants