summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/eip
AgeCommit message (Collapse)Author
2019-07-12replace 'Bitmask' in strings with variable for a better client customizationcyBerta
2019-05-22* adds a DISCONNECTING statecyBerta
* fixes vpn startup issues
2019-03-09improve vpn shutdown regarding the new gateway selectioncyBerta
(cherry picked from commit fcc04ae)
2019-03-09clean up in EIPcyBerta
(cherry picked from commit 149ce40)
2018-12-27add test and minor refactoring for gateway selectioncyBerta
2018-12-07first shot gatewayselectioncyBerta
2018-11-09block ipv6 addresses if void vpn is runningcyBerta
2018-05-12Merge branch 'cyberta_master' into #8885_testing_ProviderManagercyBerta
2018-03-238876 - refactor EIP to JobIntentServiceFup Duck
2018-03-23#8876 fix formattingcyBerta
2018-03-23#8876 refactoring in oder to move resultReceiver reference to runnablecyBerta
2018-03-22#8876 fix first part of review findings in EIP servicecyBerta
2018-03-18refactor ConfigHelper, split into multiple helper classescyBerta
2018-03-08#8876 make OpenvpnServiceConnection thread safecyBerta
2018-03-08#8876 introduce blocking OpenvpnServiceConnection for EIP and cancel ↵cyBerta
connections more rigid
2018-03-078876 - refactor EIP serviceFup Duck
* lazy loading for openVpnService * decrement processCounter if action is null
2018-03-068876 - refactor EIP to serviceFup Duck
2018-02-278865 - allow disconnect without connectionFup Duck
* revert last commit * dirty fix to disconnect - see #8876 * add padding in EipFragment
2018-02-27Revert "8865 - allow disconnecting without internet"Fup Duck
This reverts commit 44322f28b28676a8938f4c1066a75ba47397aa7d.
2018-02-268865 - allow disconnecting without internetFup Duck
* moved logic from MainActivity to EIP
2018-02-19fix gateway selectioncyBerta
2018-02-18Merge branch 'mirror_0xacab_0.9.8' into #8797_certificate_expirationcyBerta
* fix merge conflicts in: app/src/main/java/se/leap/bitmaskclient/EipFragment.java app/src/main/java/se/leap/bitmaskclient/eip/EIP.java app/src/main/java/se/leap/bitmaskclient/eip/EipCommand.java
2018-02-158797 - pair programming effortFup Duck
2018-02-13Merge branch 'origin_0.9.8' into #8831_progress_animation_when_connectingcyBerta
* added new EipCommand in StartActivity * added option to add intent extras to EipCommand * resolved merge conflicts and minor refactorings in: app/src/main/java/se/leap/bitmaskclient/EipFragment.java app/src/main/java/se/leap/bitmaskclient/eip/EIP.java
2018-02-13Merge branch 'leap_0.9.8' into 8827_handle_switch_providerFup Duck
2018-02-13#8831 add a progress animation to EipFragment and don't start blocking vpn ↵cyBerta
when user triggered vpn start from UI
2018-02-12#8837 update tests and fix VPN_Paused implementation for EipStatuscyBerta
2018-02-10#8837 new handling of connection state LEVEL_VPNPAUSED - don't throw an ↵cyBerta
illegal state exception
2018-02-098827 - save privatekey and vpncertFup Duck
2018-02-098827 - resolve discussionsFup 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-098827 - resolve discussionsFup Duck
* remove stop for providerApi * enable retrySetUpProvider * renamed PROVIDER_KEY for EIP_JSON to PROVIDER_EIP_DEFINITION
2018-02-08Merge branch 'leap_0.9.8' into 8827_handle_switch_providerFup Duck
2018-02-08Merge branch 'mirror_0xacab_0.9.8' into #8830_onBoot_alwaysOncyBerta
2018-02-08Merge branch 'leap_0.9.8' into 8827_handle_switch_providerFup Duck
2018-02-08#8830 fix onBoot behavior after ui changescyBerta
2018-02-07fixes memory leak #8839cyBerta
2018-02-068827 add EipCommandFup Duck
2018-02-068827 - handle switch provider correctlyFup 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-27resolve comments on merge requestFup Duck
2018-01-23new UI for EipFragmentFup Duck
2018-01-17#8788 implement VpnNotificationManager to handle notifications from VoidVPN ↵cyBerta
and OpenVPN
2018-01-13more static constant import and import cleanupFup Duck
2018-01-13rename variables to CamelCaseFup Duck
2017-12-19refactor dashboardFup Duck
2017-12-14Update constants renamingcyBerta
2017-12-14fix potential memory leakcyBerta
2017-12-12Add Splash StartActivityFup 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 vpncyBerta
2017-12-07#8742 basic always-on implementation with blocking vpn if no profile is ↵cyBerta
configured
2017-10-28#8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵cyBerta
confusing constants, updates robotium