Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | create LoginActivity and SignUpActivity | Fup Duck | |
2018-01-09 | create ProviderDetail Activity | Fup Duck | |
2018-01-08 | AboutActivity to AboutFragment | Fup Duck | |
2018-01-08 | seperate accountList and settingsList in drawer | Fup Duck | |
2017-12-19 | adjust Fragments | Fup Duck | |
2017-12-19 | Merge branch '0.9.8/refactorDashboard' into asdf | Fup Duck | |
2017-12-19 | refactor dashboard | Fup Duck | |
2017-12-14 | Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebar | Fup Duck | |
2017-12-14 | add missing files | Fup Duck | |
2017-12-14 | add LogFragment | Fup Duck | |
2017-12-14 | Update constants renaming | cyBerta | |
2017-12-14 | fix potential memory leak | cyBerta | |
2017-12-14 | #8742 fix lint issue in OnBootReceiver | cyBerta | |
2017-12-14 | #8742 cleanup camelCase | cyBerta | |
2017-12-14 | #8742 remove dead code | cyBerta | |
2017-12-12 | 8742 fix broken onboot feature | cyBerta | |
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-12 | #8742 add notifications for blocking vpn | cyBerta | |
2017-12-07 | base for sidebar | Fup Duck | |
2017-12-07 | Undo renaming of KEY to PROVIDER_KEY | Fup Duck | |
* undo unwanted changes | |||
2017-12-07 | Rename constants | Fup Duck | |
* renamed last constants * remove unnecessary updates/ConstantUnification | |||
2017-12-07 | #8742 basic always-on implementation with blocking vpn if no profile is ↵ | cyBerta | |
configured | |||
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-21 | #8789 fixed javadoc and catched another IllegalStateException | cyBerta | |
2017-11-21 | #8789 fix IllegalStateException for failed provider configuring | cyBerta | |
2017-11-10 | #8743 adds new build type beta that rewrites the packageID. This will be ↵ | cyBerta | |
needed to have the FDroid beta channel in IzzySofts repository and the official releases in the official FDroid repository. | |||
2017-11-09 | #8786 add missing translations | cyBerta | |
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-11-01 | fix instantiation of custom providers to avoid NPEs | cyBerta | |
2017-10-31 | remove legacy code from SessionDialog | cyBerta | |
2017-10-31 | #8757 new ProviderApiBase includes commonly used code between different ↵ | cyBerta | |
implementations of ProviderAPI | |||
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 | |||
2017-10-13 | Merge branch '8758_switch_providers' into 'master' | cyberta | |
#8758 fix switching providers See merge request leap/bitmask_android!11 | |||
2017-10-13 | Merge branch '8746_client_must_honor_specified_protocol' into 'master' | cyberta | |
#8746 fixes client must honor the protocol default specified by the provider See merge request leap/bitmask_android!10 | |||
2017-10-13 | #8759 one cancellation dialog should be sufficient | cyBerta | |
2017-10-09 | #8758 fix switching providers | cyBerta | |
2017-10-09 | #8746 fixes client must honor the protocol default specified by the provider | cyBerta | |
2017-09-21 | update ics-openvpn: update classes, manifest, resources and build script | cyBerta | |
2017-09-18 | change expiration offset to 15 days before actual certificate expires | cyBerta | |
2017-09-15 | vpn certificate gets renewed 3 month before current certificate expires | cyBerta | |
2017-09-14 | improves comparison of images - reduces complexity and more reliable | cyBerta | |
2017-09-14 | refactor failing certification validation test | cyBerta | |
2016-04-03 | Bitmask does not show the log if an error happens. | Parménides GV | |
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. | |||
2016-04-02 | VpnStatus.initLogCache must be called only once. | Parménides GV | |
onCreate gets called when the activity is back on the screen. If the app was already launched, we should not set everything up again. | |||
2016-02-06 | Pause icon, init log file in Dashboard | Parménides GV | |