summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-12Untrusted message is not shown if danger_on = trueParménides GV
2013-07-12Back to IOException instead of SSL exception.Parménides GV
2013-07-12Substituted IOException by SSLHandshakeException.Parménides GV
2013-07-12Shows certificate error message.Parménides GV
2013-07-12Distinguish non LEAP provider and down provider.Parménides GV
2013-07-12JSONExceptions from ProviderDetail returns false.Parménides GV
2013-07-12Removed unnecessary toasts.Parménides GV
2013-07-12Login button from ProviderDetailFragment works.Parménides GV
2013-07-12Use anonymously from ProviderDetail works OK.Parménides GV
2013-07-12Coded new fragment appearanceParménides GV
2013-07-11Fix ConcurrentModificationException when removing VpnProfile from iterator ba...Sean Leonard
2013-07-02We can ignore any certificate.Parménides GV
2013-06-26The added provider is selected automatically.Parménides GV
2013-06-26ConfigurationWizard shows domain and name.Parménides GV
2013-06-20Fix bad for loop maths, rookie!Sean Leonard
2013-06-20Remove update eip definition call causing collisionSean Leonard
2013-06-20Class and method comments and some readabilitySean Leonard
2013-06-20Rename EIP.OVPNGateway argument and member variable for readabilitySean Leonard
2013-06-20Refactor EIP.isRunning()Sean 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 bad,duplicate code from EIP.startEIP()Sean Leonard
2013-06-20Forceful stopping of OpenVPN when trying without bound serviceSean Leonard
2013-06-20Remove superfluous commentsSean Leonard
2013-06-20Get rid of app's own notification.Sean 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-20No binary library needed.Parménides GV
2013-06-20User messages are now in string.xmlParménides GV
2013-06-19First round of comments.Parménides GV
2013-06-13Bypasses self signed certificates.Parménides GV
2013-06-13bitmask json files are downloaded.Parménides GV
2013-06-12Removed some unnecessary libraries.Parménides GV
2013-06-11We are not using SD storage anymore.Parménides GV
2013-06-10Removed unused methods and variables.Parménides GV
2013-06-10OpenVPN certificate is downloaded from API_BASE, using api_uri fieldParménides GV
2013-06-10NullPointer solved.Parménides GV
2013-06-09More changes to calls for SharedPreferences via ConfigHelper methodsSean Leonard
2013-06-08Rearrange if/elseif statements in ConfigurationWizard for logical sequence re...Sean Leonard
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-08Add ProgressDialog to ConfigurationWizard while downloading from providerSean Leonard
2013-06-08Refactor ConfigurationWizard for better task handling, completion, and return...Sean Leonard
2013-06-08Make LogInDialog accept passwords >= 8 characters, instead of > 8Sean Leonard
2013-06-08Improve retrieving and saving SharedPreferences for different types (String, ...Sean Leonard
2013-06-05Fixed passwords with \ character.Parménides GV