summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Collapse)Author
2023-04-16only take experimental transports into consideration in case the user ↵cyBerta
switched the experimental transport toggle
2023-04-15fix missing domain name of manually added providers in provider selectioncyBerta
2023-04-13adding testscyBerta
2023-04-13add required extra options for obfs4-hop ptcyBerta
2023-04-13improve sanity check for obfs4 pts defined in eip-service.jsoncyBerta
2023-04-13Assume port hopping only in case of a missing endpoints json for obfs4-hop. ↵cyBerta
The gateway IP and the cert json field in options substitute the missing endpoints json
2023-04-13fix sanity checks for the case of decoupled bridgescyBerta
2023-04-13first pass on obfs4-hop pt integrationcyBerta
2023-04-13don't handle obfs4 over kcp as a separate pluggable transport, instead 'tcp' ↵cyBerta
and 'kcp' become valid protocols for obfs4
2023-03-30Merge branch 'fastlane' into 'master'cyberta
fastlane See merge request leap/bitmask_android!241
2023-02-23fix city choose testkwadronaut
2023-01-19improve screenshot tests, run in different languages, test more ↵cyberta
Fragments/Activities
2023-01-05hide gateway pinning entry and obfuscation pinning entry in releasescyBerta
2023-01-03Merge branch 'fix_animation_crash' into 'master'cyberta
fix crash when trying to animate a drawable after Fragment is not in resumed state anymore See merge request leap/bitmask_android!237
2022-12-28fix crash when trying to animate a drawable after Fragment is not in resumed ↵cyBerta
state anymore
2022-12-28RiseupVPN: default to udp on fresh installscyBerta
2022-12-23always-on might also restart the VoidVPNService without an intent, always ↵cyBerta
create a foreground notification
2022-12-23try to fix potential RemoteServiceException: Bad notification for ↵cyBerta
startForeground
2022-12-21remove dead code related to deprecated Android versionscyBerta
2022-12-21remove dead code in VpnNotificationManager after minSdk updatecyBerta
2022-12-21take extra care for wrongly formatted strings when using spannables in ↵cyBerta
TetheringDialog
2022-12-16Merge branch 'fix_manual_provider_addition' into 'master'cyberta
Fix manual provider addition See merge request leap/bitmask_android!230
2022-12-16minor: make weak ref finalcyBerta
2022-12-16compare mainURL instead of domain when checking if provider setup finished ↵cyBerta
successfully
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-15null explicitely service openvpn serviceconnections after they've been closedcyBerta
2022-12-15remove superfluous parameter in MainButtons update methodcyBerta
2022-12-15remove EipFragmentServiceConnection, fixes memory leakscyBerta
2022-12-15force nulling context after TorServiceConnection.close()cyBerta
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-15setting spannable in ActionBar correctly. Fixes crashcyBerta
2022-12-12remove some logscyBerta
2022-12-12implement better snowflake connection setup handling in case either http ↵cyBerta
domain fronting or amp cache is blocked
2022-12-09show connecting state background when vpn is actually blocking for nowcyBerta
2022-12-06fix: show message of thew day only once a daycyberta
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-30clean up importscyberta
2022-11-30avoid resource not found exception by initializing actionBarTextColor with ↵cyberta
default value
2022-11-30tint action bar according to connection statecyberta
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-30move EipFragment to normal and custom flavor for nowcyberta
2022-11-22fix testscyBerta