summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/Dashboard.java
AgeCommit message (Expand)Author
2013-07-25Login progressdialog get dismissed when finished.Parménides GV
2013-07-19Fix config error dialog missing call to show()Sean Leonard
2013-07-19Change EIP switch label to "Encrypted Internet"Sean Leonard
2013-07-19Display provider domain on Dashboard instead of nameSean Leonard
2013-07-19Refactor EIP UI and control logic out of Dashboard into a FragmentSean Leonard
2013-07-19Use non-blocking logic for EIP switchSean Leonard
2013-07-19Only parse eip-services.json if the serial has incrementedSean Leonard
2013-07-19Better VPN connection state messagesSean Leonard
2013-07-18Move AboutFragment into leapclient packageSean Leonard
2013-07-12Dashboard menu is updated when logged in or out.Parménides GV
2013-07-12User messages are added to the new recovery dialogParménides GV
2013-07-12Check a nullpointer textview.Parménides GV
2013-07-12New menu option to go back to ConfigurationWizard.Parménides GV
2013-07-12Login dialog appears after a failed login.Parménides GV
2013-07-12Back button from ConfigurationWizard quits.Parménides GV
2013-07-12Pressing back button, we don't choose any providerParménides GV
2013-07-12Login button from ProviderDetailFragment works.Parménides GV
2013-06-20Remove update eip definition call causing collisionSean Leonard
2013-06-20Class and method comments and some readabilitySean Leonard
2013-06-20Removed TODO comments, moved to issue trackerSean Leonard
2013-06-20Move ConfigurationWizard error result logic to its own methodSean Leonard
2013-06-20Remove superfluous loading of SharedPreferencesSean Leonard
2013-06-20Remove superfluous commentsSean Leonard
2013-06-20Bring up VPN connection log on status line click.Sean Leonard
2013-06-20Better control and UI feedback for VPNSean Leonard
2013-06-20Quite basic staring and stopping of VPNSean Leonard
2013-06-20Introducing the EIP class! Parses eip-service.json for OpenVPN gateways and ...Sean Leonard
2013-06-20User messages are now in string.xmlParménides GV
2013-06-19First round of comments.Parménides GV
2013-06-08Clean up some unused and some formattingSean Leonard
2013-06-08Fixed onPrepareOptionsMenu to not return prematurely.Sean Leonard
2013-06-08Better config/partial config handling in DashboardSean Leonard
2013-06-08Improve retrieving and saving SharedPreferences for different types (String, ...Sean Leonard
2013-05-14Anon certificate is downloaded if possible.Parménides GV
2013-05-13A bit more clean.Parménides GV
2013-05-09Log in and Log out options are shown only if allow registration is true.Parménides GV
2013-05-08After loggin in successfully, the new client certificate is downloaded.Parménides GV
2013-05-07Ready to create a new branch for the download of the new user auth'edParménides GV
2013-05-01Logging in successfully to dev.bitmask.net :)Parménides GV
2013-05-01If the app is restarted with a custom provider selected, the client canParménides GV
2013-04-29"Trust completely" checkbox saves that trust for the new providerParménides GV
2013-04-29Added danger mode: we can bypass dev.bitmask.net hostname io exception.Parménides GV
2013-04-29Coded dialog (now there is a button in the Dashboard), time to test.Parménides GV
2013-02-07Change in Dashboard to startActivityForResult() ConfigurationWizardSean Leonard
2013-02-07Rearrange singleton Provider.class pattern, Fix isolated SharedPreferences silosSean Leonard
2013-02-05Clean up unused importsSean Leonard
2013-02-05Remove function to push data into preferences (it was for testing before we h...Sean Leonard
2013-02-05Move Dashboard view building code into a function so it does not run when we ...Sean Leonard
2013-02-04Fix testing conditional looking for saved prefs that made it into last commitSean Leonard
2013-02-04Created ConfigHelper with static information such as sharedprefs keys,Parménides GV