Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | Merge branch 'feature/UI_improvements' into develop | Parménides GV | |
2013-12-05 | Turn the login icon into simple text (Bug #4659) | cyBerta | |
2013-12-05 | Show location in openvpn notification message (Feature #4665) | cyBerta | |
2013-12-04 | about bitmask instead of about LEAP | cyBerta | |
2013-12-04 | remove translations for LEAP for Android | cyBerta | |
2013-11-21 | OpenVPN notification contains location. | Parménides GV | |
Instead of plain domain, we're printing a new variable stored in vpnprofile (parsed in ConfigParser): location. I'm substituing "__" by ", ", but I'm not uppercasing anything. We rely on the raw data from eip-service.json. | |||
2013-11-21 | Trivial changes in strings.xml | Parménides GV | |
2013-11-15 | Dashboard asks for real VPN state. | Parménides GV | |
Right now, the answer is always "disconnected", I think it's a problem in EIP.isRunning(). I've also added some new strings, trying to minimize the number of them scattered through litterals around the code. | |||
2013-11-15 | Label for the CW progressbar. | Parménides GV | |
2013-11-15 | Only one progressbar in Dashboard. | Parménides GV | |
I've removed @id/progress_bar from Dashboard, and for login and logout I'm using the one from the eip fragment. | |||
2013-11-15 | Holo theme for CW progress bar. | Parménides GV | |
2013-11-15 | ProgressBar xml is loaded correctly. | Parménides GV | |
2013-11-15 | ProviderAPI broadcasts progress for log in process | Parménides GV | |
Login progress bar advances according to the srp stages. | |||
2013-11-15 | Dashboard progressbar lives below the status line. | Parménides GV | |
I've renamed configuration wizard progressbar, because both had the same name and that provoked a conflict. | |||
2013-11-15 | Added a progressbar to ConfigurationWizard. | Parménides GV | |
It resizes the provider list, pushing it down to show the progressbar up, and back to the original layout after the operation. | |||
2013-11-15 | Merge branch 'feature/disconnect-notification-icon' into develop | Sean Leonard | |
2013-11-15 | Merge branch 'bug/srp-b-validation' into develop | Sean Leonard | |
2013-11-14 | Check B % N != 0 in SRP algorithm. | Parménides GV | |
2013-11-14 | status message string from resource, clearer status message for 'not ↵ | cyBerta | |
running', bugfix for bug #4477 | |||
2013-11-14 | corrected image size | cyBerta | |
2013-11-13 | AlertDialog for failed downloads. | Parménides GV | |
The dialog shows only an "OK" button to dismiss it, and the reason why the download failed. Right now, this dialog appears if a download is not successful. If it's too intrusive, I can remove some cases. Let's try how it feels. | |||
2013-11-09 | Replace LEAP icons with Bitmask ones | Sean Leonard | |
2013-11-09 | Changed repo url in the About page. | Parménides GV | |
All languages updated. | |||
2013-11-09 | bitmaskclient instead of leapclient in package path | cyBerta | |
2013-11-05 | broken key icon added + icon is shown on 'not running' notification | cyBerta | |
2013-10-20 | Replace LEAP icons with Bitmask ones | Sean Leonard | |
2013-10-20 | Changed repo url in the About page. | Parménides GV | |
All languages updated. | |||
2013-10-10 | Refactored leapclient to bitmaskclient. | Parménides GV | |
I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap". | |||
2013-10-04 | ConfigurationWizard uses action instead of button. | Parménides GV | |
New provider button has been converted to an action item, shown at the bottom of the screen. | |||
2013-10-04 | Two action items: login/logout and settings. | Parménides GV | |
2013-10-03 | Login dialog requires username. | Parménides GV | |
I've also changed the way we notify that the password should have 8 characters at least, to make it consistent to the way we notify username is required. | |||
2013-07-26 | Include ics-openvpn license file in se.leap.openvpn package | Sean Leonard | |
Clean erroneous copyright text (Consulted Arne) ics-openvpn uses GPLv2+ | |||
2013-07-19 | Change EIP switch label to "Encrypted Internet" | Sean Leonard | |
2013-07-19 | Add a progress bar while VPN connection is being established | Sean Leonard | |
2013-07-19 | Refactor EIP UI and control logic out of Dashboard into a Fragment | Sean Leonard | |
2013-07-19 | Use non-blocking logic for EIP switch | Sean Leonard | |
Includes AlertDialog if the user attempts to stop EIP while a connection is being established | |||
2013-07-19 | Merge branch 'feature/branding' into develop | Parménides GV | |
2013-07-18 | Full "LEAP Encryption Access Project" in About page | Sean Leonard | |
2013-07-18 | Change the launcher name from "LEAP Dashboard" to "LEAP" | Sean Leonard | |
2013-07-18 | Remove credit for pieces we're not using from About fragment | Sean Leonard | |
2013-07-18 | Change app\'s VPN notification icon | Sean Leonard | |
2013-07-18 | Clean up AboutFragment, remove donation text | Sean Leonard | |
2013-07-12 | Distinguish non LEAP provider and down provider. | Parménides GV | |
I've set ProviderAPI to show its own toast depending on the exception that getStringFromProvider issues. If the socket timeout reaches its end, a toast different from when an IOException or a MalformedException occur. | |||
2013-07-12 | User messages are added to the new recovery dialog | Parménides GV | |
When login is not successful, a new recovery dialog is prompted with a message about the previous error. | |||
2013-07-12 | New menu option to go back to ConfigurationWizard. | Parménides GV | |
It works ok (it simply starts ConfigurationWizard activity for result), but when entering again to Dashboard a NullPointer happens in serviceItemEIP(((ViewStub) findViewById(R.id.eipOverviewStub)).inflate();). It also adds (I forgot to commit before leaving the retry-login branch) ProgressDialogs to login and logout operations. | |||
2013-07-12 | Added menu to ConfigurationWizard. | Parménides GV | |
It only contains the "About LEAP" option. If the user clicks again that option while the About fragment is up, no new fragment is added and pressing 1 time the back button drives him/her to the ConfigurationWizard activity. | |||
2013-07-12 | Shows certificate error message. | Parménides GV | |
If a download didn't occurr due to an IOException, we assume it was for an SSL error and notify the user telling him/her that LEAP provider is not trusted. | |||
2013-07-12 | Distinguish non LEAP provider and down provider. | Parménides GV | |
I've set ProviderAPI to show its own toast depending on the exception that getStringFromProvider issues. If the socket timeout reaches its end, a toast different from when an IOException or a MalformedException occur. | |||
2013-07-12 | Coded new fragment appearance | Parménides GV | |
Domain, name and description come from provider.json Next step: code buttons to login or to use anonymously. | |||
2013-06-26 | Changed user message when a provider is down. | Parménides GV | |
I was assuming that if the app wasn't able to download provider.json from the web, it meant that the preseeded provider was wrong thus the app needed an upgrade. But it can happen (as right now, with bitmask.net) that the provider is simply down. |