Age | Commit message (Collapse) | Author |
|
* validate urls before changing anything in Provider.define()
* save private key and vpn cert after login/signup
|
|
* use LocalBroadcastManager for broadcasts
* add NullPointer checks to EipFragment
* store VpnCertificate & private key in Provider not preferences
* EipFragment uses provider instead of reading from preferences
* use switch in ProviderApiManager
|
|
* remove stop for providerApi
* enable retrySetUpProvider
* renamed PROVIDER_KEY for EIP_JSON to PROVIDER_EIP_DEFINITION
|
|
* add NullPointer checks to EipFragment
* add Provider to DownloadFailedDialog
* remove unused code
* store certificates for pinning in SharedPreferences
|
|
|
|
|
|
* ProviderAPI no longer stores values in SharedPreferences
* use EipCommand to start / stop EIP
* update NavigationDrawer after changing provider
* use Broadcasts for ProviderAPI
* parse more properties from definition into Provider
* ProviderApi no longer uses static variables
* no more static Context in ProviderApiCommand
|
|
|
|
|
|
|
|
|
|
* improve layout
* gracefully handle orientation changes
* respect small devices
* set correct colors for buttons, error messages...
|
|
* download VPN certificate after loging in (#8813)
* get the new design up to date (#8819)
* fix crash when pressing login (#8817)
* add a loading screen according to design (#8816)
|
|
* recreate activity correctly after changing orientation
* replace getApplicationActivity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
framework
|
|
|
|
|
|
|
|
|
|
* added Splash StartActivity to handle updates and initialization
* created global Constants
* move EIPConstants to Constants
* create update possibility
* use VectorDrawable as background for StartActivity
|
|
* renamed last constants
* remove unnecessary updates/ConstantUnification
|
|
* move EIPConstants to Constants
* unify EIPConstants where possible
* create Updater
|
|
* added Splash StartActivity to handle updates and initialization
* created global Constants
* renamed EIP Constants
|
|
8777 crashes when clicking too fast
See merge request leap/bitmask_android!16
|
|
|
|
|
|
|
|
implementations of ProviderAPI
|
|
|
|
|
|
confusing constants, updates robotium
|
|
cookiejar, enables TLS 1.2 on old devices, restricts allowed cipher suites on new devices in order to harden tls based communication
|
|
|
|
Warn about the needed libraries for 64 bit systems.
|
|
Riseup's EE certificate expired (EE = End-Entity, the commercial
certificate signed by the issuer), and we weren't able to fetch
provider.json because the pin wasn't valid.
This problem needs to be avoided in the future, using
HKPK (https://tools.ietf.org/html/rfc7469), which Micah's implementing
on Riseup.
Switching from build types from flavors enables us to run tests against
production apk, not just debug. I didn't detect this pinning problem
because tests were run only against the debug apk, which trusted
preseeded providers by default (thus bypassing pinning issue).
|