summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-04Update metadata for play storekwadronaut
This pulled existing (changed) content from both play store and transifex Did my best when merge was needed. Several changes to the script to fetch from play store
2024-12-04Fetched current live metadata, from play storekwadronaut
2024-09-30update translationscyBerta
2024-08-09Small language updateskwadronaut
Dutch, Cuban Spanish and Portugese (Brazil) Update !297
2024-08-07udpate metadata translations for RiseupVPNcyBerta
2024-08-07update metadata translations for BitmaskcyBerta
2024-08-05update l10n readmekwadronaut
2024-08-05update translations for releasekwadronaut
2024-07-15localization updateskwadronaut
minor, mainly app store related
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