Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
configured
|
|
|
|
|
|
needed to have the FDroid beta channel in IzzySofts repository and the official releases in the official FDroid repository.
|
|
|
|
8777 crashes when clicking too fast
See merge request leap/bitmask_android!16
|
|
|
|
|
|
|
|
|
|
8757 login fails
See merge request leap/bitmask_android!14
|
|
|
|
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
|
|
|
|
#8758 fix switching providers
See merge request leap/bitmask_android!11
|
|
#8746 fixes client must honor the protocol default specified by the provider
See merge request leap/bitmask_android!10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #8536
|
|
ics-openvpn already shows it if necessary. Our heuristic (just looking
for an "error" keyword in the past N messages of the log) is very weak,
and it returns an annoying false positive: turning off the VPN triggers
the show log error.
|
|
onCreate gets called when the activity is back on the screen. If the app
was already launched, we should not set everything up again.
|
|
|
|
|
|
|