summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2014-10-07Set up early routes on boot too.Parménides GV
2014-10-07Block traffic during first connection.Parménides GV
Set up routes to UDP unlimited server (since openvpn hasn't finished, it simply blocks traffic) and also DNS server to 10.41.0.1. These values correspond to current leap_platform configuration (https://github.com/leapcode/leap_platform/blob/7bc79e68e5ca913d1d2843c48cde8f946feed09c/puppet/modules/site_openvpn/manifests/init.pp)
2014-09-26Bump version number and code for 0.7.0Parménides GV
2014-09-200.7.0 RC1 after first weekParménides GV
2014-09-18Updated ics-openvpn, restart after 1' being killedParménides GV
Fixed notifications too (forgot to do it in another branch, it's #5964).
2014-08-19Bump version code for hotfixParménides GV
2014-08-18Bump version for 0.6.0 "the persistent" releaseParménides GV
2014-08-13Bump just version number for 0.6.0RC2.Parménides GV
2014-08-13Bump version number and string for 0.6.0RC2Parménides GV
2014-08-13Merge branch 'develop' into release-0.6.0Parménides GV
2014-08-13Max priority for the onbootreceiver.Parménides GV
http://developer.android.com/reference/android/content/IntentFilter.html#SYSTEM_HIGH_PRIORITY
2014-08-05Bump version number and string for 0.6.0RC1Parménides GV
2014-08-03Just a small glitch after cancelling a disconnect.Parménides GV
I don't use the eip status receiver because it wasn't reliable on timing: updated messages were arriving before the receiver was notifying a new state. Current and last ConnectionStatus is now managed at EIP. More refactoring on the eip fragment, now there are separate methods for setting up the UI depending on the message received.
2014-07-24Bump version number for the "meetup" releaseParménides GV
2014-07-24Bump build number and version for 0.6.0-RC1Parménides GV
2014-06-27Bump version and build number for 0.5.3Parménides GV
2014-06-27Bump version and build number for 0.5.3 RC3.Parménides GV
Forgot to commit before uploading actual APK.
2014-06-26Bump build number and version for 0.5.3 RC2Parménides GV
2014-06-20Bump build number and version - 0.5.3-RC1Parménides GV
2014-06-16Bump version code for hotfix.Parménides GV
2014-06-13Bump build number and version - 0.5.2Parménides GV
2014-06-13Merge branch 'develop' into release-0.5.2Parménides GV
2014-06-13Disconnect works, eip status receiver.Parménides GV
Disconnect uses the ics-openvpn activity, and the dialog prompting the user to confirm the disconnection is only shown when eip is connected or is trying to connect.
2014-06-12Disconnect from log window works.Parménides GV
2014-06-04LogWindow declared in AndroidManifest.Parménides GV
2014-05-29ics-openvpn receives ifconfig from the server.Parménides GV
Refactored AndroidManifest to include launchvpn and openvpnservice. Imported changes from ics-openvpn-upstream
2014-05-09Bump build number and version to 0.5.2RC1Parménides GV
2014-04-26Bump build and version numbers for 0.5.1 releaseParménides GV
2014-04-24Bump build number and version - 0.5.1RC2Parménides GV
2014-04-23Bump build number and version - 0.5.1RC1Parménides GV
2014-04-21Gradle rebase fixes 2 different notifications bug.Parménides GV
2014-04-09Back to the standard "app" module.Parménides GV
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure I'll have to tweak the final apk name in build.gradle.
2014-04-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Next step: compile jni sources correctly.Parménides GV