summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-03-01Update l10n for app and app store meta data. Tweaks the tx config and the ↵kwadronaut
python script to pull all translations from Transifex and parse the meta data in a fastlane compatible format.
2024-02-03fix missing fastlane iconcyBerta
2023-11-23move RiseupVPN's fastlane meta data into fastlane/metadata/android as ↵cyBerta
F-Droid's documentation suggests
2023-11-23move bitmask fastlane metadata to src/normal/fastlane/metadata/android/ ↵cyBerta
(/android/ was missing in the path)
2023-11-23add changelog in a fastlane friendly formattingcyBerta
2023-11-01Update Riseupvpn metadatakwadronaut
2023-11-01Update translationskwadronaut
- upper the minimum completion for metadata (stores, fdroid) there are always very few strings - update Portuguese
2023-08-04update store translationskwadronaut
2023-07-28remove old bm screenshotskwadronaut
2023-07-27update mr 250kwadronaut
2023-07-19Apply 1 suggestion(s) to 1 file(s)cyberta
2023-07-18Add Turkish and Dutch, fix .tx flowkwadronaut
2023-07-14update translationskwadronaut
2023-07-11Add store listing datakwadronaut
Pulling metadata from google play store, for use on f-droid. From now on, update strings as usual, transifex picks them pull changes from transifex, commit, push to google play. related to #9137
2023-01-24specify input directory for frameit (framed images)cyberta
2014-04-08Next step: compile jni sources correctly.Parménides GV
2014-04-02Message updated when login was cancelled.Parménides GV
2014-04-02Eip switch turns off accordingly to log in state.Parménides GV
2014-04-02eip switch off && logged in != autostart eipParménides GV
2014-04-02After logging in, eip starts.Parménides GV
Now we need to start eip only if the eip switch is on.
2014-04-02Prompt to login if no anon and no existing cert.Parménides GV
Now we need to turn on eip if the log in dialog was triggered by the eip switch.
2014-04-01No duplicated providers can be entered by a user.Parménides GV
getId method is more intelligent, it builds URL objects and compare between them comparing their hosts, their ports and their protocols.
2014-04-01Show all providers when a user cancels one's setupParménides GV
2014-03-31EIP detection returns false if exception happens.Parménides GV
hasEIP method didn't return false if JSONException happened, and that occurred when a provider didn't offer EIP (right now, cdev doesn't offer EIP).
2014-03-29Setting up provider finishes with use_anon/log_inParménides GV
I was telling the app that the user stopped setting a provider before s/he actually tapped the login/use anonymously button from Provider Details.
2014-03-29Pressing back always returns to CW.Parménides GV
This commit fixes a problem when back was pressed when the vpn certificate had been already downloaded (2/3 of the progressbar).
2014-03-29Refactored.Parménides GV
2014-03-29Back button while setting up a provider worksParménides GV
It stops the process, you can restart it as usual, but if you press back again you quit the app because there is no chosen provider.
2014-03-29Configuration Wizard sized for tablets.Parménides GV
Including provider details.
2014-03-29Eip starting => don't turn off the switch on EXIT.Parménides GV
This fixes #3161.
2014-03-18Merge remote-tracking branch ↵cyBerta
'parmegv/bug/app-crashes-if-there-is-no-anonymous-certificate-#5310' into develop
2014-03-18Merge branch 'bug/connection-to-calyx.net-fails-and-app-crashes-#4550' into ↵cyBerta
develop
2014-03-13Token correctly sent in the http request.Parménides GV
2014-03-12Merge branch 'feature/about-view-transifex-link' into developParménides GV
2014-03-12Remove crowdin.net referencesSean Leonard
2014-03-12Login action bar button shown when applicable.Parménides GV
2014-03-11Locations in eip-service can be empty.Parménides GV
2014-03-10ConcurrentModification at switching provider fixedParménides GV
This fixes bug 5237.
2014-03-10A bit more clean and concise.Parménides GV
I've added "from providerlistfragment" just in case there is any other "top padding" string suitable in other class in the future. I've removed the auxiliar variable in the block of code from ProviderListFragment, there is no need of if now we have a constant in that class.
2014-03-08Remove 'Top padding' string from ConfigurationWizard (Bug #5260)root
2014-03-05Rewrite "Server is down" message to "Server is unreachable"Sean Leonard
2014-03-01Explicit startService() for updating EIP definitionsSean Leonard
2014-03-01Better host matching when updating gateways listSean Leonard
2014-03-01Select VPN gateway by least timezone differenceSean Leonard
2014-02-28Merge branch 'feature/remove-shared-preferences-methods-from-ConfigHelper' ↵Sean Leonard
into develop Conflicts: src/se/leap/bitmaskclient/Dashboard.java
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-04Remove launch log function and click listener from EIP status line.Sean Leonard
Log window Activity is gone with ics-openvpn purge. We will want it back, but we will bring back only what's needed.
2014-02-04Forgot to refactor string name in real code.Parménides GV
2014-02-04More unused classes wiped.Parménides GV
2014-02-04Deleted unused classes from ics-openvpn.Sean Leonard
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java