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

#16 Add dark mode #26

Merged
merged 15 commits into from
Sep 3, 2024
Merged

#16 Add dark mode #26

merged 15 commits into from
Sep 3, 2024

Commits on Dec 4, 2023

  1. ✅ Add theme menu entry

    deifyed committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bc0a0da View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    1fb7099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5f01e View commit details
    Browse the repository at this point in the history
  3. 🐛 Fix forced bg colors

    deifyed committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2108ea8 View commit details
    Browse the repository at this point in the history
  4. ✅ Add themes config

    deifyed committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    022edcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c8d60a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ac50cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30f27d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1e9c3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c26b3e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge branch 'master' into feature/master/darkmode

    # Conflicts:
    #	app/src/main/java/org/secuso/privacyfriendly2048/activities/Element.java
    udenr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    882f8ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c8e86 View commit details
    Browse the repository at this point in the history
  3. Move night theme style to values-night/styles.xml

    - Check preferences in `PF2048.kt` once instead of in every activity
    - Use AppCompatDelegate to set the theme
    udenr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    55f7c29 View commit details
    Browse the repository at this point in the history
  4. Fix error in GameActivity

    - Fix the warning/error `View class org.secuso.privacyfriendly2048.activities.Element is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).` by switching from the applicationContext to the activity
    udenr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0012e28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e1f54 View commit details
    Browse the repository at this point in the history