Age | Commit message (Collapse) | Author |
|
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).
|
|
develop_test
Conflicts:
AndroidManifest.xml
tests/src/se/leap/bitmaskclient/test/testDashboard.java
|
|
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/
|
|
|
|
This classes were an obvious choice, there may be more unused classes
around there.
Conflicts:
src/se/leap/bitmaskclient/ProviderListFragment.java
|
|
|
|
Tested both in real device with Cyanogenmod 4.3.1 and in api 18
emulator.
Next step: wi-fi toggling.
|
|
Used in tests, but it's going to be used in the near future when
blocking data connections until EIP is on.
|
|
It shouldn't expect the previous provider to be back again pressing the
back button after hitting "Switch provider".
|
|
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/
|
|
|
|
|
|
It receives the path to the file, and it runs the tests coded in there.
|
|
Command: cd tests && ./run.sh
|
|
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.
|
|
I'm using a new testing account, parmegvtest1
|
|
|
|
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).
|
|
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.
|
|
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.
|