summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2023-10-31Replace Butterknife references with ViewBindingcyBerta
2023-10-31Remove old Provider setup flow. In order to update to Gradle 8, we finally ↵cyBerta
say goodbye to Butterknife. Since the old setup flow UI depends on it (and other dependencies we want to get rid of) it gets removed.
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-07tweak setup success fragment, so that the main button has always the same ↵cyBerta
size as in EIP fragment (different layouts for tablets, phones, landscape, portrait)
2023-08-07fix button sizes for tablet layoutscyBerta
2023-08-05tweak next and cancel button appearance in setup flowcyBerta
2023-08-05tweak card design 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
2022-12-23improve donation reminder dialog text padding in tablet layoutscyBerta
2022-12-23adopt on/off button sizes in tablet layoutscyBerta
2022-12-15center and capitalize actionbar title, in Bitmask, center but not capitalize ↵cyBerta
title in riseupvpn, allow to configure both properties on compile time in build.gradle
2022-12-15fix and unify button text colorscyBerta
2022-12-09fix missing connectivity indicator on some low density devicescyBerta
2022-12-06re-adding pngs as fallback for pre-API 24, appearantly Android 6's vector ↵cyberta
graphic rendering is really broken
2022-12-04replace connected state background pngs for RiseupVPN with vector graphicscyberta
2022-12-02clean upcyberta
2022-12-02tweak on/off button sizecyberta
2022-12-02implement transition animation between connected and disconnected state for ↵cyberta
RiseupVPn
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-12-02fix default location button designcyberta
2022-12-02keep default EipFragment layout for backwards compatibilitycyberta
2022-11-30rename drawables and colors according to the state they're representingcyberta
2022-11-30fix missing location button view bindings for custom branded buildscyberta
2022-11-30new EipFragment layout for Bitmask - portraitcyberta
2022-11-30split EipFragment and MainButon into normal and custom flavor, implement new ↵cyberta
on-off button design for Bitmask
2022-11-30split eip fragment xml per normal/custom flavorcyberta
2022-11-22allow set motd image in custom branded versionscyBerta
2022-11-22use gradient for motd background, simple button stylecyBerta
2022-11-22create UI for message of the daycyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2022-06-08add debug feature to pin single gatewayscyBerta
2022-05-05fix left-right alignment in about fragment, fix space dimensions (dp instead ↵cyBerta
of sp)
2022-02-04update License strings and AboutFragmentcyBerta
2021-11-28make location button icon tint color configurable, use white tint for riseupvpncyBerta
2021-11-28hide snowflake in the settings, disable fallback mechanism, comment out ↵cyBerta
snowflake/tor tests
2021-11-26improve location button layout, use match_parent for text height, so that ↵cyBerta
auto-size text rendering works correctly
2021-11-26fix app crash on Android4cyBerta
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-25adapt the theming for riseupvpncyBerta
2021-11-25reduce connection state font size again a little bitcyBerta
2021-11-25shrink text size on location selection button, if there's not enough space ↵cyBerta
on small screens
2021-11-25use darker yellow for location status indicatorcyBerta
2021-11-25remove top padding for first header in settings fragmentcyBerta
2021-11-25tweak connection state font size on EipFragmentcyBerta