summaryrefslogtreecommitdiff
path: root/app/src/androidTest
AgeCommit message (Collapse)Author
2023-11-23only click on the VPN start button after a successful provider setup if we ↵cyBerta
actually want to test the following activities
2023-11-23less verbose output for tryResolve()cyBerta
2023-11-23ensure ProviderSetupTest doesn't fail with fastlane which runs the same test ↵cyBerta
class multuple times with different locales
2023-11-23improve screenhsot tests, fix them for custom flavored buildscyBerta
2023-11-23fixing Screenshot tests for Bitmask, provider setup screenshot tests are ↵cyBerta
also fixed for custom flavored builds.
2023-10-23fix testscyBerta
2023-08-04fix clearing encrypted shared preferences before Screenshot tests startcyBerta
2023-04-11handle correctly vpn permission dialogcyBerta
2023-01-23setup fastlane to create screenshots for Bitmask and custom branded clients, ↵cyberta
refactor Tests accordingly and create a script and environment variables to run fastlane screenshotting without thinking
2023-01-19improve screenshot tests, run in different languages, test more ↵cyberta
Fragments/Activities
2023-01-02remove unused importscyberta
2023-01-02simple example setup for fastlane, doing some screenshots in different ↵cyberta
languages, including screenshots with phone frames for use in an app store
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-11-15first implementation of the gateway button, started to remove labels from ↵cyBerta
EipFragment, implement method to get the avearage load of a location as an enum value
2020-03-17remove outdated UI testcyBerta
2020-03-17switch to AndroidXcyBerta
2019-09-08New icon and text for Excluded Apps. Using PreferenceHelper. Test done.akuma
2019-04-02fix navigation drawer testcyBerta
2019-01-02fix instrumentation tests, update espresso test frameworkcyBerta
2018-02-14#8846 remove legacy code and files: Dashboard, LogWindow, ↵cyBerta
UserStatusFragment, FabButton library etc.
2018-02-07#8823 update configuration wizard layout for tabletscyBerta
2018-01-29#8818 keep legacy ui tests in seperate foler until tests are reimplementedcyBerta
2018-01-29#8818 test NavigationDrawer with espresso test and update sdk thereforecyBerta
2018-01-28Merge branch 'origin_0.9.8' into fupduck_8819_config_wizard_designcyBerta
2018-01-27fix comments for mergerequestFup Duck
2018-01-23new UI for EipFragmentFup Duck
2018-01-13more static constant import and import cleanupFup Duck
2018-01-11Merge remote-tracking branch '0xacab/0.9.8' into 8802_drawerFup Duck
2018-01-09create ProviderDetail ActivityFup Duck
2018-01-08remove test for AboutActivtiy since it's a fragment nowFup Duck
2018-01-08AboutActivity to AboutFragmentFup Duck
2018-01-03fix minor bugscyBerta
2017-12-14Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebarFup Duck
2017-12-14add LogFragmentFup Duck
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-12-07Rename constantsFup Duck
* renamed last constants * remove unnecessary updates/ConstantUnification
2017-12-06move constantsFup Duck
* move EIPConstants to Constants * unify EIPConstants where possible * create Updater
2017-11-24Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * renamed EIP Constants
2017-11-09Merge 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-09Merge branch '8778_invalid_provider_error_handling' into 'master'cyberta
#8778 fixes invalid provider error handling See merge request leap/bitmask_android!15
2017-11-098782 fixes app crashes due to missing layout references, removes unneeded ↵cyBerta
layout files, minor layout clean up
2017-11-06reduce duplicate code in ConfigurationWizard for different flavorscyBerta
2017-11-06fix testcyBerta
2017-11-03#8778 fixes invalid provider error handlingcyBerta
2017-10-28#8757 refactores ProviderAPI for insecure flavor, fixes tests, renames ↵cyBerta
confusing constants, updates robotium
2017-10-13Merge 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 fix failing testscyBerta
2017-10-09#8746 fixes client must honor the protocol default specified by the providercyBerta