summaryrefslogtreecommitdiff
path: root/app/src/test
AgeCommit message (Collapse)Author
2020-01-23fix testscyberta
2020-01-23fix tests with regard to provider initializationcyberta
2020-01-21implement no-dns fallback using okhttp's Dns interfacecyberta
2019-10-21change gateway manager test - mocking method firstcyBerta
2019-10-21fix flaky GatewaysManagerTestcyBerta
2019-10-21single GatewaysManager objects for each testcyBerta
2019-10-19unit tests for gateway manager's gateway selectioncyBerta
2019-10-19add new eip service setups for unit testscyBerta
2019-10-11exclude failing test for insecure build flavorcyBerta
2019-10-08fixing testscyBerta
2019-10-06add missing test jsoncyBerta
2019-10-05ignore gateways with invalid transports while still adding gateways with ↵cyBerta
valid configurations
2019-10-05change flag iat-mode to iatMode for now - due to changed demo provider setupcyBerta
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-30improve output for bundle comparisons in testscyBerta
2019-09-30add test for failing fetches of eip-service.jsoncyBerta
2019-09-20add supportsPluggableTransports() to Provider class including TestscyBerta
2019-09-08New icon and text for Excluded Apps. Using PreferenceHelper. Test done.akuma
2019-08-02remove unused context from GatewaysManagercyBerta
2019-08-02create one vpnprofile per transport per gateway. implement basis to switch ↵cyBerta
between obfs4 and plain openvpn connections
2019-08-02squashed commit for Pluggable TransportscyBerta
* implement handling of different provider API version (v1 and v2) * detect provider's obfs support * shapeshifter-dispatcher installation * necessary changes to control shapeshifter-dispatcher from Bitmask * route openvpn traffic over shapeshifter-dispatcher
2019-07-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
2019-07-12replace 'Bitmask' in strings with variable for a better client customizationcyBerta
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-12-27add test and minor refactoring for gateway selectioncyBerta
2018-10-20remove ics-openvpn mock classescyBerta
2018-10-19#8919 update dependenciescyBerta
2018-03-18#8885 tests for ProviderManager and fixed behavior for deleted providerscyBerta
2018-03-18refactor ConfigHelper, split into multiple helper classescyBerta
2018-02-21#8858 write tests for ProviderManager and some related refactoringscyBerta
2018-02-21#8858 add custom providers to the providers list on successful setupcyBerta
2018-02-18#8797 fix brokem testscyBerta
2018-02-158797 - pair programming effortFup Duck
2018-02-138827 - add ProviderTest & DefaultedURLTestFup Duck
2018-02-138827 - add mockConfigHelpperFup Duck
2018-02-13Merge branch 'leap_0.9.8' into 8827_handle_switch_providerFup Duck
2018-02-12#8837 update tests and fix VPN_Paused implementation for EipStatuscyBerta
2018-02-098827 - merge request discussionsFup Duck
* add NullPointer checks to EipFragment * add Provider to DownloadFailedDialog * remove unused code * store certificates for pinning in SharedPreferences
2018-02-088827 - fix testsFup Duck
2018-02-068827 - remove UserStatus referencesFup 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-29#8818 test NavigationDrawer with espresso test and update sdk thereforecyBerta
2018-01-17#8811 unit test addedcyBerta
2018-01-16resolve commented issuesFup Duck
* recreate activity correctly after changing orientation * replace getApplicationActivity
2018-01-108773 more test cases and clean-upcyBerta
2018-01-098773 refactoring ProviderAPI for testability, setting up basic unit test ↵cyBerta
framework
2017-12-14Update constants renamingcyBerta
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-07add some tests for EipStatuscyBerta
2017-10-28#8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵cyBerta
confusing constants, updates robotium