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

First steps in Jetpack Compose (reimplement parts of the user screen) #5607

Merged
merged 35 commits into from
May 5, 2024

Commits on Apr 18, 2024

  1. add compose dependencies

    westnordost committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4dfe3f3 View commit details
    Browse the repository at this point in the history
  2. add basic compose theme

    westnordost committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a29bee7 View commit details
    Browse the repository at this point in the history
  3. rather use other variant of defining per-theme colors

    This will only work if there is only dark theme and light theme, but nothing else is planned
    westnordost committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c43c97b View commit details
    Browse the repository at this point in the history
  4. kotlin up

    westnordost committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    099fb18 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    84b6577 View commit details
    Browse the repository at this point in the history
  2. lint

    westnordost committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a332c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54abc0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    695a7f8 View commit details
    Browse the repository at this point in the history
  5. break old laurel wreath

    westnordost committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9148c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    40ad1c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. implement profile screen

    westnordost committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ff2c3bf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    78603b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d949acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77e4d29 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    01d5d4a View commit details
    Browse the repository at this point in the history
  2. remove todo

    westnordost committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fc1620e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    439ec2b View commit details
    Browse the repository at this point in the history
  2. implement achievements screen

    but sadly without the "pop out" so far (not sure how to do this)
    westnordost committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ea0183e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    b5334e0 View commit details
    Browse the repository at this point in the history
  2. slower shine animation

    westnordost committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bd545b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    e94afcf View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4de00d6 View commit details
    Browse the repository at this point in the history
  2. actually show dialog

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdcc926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de860d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3757da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4635f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b59730 View commit details
    Browse the repository at this point in the history
  7. remove unused code

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    77afc13 View commit details
    Browse the repository at this point in the history
  8. implement RTL support

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    690ac2d View commit details
    Browse the repository at this point in the history
  9. shorten it a bit

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    95d8a93 View commit details
    Browse the repository at this point in the history
  10. formatting

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    733e3e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78f854e View commit details
    Browse the repository at this point in the history
  12. refine some colors

    westnordost committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    87b75f9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    afb3da5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge branch 'master' into compose1

    # Conflicts:
    #	app/src/main/java/de/westnordost/streetcomplete/screens/user/UserActivity.kt
    #	app/src/main/res/layout/fragment_quest_answer.xml
    westnordost committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b085594 View commit details
    Browse the repository at this point in the history