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.4.0 #47

Merged
merged 19 commits into from
Sep 16, 2024
Merged

Update to version 1.4.0 #47

merged 19 commits into from
Sep 16, 2024

Commits on Nov 5, 2022

  1. Autosize text inside Element

    Text resizing is handled by `AutoSizeableTextView`, which `Element`
    implements, so manual text resizing is unnecessary.
    Fixes #2, #6 and #12.
    p-davide committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    22d96af View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update dependencies

    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    15c1237 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.4.0 (8)

    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    08103b4 View commit details
    Browse the repository at this point in the history
  3. Replace images on main screen with crudely cut-out PNGs having a tran…

    …sparent background, rather than a white one
    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9edc8a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from SecUSo/replace-images-for-darkmode

    Replace images on main screen for darkmode
    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f56e8a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/development' into fix

    # Conflicts:
    #	app/src/main/java/org/secuso/privacyfriendly2048/activities/Element.java
    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    588556f View commit details
    Browse the repository at this point in the history
  6. Fix auto text size

    - Set minimum to 1 SP and max to 100 SP
    - Set max lines to 1
    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    03d8969 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e6e622 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from p-davide/fix

    Autosize text inside `Element`
    udenr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    19b7f2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cb49b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    db22c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0db621 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707eabe View commit details
    Browse the repository at this point in the history
  4. Handle Ctrl+Z as undo

    RobbieNesmith committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1ce2f3f View commit details
    Browse the repository at this point in the history
  5. Add air actions

    RobbieNesmith committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2900234 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge pull request #39 from RobbieNesmith/add-air-actions

    Add air actions for using Samsung's S Pen
    udenr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7d6d38e View commit details
    Browse the repository at this point in the history
  2. Update github workflows

    udenr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    30ff164 View commit details
    Browse the repository at this point in the history
  3. Remove ApplicationTest.java

    udenr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d88bc64 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from SecUSo/update-workflow

    Update workflow
    udenr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    584038f View commit details
    Browse the repository at this point in the history