summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2013-07-24Proper API level targeting: min 14, target 17Sean Leonard
2013-07-18Change the launcher name from "LEAP Dashboard" to "LEAP"Sean Leonard
2013-06-20Quite basic staring and stopping of VPNSean Leonard
2013-06-11We are not using SD storage anymore.Parménides GV
We were using it to save certificate and provider.json files from chosen provider, so that exporting them was easily done. We don't need that files, because if we wanted to export that files we would be able to recover them easily and updated. This fixes #2783
2013-02-07Refactor ProviderListActivity.class into ConfigurationWizard.class,Sean Leonard
Moves towards our wizard flow; Addresses #1497 #1500
2013-02-05Simplified certificates and urls: only 1 certificate, and no :443 portParménides GV
in eip. Downloads certificate and eip from web, and loads provider from assets. KeyStore not created with latest version of BouncyCastle. Looking forward to file a bug and look for a solution.
2013-02-01I have a handshake failing within an HTTP connection in order to get theParménides GV
eip-service.json file. provider.json downloads and parses itself OK to SharedPreferences. It also does not link OK to the Dashboard, I do not know how to do it properly and I'm so tired (eyes hurting). Beginning with security things :) Happy to have gotten around DownloadManager problem with a simple HTTP connection.
2013-01-31Problems with downloaded file, the emulator cannot find the fileParménides GV
downloaded. Seen http://code.google.com/p/android/issues/detail?id=18462 and decided to look for another solution. First solution thought (and going to be the next test): HTTP Get request :)
2013-01-30Switch the Launcher Activity, resolves #1526Sean Leonard
2013-01-22Start rebranding: a whole lotta string replacement, moving src/ file treeSean Leonard
2013-01-04Some more changes making external API possibleArne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-26Increase version number for next releaseArne Schwabe
2012-12-25Merge againArne Schwabe
2012-12-25Bump version number, removed unused permissionArne Schwabe
2012-12-25Merge local changes with repositoryarne
2012-12-24Make send mini dump work with non Gmail Mail app, make google sending better ↵Arne Schwabe
placed
2012-12-22Add google-breakpad support to ics-openvpnArne Schwabe
2012-12-17Version 0.5.27Arne Schwabe
2012-12-16More Italien translation fixesArne Schwabe
2012-12-16Increase version to 0.5.26Arne Schwabe
2012-12-15Fix <uses-sdk> swapArne Schwabe
2012-12-15Minimal rework of notifications for JBArne Schwabe
2012-10-26- Increase VersionArne Schwabe
- Add FAQ Entry for energy consumption
2012-10-19Make mime action description translatableArne Schwabe
2012-10-10Have translationby string a useful default for translatorsArne Schwabe
Grrrr at Chinese languages. Russian is complete enought to be usable
2012-09-18Increase version to 0.5.23Arne Schwabe
2012-09-10increase Version numberArne Schwabe
2012-09-03Replace /mnt/sdcard with real location of external storage, add read sdcard ↵Arne Schwabe
permission to manifest
2012-08-23Increase version to 0.5.21Arne Schwabe
2012-08-20Version 0.5.20Arne Schwabe
2012-08-17Version 0.5.19Arne Schwabe
2012-08-13After publishing in the market, increase version numberArne Schwabe
2012-08-12Accessing wifi state... (commented out, not as useful as I thought)Arne Schwabe
2012-08-12Implement starting a VPN on boot. (closes issue #62)Arne Schwabe
2012-08-03increase version numberArne Schwabe
2012-07-25right version numberArne Schwabe
2012-07-25Fix importing custom options with spacesArne Schwabe
2012-07-21make openvpn compile againArne Schwabe
2012-07-21Hide the keyboard in the settings by defaultArne Schwabe
2012-07-21Allow clearing of the CA Cert (closes issue #57)Arne Schwabe
2012-07-17Implementier modprobe tun for more braindead imagesArne Schwabe
2012-07-16Fixes error reported on the Android market consoleArne Schwabe
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a
2012-07-15Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny ↵Arne Schwabe
Root for the right pointers) Move jniglue/minivpn files to more sensitive places
2012-07-10Update manifest to Version 0.5.11Arne Schwabe
2012-07-03add fix to arrays.xml (closes issue #43)Arne Schwabe
add translated by recognition add faq for system dialogs
2012-07-02The "things that look similar are actually different" commitArne Schwabe
fix last commit (mName != mUsername) MAIN != VIEW
2012-07-02Import User and Password from auth-user-file if it exists. (closes #issue 42)Arne Schwabe
2012-07-010.5.9 removed the configimporter activity from the manifest. Fix this.Arne Schwabe
2012-06-27Some minor fixesArne Schwabe