summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_setup.xml
AgeCommit message (Collapse)Author
2023-11-01fix setup next/cancel button text positioning for tablet layoutscyBerta
2023-10-31tweak setup next and cancel button layoutcyBerta
2023-08-30fix notification permission handling, also covering the case of an app ↵cyBerta
update for which the user has a provider already configured and only needs to give the lacking permissions
2023-08-07fix button sizes for tablet layoutscyBerta
2023-08-05tweak next and cancel button appearance in setup flowcyBerta
2023-08-04tweak next/cancel button designscyBerta
2023-08-02* Implenting permissionn fragmentscyBerta
* refactoring fragments, use of a base fragment to deduplicate code * improve SetupViewPagerAdapter by implementing a factory that hands out the reuired fragments in the correct order * very basic setup success fragment ("You're all set!")
2023-07-31add cancel button, call provider stetup command in ConfigureProviderFragment ↵cyBerta
and listen to the result, implementing happy path
2023-07-29update design and UX for provider setupcyberta