summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-03-29Edit texts from login and new provider scaled up.Parménides GV
Built-in buttons and titles/messages aren't scaled up, it should be programatically but I think that preference should be inherited from Android configuration rather. If every app chose those sizes, then the overall Android feeling wouldn't be homogeneous.
2014-03-29About fragment text scaled up.Parménides GV
Just that.
2014-03-29Configuration Wizard sized for tablets.Parménides GV
Including provider details.
2014-03-29Dashboard for 10' screens.Parménides GV
2014-03-29Left margin in the about text = 8spParménides GV
2014-03-12Default translationby to Arne and English.Parménides GV
2014-03-12Add Transifex link to About ViewSean Leonard
2014-03-12Remove crowdin.net referencesSean Leonard
2014-03-08Remove 'Top padding' string from ConfigurationWizard (Bug #5260)root
2014-03-05Merge branch 'bug/inaccurate-server-down-msg' into developSean Leonard
2014-03-05Merge branch 'bug/spelling' of into developSean Leonard
2014-03-05Rewrite "Server is down" message to "Server is unreachable"Sean Leonard
2014-03-05typokwadronaut
2014-03-02Remove stowaway values-nl folder that was commited to res/values/ folderSean Leonard
2014-03-02Remove obviated settings entry from Dashboard menuSean Leonard
2014-02-07bugfix 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-04No 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-04Lint performance: completely cleanSean 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-21there's no about fragment anymorecyBerta
2013-12-21Merge branch 'feature/move-the-settings-button-to-the-overflow-menu' into ↵cyBerta
develop
2013-12-21Merge branch 'bug/more-detailed-response-to-CW-errors' into developcyBerta
2013-12-19Merge branch 'feature/UI_improvements' into developParménides GV
2013-12-12About is now an Activity.Parménides GV
I've also removed some spaces from the text.
2013-12-10Removed icon from settings overflow menu.Parménides GV
2013-12-10Retry 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-10Save my work until nowParménides GV
2013-12-10Settings 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-05Turn the login icon into simple text (Bug #4659)cyBerta
2013-12-05Show location in openvpn notification message (Feature #4665)cyBerta
2013-12-04about bitmask instead of about LEAPcyBerta
2013-12-04remove translations for LEAP for AndroidcyBerta
2013-11-21OpenVPN 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-21Trivial changes in strings.xmlParménides GV
2013-11-15Dashboard 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-15Label for the CW progressbar.Parménides GV
2013-11-15Only 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-15Holo theme for CW progress bar.Parménides GV
2013-11-15ProgressBar xml is loaded correctly.Parménides GV
2013-11-15ProviderAPI broadcasts progress for log in processParménides GV
Login progress bar advances according to the srp stages.
2013-11-15Dashboard 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-15Added 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-15Merge branch 'feature/disconnect-notification-icon' into developSean Leonard
2013-11-15Merge branch 'bug/srp-b-validation' into developSean Leonard
2013-11-14Check B % N != 0 in SRP algorithm.Parménides GV
2013-11-14status message string from resource, clearer status message for 'not ↵cyBerta
running', bugfix for bug #4477
2013-11-14corrected image sizecyBerta
2013-11-13AlertDialog 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-09Replace LEAP icons with Bitmask onesSean Leonard
2013-11-09Changed repo url in the About page.Parménides GV
All languages updated.