Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-24 | fix fastlane icon location | Leo Heitmann Ruiz | |
https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#fastlane-structure | |||
2025-02-05 | add french store description | cyBerta | |
2025-02-04 | update store translations | cyBerta | |
2024-12-04 | Update metadata for play store | kwadronaut | |
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-04 | Fetched current live metadata, from play store | kwadronaut | |
2024-09-30 | update translations | cyBerta | |
2024-08-09 | Small language updates | kwadronaut | |
Dutch, Cuban Spanish and Portugese (Brazil) Update !297 | |||
2024-08-07 | udpate metadata translations for RiseupVPN | cyBerta | |
2024-08-07 | update metadata translations for Bitmask | cyBerta | |
2024-08-05 | update l10n readme | kwadronaut | |
2024-08-05 | update translations for release | kwadronaut | |
2024-07-15 | localization updates | kwadronaut | |
minor, mainly app store related | |||
2024-03-01 | Update 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-03 | fix missing fastlane icon | cyBerta | |
2023-11-23 | move RiseupVPN's fastlane meta data into fastlane/metadata/android as ↵ | cyBerta | |
F-Droid's documentation suggests | |||
2023-11-23 | move bitmask fastlane metadata to src/normal/fastlane/metadata/android/ ↵ | cyBerta | |
(/android/ was missing in the path) | |||
2023-11-23 | add changelog in a fastlane friendly formatting | cyBerta | |
2023-11-01 | Update Riseupvpn metadata | kwadronaut | |
2023-11-01 | Update translations | kwadronaut | |
- upper the minimum completion for metadata (stores, fdroid) there are always very few strings - update Portuguese | |||
2023-08-04 | update store translations | kwadronaut | |
2023-07-28 | remove old bm screenshots | kwadronaut | |
2023-07-27 | update mr 250 | kwadronaut | |
2023-07-19 | Apply 1 suggestion(s) to 1 file(s) | cyberta | |
2023-07-18 | Add Turkish and Dutch, fix .tx flow | kwadronaut | |
2023-07-14 | update translations | kwadronaut | |
2023-07-11 | Add store listing data | kwadronaut | |
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-24 | specify input directory for frameit (framed images) | cyberta | |
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |
2014-04-02 | Message updated when login was cancelled. | Parménides GV | |
2014-04-02 | Eip switch turns off accordingly to log in state. | Parménides GV | |
2014-04-02 | eip switch off && logged in != autostart eip | Parménides GV | |
2014-04-02 | After logging in, eip starts. | Parménides GV | |
Now we need to start eip only if the eip switch is on. | |||
2014-04-02 | Prompt 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-01 | No 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-01 | Show all providers when a user cancels one's setup | Parménides GV | |
2014-03-31 | EIP 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-29 | Setting up provider finishes with use_anon/log_in | Parmé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-29 | Pressing 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-29 | Refactored. | Parménides GV | |
2014-03-29 | Back button while setting up a provider works | Parmé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-29 | Configuration Wizard sized for tablets. | Parménides GV | |
Including provider details. | |||
2014-03-29 | Eip starting => don't turn off the switch on EXIT. | Parménides GV | |
This fixes #3161. | |||
2014-03-18 | Merge remote-tracking branch ↵ | cyBerta | |
'parmegv/bug/app-crashes-if-there-is-no-anonymous-certificate-#5310' into develop | |||
2014-03-18 | Merge branch 'bug/connection-to-calyx.net-fails-and-app-crashes-#4550' into ↵ | cyBerta | |
develop | |||
2014-03-13 | Token correctly sent in the http request. | Parménides GV | |
2014-03-12 | Merge branch 'feature/about-view-transifex-link' into develop | Parménides GV | |
2014-03-12 | Remove crowdin.net references | Sean Leonard | |
2014-03-12 | Login action bar button shown when applicable. | Parménides GV | |
2014-03-11 | Locations in eip-service can be empty. | Parménides GV | |
2014-03-10 | ConcurrentModification at switching provider fixed | Parménides GV | |
This fixes bug 5237. |