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

[Architecture] ViewModel for MainActivity #191

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

Commits on Feb 6, 2023

  1. Remove redundant target API notices

    We have long past those versions.
    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a190879 View commit details
    Browse the repository at this point in the history
  2. Inline old sdk checks

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    46c7680 View commit details
    Browse the repository at this point in the history
  3. Update copyright

    There are dubious copyright due to using MIT licensed code. If we rewrite the code it should be fine.
    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    afd054a View commit details
    Browse the repository at this point in the history
  4. Add NEARBY_WIFI_DEVICES permission

    A theoretical fix
    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a610764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac886d0 View commit details
    Browse the repository at this point in the history
  6. Localize variables

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f949e88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8428b6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8b2f23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddbf9e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d665b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6cb5321 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba6ccc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26adbf0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09b6aef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6f8ad2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ef943e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    19a8e9a View commit details
    Browse the repository at this point in the history
  18. Make more fields final

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7cfa5c3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    244854c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e4974c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9eb6ccf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ded3ab4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a53d58f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ffb7627 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    90c6e65 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    93bd282 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ad474ed View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    073a1cf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8a49a13 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    27eb2d1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    daf11a6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef03207 View commit details
    Browse the repository at this point in the history
  33. Clean imports

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8388d66 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b8d2608 View commit details
    Browse the repository at this point in the history
  35. Update gradle

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    67537bf View commit details
    Browse the repository at this point in the history
  36. Update to java 11

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ac26174 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    907ec67 View commit details
    Browse the repository at this point in the history
  38. Upgrade material to 1.8.0

    Doomsdayrs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8629841 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5dc5228 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6cc66ea View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4e9642d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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