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

Redesign the app (un)install receiver #100

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2022

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

Commits on Oct 25, 2022

  1. chore: update sdk, build tools & plugins

     - accept IDE suggestions to refactor lint and packagingOptions in app build.gradle
     - replace package in manifest with namespace in build.gradle
       to comply with a deprecation in gradle build tools 7.3.0
    SebiderSushi committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    fb2d2d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. chore: remove Manifest override for debug builds

    Duplicate content roots are no longer supported since
    Android Gradle Plugin 7.2.0 / Android Studio Chipmunk 2021.2.1
    https://issuetracker.google.com/issues/232007221
    
    Additionally, the referenced file does not even exist anymore.
    SebiderSushi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    295ba18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53914c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a793d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6562cc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c6f1a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3419b9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ece83ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f680a3 View commit details
    Browse the repository at this point in the history
  9. chore: hide "Open as Notification" on android 8 and above

    broken since sdk level 26:
      requires notification channel support
    crashes on android 12
    SebiderSushi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    ba04d17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fe72f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0112528 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de961aa View commit details
    Browse the repository at this point in the history
  13. chore(documentation): categorize AppInfo member variables

    Variable declarations are sorted into the following categories:
     - Static information that uniquely identifies the activity
     - Dynamic information that can be regenerated and may need updating
     - User generated data that needs to be preserved at all times
     - Runtime state
    SebiderSushi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    8d27c1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06a2a95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ec0e73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bc01f4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bdfcfd6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    abd6a8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c33b720 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ab1303 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2f8734d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    539b2e6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2b0cf87 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    da1be9b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5d52576 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    84c6981 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    97f53ff View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    38b49af View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8b3b833 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    94fb3e7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    678ae00 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    17c4cc0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f8f31fc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fcdacb7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    41272bd View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4183db6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2d96b0e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    65110fb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    45ad130 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d43e3cf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5bdef49 View commit details
    Browse the repository at this point in the history
  42. refactor: remove unused class PackageListSerializer

    its code is entirely duplicated in AppInfoListStore
    SebiderSushi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    5555863 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    45b3b53 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8bef983 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0923497 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    8f8d81c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3f3db14 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6413103 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b931f60 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5b5b8d4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b62a718 View commit details
    Browse the repository at this point in the history
  52. wip: redesign

    SebiderSushi committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    c01f672 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    43e3af7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ac59ace View commit details
    Browse the repository at this point in the history