summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-03-20Tests for Dashboard pass.Parménides GV
Setting the mobile data connection off cuts the connection from the computer to the emulator, so ant nor adb will see everything's well unless you comment that part of the tests (testDashboard:52-60).
2014-03-19Merge branch 'feature/simulate-no-network-without-airplane-mode' into ↵Parménides GV
develop_test Conflicts: AndroidManifest.xml tests/src/se/leap/bitmaskclient/test/testDashboard.java
2014-03-19Android support library v4 added.Parménides GV
Look at https://leap.se/code/issues/5062#note-3: I'm going to remove android-support-v4.jar from .gitignore based on https://developer.android.com/tools/support-library/index.html#overview and http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/
2014-02-28Merge branch 'bug/about-fragment-legacy-references' into developSean Leonard
2014-02-04Deleted unused classes from ics-openvpn.Sean Leonard
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java
2014-01-30Wi-Fi on/off method in ConnectionManager for testsParménides GV
2014-01-30Set data connection status works.Parménides GV
Tested both in real device with Cyanogenmod 4.3.1 and in api 18 emulator. Next step: wi-fi toggling.
2014-01-29New method to set on/off data connection.Parménides GV
Used in tests, but it's going to be used in the near future when blocking data connections until EIP is on.
2014-01-29testSwitchProvider updated.Parménides GV
It shouldn't expect the previous provider to be back again pressing the back button after hitting "Switch provider".
2014-01-28Android support library v4 added.Parménides GV
Look at https://leap.se/code/issues/5062#note-3: I'm going to remove android-support-v4.jar from .gitignore based on https://developer.android.com/tools/support-library/index.html#overview and http://www.in-nomine.org/2012/02/26/adding-android-support-v4-to-your-android-application-in-intellij-idea/
2014-01-28Substituted AboutFragment with AboutActivity.Parménides GV
2013-11-30minor changes for running testscyBerta
2013-11-26Script to run tests from a test class directly.Parménides GV
It receives the path to the file, and it runs the tests coded in there.
2013-11-26Tests can be run from cli.Parménides GV
Command: cd tests && ./run.sh
2013-11-26Tests for CW pass.Parménides GV
I've slightly modified a confighelper method regarding sharedpreferences, but that shouldn't be a problem since I'm going to remove those methods soon from there.
2013-11-22I'm not showing parmegv account pass.Parménides GV
I'm using a new testing account, parmegvtest1
2013-11-22All tests are passed, fixed a logindialog bug.Parménides GV
2013-11-22Rebased onto 0.2.2Parménides GV
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
2013-11-13Shorter README.Parménides GV
Next commit I'll push the Build from eclipse file. I've also removed the tests .project file because it's not in there, and importing from Eclipse using Git import yielded in an error for the leap_androidTest project.
2013-09-26Apache HTTP to Android HttpsURLConnection started.Parménides GV
SRP parameter A tries to be sent via HttpsURLConnection. Right now, we have a problem with certificates because I'm not using provider CA cert to get the response. I'm going to merge the branch with better method names to download response using already existing code.