Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | Release flavor updated, back button works. | Parménides GV | |
2014-12-04 | Click on an item, no UI but functional. | Parménides GV | |
2014-12-04 | Renderers and dagger, refactoring CW. | Parménides GV | |
2014-12-04 | Learning to use Butterknife, refactoring small things. | Parménides GV | |
2014-12-03 | Orientation changes always work. | Parménides GV | |
2014-12-03 | First orientation change doesn't crash. | Parménides GV | |
Update gradle to 2.2.1. | |||
2014-11-26 | Update vpn certificate and store it correctly. | Parménides GV | |
One more onReceiveResult for Dashboard, that method needs a rethink: a statemachine class, and a simple "next()" method? The reality is that the onReceiveResult specifies a linked process, and that should have a better model than a series of if/else cases with strings comparisons hehehe | |||
2014-11-26 | eip package, EIP constants to interface. | Parménides GV | |
2014-11-13 | Delete all vpn profiles if updating them. | Parménides GV | |
2014-11-12 | Remove 2 unused methods. | Parménides GV | |
2014-11-12 | ProviderAPI.getNewCert fixed in release. | Parménides GV | |
Reproduced the refactoring done in debug. | |||
2014-11-04 | Don't update eip service oncreate eip. | Parménides GV | |
Reuse EipServiceFragment's stopEip and startEipFromScratch in Dashboard. | |||
2014-10-16 | A bit of refactoring for ConfigurationWizard. | Parménides GV | |
Fix a typo in the debug source of ProviderAPI. | |||
2014-10-14 | Big refactor, ProviderAPI looks better. | Parménides GV | |
2014-10-14 | Start EIP after downloading an authed certificate. | Parménides GV | |
Always. Previously we didn't do so if EIP hadn't been started before. Fix a small bug introduced during latest refactoring, authentication did not work because the final result variable wasn't assigned. | |||
2014-10-10 | ProviderAPI refactoring. | Parménides GV | |
Authenticate and Register methods are now renamed and split. It's much more readable, the new emacs-default indentation helps to that too. | |||
2014-10-09 | Check self-signed fingerprint. | Parménides GV | |
2014-08-19 | Remove all vpn if upgrading to 0.6.0. | Parménides GV | |
2014-08-18 | Login if anonymous eip is not available. | Parménides GV | |
2014-08-14 | Handle NoSuchElementException in ProviderAPI. | Parménides GV | |
2014-08-05 | Append "Sign Up" to "Log in" button. | Parménides GV | |
It's enough to reflect the fact that the button leads to a dialog from which the user can both log in or sign up. | |||
2014-07-07 | New certificate if half of its lifetime passed. | Parménides GV | |
It takes for granted that the certificate is valid from the very same date it's downloaded. | |||
2014-07-02 | Fetch new certificate and restart EIP. | Parménides GV | |
2014-06-26 | New openvpn cert -> create a vpn profile. | Parménides GV | |
2014-06-20 | Service is down message correctly shown. | Parménides GV | |
I've also fixed another message: if a file to be downloaded is not found, we say the entered provider isn't a LEAP provider. This is based on the fact that if provider.json doesn't exist/contain valid information, then the url isn't pointing to a LEAP provider. | |||
2014-06-20 | provider.json is downloaded before ca.crt | Parménides GV | |
We don't assume ca.crt is in /ca.crt anymore, but fetch the complete url from provider.json. We also signup against users.json file instead of simple "users", which worked for *.bitmask.net domains. | |||
2014-05-08 | Automatically log in. | Parménides GV | |
Functionality copied to the Release build. | |||
2014-04-24 | Commercial certificate to download provider.json | Parménides GV | |
Removed the default danger_on = true in the debug build. | |||
2014-04-09 | Bitmask loads all preseeded providers correctly. | Parménides GV | |
If you choose one and then tap "Switch provider" button, no duplicated providers are shown. | |||
2014-04-09 | Back 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. |