Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | * show error dialog if provider is misconfigured and has not allowed ↵ | cyBerta | |
registration nor anonymous usage * always download provider.json, Use preseeded provider.json only to check if the client can connect with preseeded certificate. Keeps the provider.json updated if provider changes it's config * Tests for both cases | |||
2018-08-17 | #8896 get rid of intent member variable as state holder... && extract ↵ | cyBerta | |
ProviderApi broadcast receiver for reuse | |||
2018-07-04 | #8886 add layout for tablets and improve tablet and phone layouts in general ↵ | cyBerta | |
by implementing dynamic layout changes when keyboard appears | |||
2018-06-27 | Merge branch 'master' into add_provider | lalottacontinua | |
2018-06-27 | #8886 implemented in insecure as well | lalottacontinua | |
2018-05-12 | Merge branch 'cyberta_master' into #8885_testing_ProviderManager | cyBerta | |
2018-03-23 | #8892 clean up ProviderListActivity in insecure flavor | cyBerta | |
2018-03-18 | #8885 add missing import for insecure flavor | cyBerta | |
2018-02-20 | #8853 show 'It doesn\'t seem to be a Bitmask provider' if entered URL is crap | cyBerta | |
2018-02-20 | #8853 fix failing vpn cert download callback for insecure flavor and use new ↵ | cyBerta | |
provider method to build the api url | |||
2018-02-18 | #8797 fix retry provider download in insecure flavor | cyBerta | |
2018-02-15 | 8797 - pair programming effort | Fup Duck | |
2018-02-11 | 8827 - discussion | Fup Duck | |
* validate urls before changing anything in Provider.define() * save private key and vpn cert after login/signup | |||
2018-02-09 | 8827 - resolve discussions | Fup Duck | |
* 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 | |||
2018-02-09 | 8827 - resolve discussions | Fup Duck | |
* remove stop for providerApi * enable retrySetUpProvider * renamed PROVIDER_KEY for EIP_JSON to PROVIDER_EIP_DEFINITION | |||
2018-02-09 | 8827 - merge request discussions | Fup Duck | |
* add NullPointer checks to EipFragment * add Provider to DownloadFailedDialog * remove unused code * store certificates for pinning in SharedPreferences | |||
2018-02-08 | Merge branch 'leap_0.9.8' into 8827_handle_switch_provider | Fup Duck | |
2018-02-08 | 8827 - fix tests | Fup Duck | |
2018-02-06 | 8827 - handle switch provider correctly | Fup Duck | |
* 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 | |||
2018-01-28 | Merge remote-tracking branch '0xacab/0.9.8' into 8826_custom_provider | Fup Duck | |
2018-01-27 | fix comments for mergerequest | Fup Duck | |
2018-01-27 | fix first comments on merge request | Fup Duck | |
2018-01-25 | custom provider for insecure | Fup Duck | |
2018-01-19 | improve layout | Fup Duck | |
* improve layout * gracefully handle orientation changes * respect small devices * set correct colors for buttons, error messages... | |||
2018-01-18 | WizardConfiguration theme | Fup Duck | |
* 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) | |||
2018-01-16 | resolve commented issues | Fup Duck | |
* recreate activity correctly after changing orientation * replace getApplicationActivity | |||
2018-01-14 | update insecure configuration wizard as well | Fup Duck | |
2018-01-13 | more static constant import and import cleanup | Fup Duck | |
2018-01-13 | static constant imports | Fup Duck | |
2018-01-11 | Merge remote-tracking branch '0xacab/0.9.8' into 8802_drawer | Fup Duck | |
2018-01-11 | base class for production/insecure ProviderDetailActivity | Fup Duck | |
2018-01-10 | 8773 more test cases and clean-up | cyBerta | |
2018-01-09 | 8773 refactoring ProviderAPI for testability, setting up basic unit test ↵ | cyBerta | |
framework | |||
2018-01-09 | create LoginActivity and SignUpActivity | Fup Duck | |
2018-01-09 | create ProviderDetail Activity | Fup Duck | |
2018-01-04 | 8773 preseeded providers implementation for insecure flavor | cyBerta | |
2017-12-19 | adjust Fragments | Fup Duck | |
2017-12-12 | Add Splash StartActivity | Fup Duck | |
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity | |||
2017-12-07 | Rename constants | Fup Duck | |
* renamed last constants * remove unnecessary updates/ConstantUnification | |||
2017-12-06 | move constants | Fup Duck | |
* move EIPConstants to Constants * unify EIPConstants where possible * create Updater | |||
2017-11-24 | Add Splash StartActivity | Fup Duck | |
* added Splash StartActivity to handle updates and initialization * created global Constants * renamed EIP Constants | |||
2017-11-09 | Merge branch '8777_crashes_when_clicking_too_fast' into 'master' | cyberta | |
8777 crashes when clicking too fast See merge request leap/bitmask_android!16 | |||
2017-11-06 | reduce duplicate code in ConfigurationWizard for different flavors | cyBerta | |
2017-11-06 | #8777 fixes NPEs and errorneous provider selection | cyBerta | |
2017-11-03 | #8778 fixes invalid provider error handling | cyBerta | |
2017-10-31 | #8757 new ProviderApiBase includes commonly used code between different ↵ | cyBerta | |
implementations of ProviderAPI | |||
2017-10-29 | add missing import... | cyBerta | |
2017-10-29 | #8757 refactores ProviderAPI for production flavor | cyBerta | |
2017-10-28 | #8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵ | cyBerta | |
confusing constants, updates robotium | |||
2017-10-25 | 8757 fixes session cookie handling by implementing okHttpClient and custom ↵ | cyBerta | |
cookiejar, enables TLS 1.2 on old devices, restricts allowed cipher suites on new devices in order to harden tls based communication |