Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | Default translationby to Arne and English. | Parménides GV | |
2014-03-12 | Add Transifex link to About View | Sean Leonard | |
2014-03-12 | Remove crowdin.net references | Sean Leonard | |
2014-03-08 | Remove 'Top padding' string from ConfigurationWizard (Bug #5260) | root | |
2014-03-05 | Merge branch 'bug/inaccurate-server-down-msg' into develop | Sean Leonard | |
2014-03-05 | Merge branch 'bug/spelling' of into develop | Sean Leonard | |
2014-03-05 | Rewrite "Server is down" message to "Server is unreachable" | Sean Leonard | |
2014-03-05 | typo | kwadronaut | |
2014-03-02 | Remove stowaway values-nl folder that was commited to res/values/ folder | Sean Leonard | |
2014-03-02 | Remove obviated settings entry from Dashboard menu | Sean Leonard | |
2014-02-07 | bugfix for #4664 and #4668 (login/logout messages) | Sean Leonard | |
Conflicts: src/se/leap/bitmaskclient/ProviderAPI.java res/values/strings.xml (Re-add lines removed in 7297632a01d5fb606b901d8c54e190e28b95716e ) | |||
2014-02-04 | No more references to ics openvpn. | Parménides GV | |
I've refactored a string name and the content of that string so that no references to legacy ics-openvpn user interface are present in there. | |||
2014-02-04 | Lint performance: completely clean | Sean Leonard | |
That means there is no unnecessary file, nor resource, in the project right now. Conflicts: res/values-ca/strings.xml res/values-cs/strings.xml res/values-de/strings.xml res/values-es/strings.xml res/values-et/strings.xml res/values-fr/strings.xml res/values-id/strings.xml res/values-it/strings.xml res/values-ja/strings.xml res/values-ko/strings.xml res/values-nl/strings.xml res/values-no/strings.xml res/values-ro/strings.xml res/values-ru/strings.xml res/values-uk/strings.xml res/values-zh-rCN/strings.xml res/values-zh-rTW/strings.xml res/values/strings.xml res/values/untranslatable.xml res/xml/main_headers.xml | |||
2013-12-21 | there's no about fragment anymore | cyBerta | |
2013-12-21 | Merge branch 'feature/move-the-settings-button-to-the-overflow-menu' into ↵ | cyBerta | |
develop | |||
2013-12-21 | Merge branch 'bug/more-detailed-response-to-CW-errors' into develop | cyBerta | |
2013-12-19 | Merge branch 'feature/UI_improvements' into develop | Parménides GV | |
2013-12-12 | About is now an Activity. | Parménides GV | |
I've also removed some spaces from the text. | |||
2013-12-10 | Removed icon from settings overflow menu. | Parménides GV | |
2013-12-10 | Retry button on failed downloads. | Parménides GV | |
Next step: remove the provider from the list (big security hole, since all providers present on the list are assumed to be secure). | |||
2013-12-10 | Save my work until now | Parménides GV | |
2013-12-10 | Settings button moved to overflow. | Parménides GV | |
Icon resource left, just in case we need it in the future (overflow items with icon? google?). | |||
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. |