summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/fragments
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-10-25tint action bar toggle in GatewaySelectionFragmentcyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
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-03move to new SetupActivity when switching providerscyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-07-17always switch to encrypted shared preferencescyBerta
2023-03-30Merge branch 'fastlane' into 'master'cyberta
fastlane See merge request leap/bitmask_android!241
2023-02-23fix city choose testkwadronaut
2023-01-05hide gateway pinning entry and obfuscation pinning entry in releasescyBerta
2022-12-28fix crash when trying to animate a drawable after Fragment is not in resumed ↵cyBerta
state anymore
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-12-21take extra care for wrongly formatted strings when using spannables in ↵cyBerta
TetheringDialog
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-15remove superfluous parameter in MainButtons update methodcyBerta
2022-12-15remove EipFragmentServiceConnection, fixes memory leakscyBerta
2022-12-15don't create a new GatewaysSelectionFragment if it is already showncyBerta
2022-12-15balance registering and un-registering listeners and observers in ↵cyBerta
GatewaySelectionFragment
2022-12-09show connecting state background when vpn is actually blocking for nowcyBerta
2022-12-06restrict transition animation to connected -> disconnected state changecyberta
2022-12-06repeat connecting animation, fade out before restartingcyberta
2022-12-02add another setText() method in LocationButton that allows to pass a string ↵cyberta
resource id instead of a string
2022-12-02fix colorscyberta
2022-12-02implement transition animation between connected and disconnected state for ↵cyberta
RiseupVPn
2022-12-02implement connecting animation for riseupcyberta
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-11-30tint action bar according to connection statecyberta
2022-11-30move EipFragment to normal and custom flavor for nowcyberta
2022-11-22remove unused importscyBerta
2022-11-22create UI for message of the daycyBerta
2022-08-09show stop blocking in error dialog if no more gateways of a given transport ↵cyBerta
are available
2022-08-09fix error dialog buttons after screen rotationcyBerta
2022-08-08Merge branch 'update_dependencies' into 'master'cyberta
update API version and dependencies Closes #9057 See merge request leap/bitmask_android!206
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, ↵cyBerta
androidx libraries and leakcanary to latest versions
2022-08-07unbind openvpn service in EipFragment if openvpn was turned offcyBerta
2022-08-05localize 'Unknown Location'cyBerta
2022-08-05don't show load during obfuscation proxy pinningcyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-19hide tethering option on CalyxOS 11 (SDK 30)cyBerta
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-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ↵cyBerta
gateway selection UI all pluggable transports flavors will be summed up and handled the same way. A gateway can support both obfs4 and the kcp flavor.
2022-07-19cleanupcyBerta
2022-06-08add debug feature to pin single gatewayscyBerta
2022-05-20add missing importcyBerta
2022-05-20remove unnecessary method call during EipFragment layoutingcyBerta
2022-05-19add providerObservable as member variable to EipFragment, ensure the ↵cyBerta
Fragment has always the latest provider object
2022-05-19show in EipFragment bridge status message if bridges are used to update the ↵cyBerta
VPN certificate