0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00
Commit Graph

309 Commits

Author SHA1 Message Date
AnkiDroid Translations
5118628a3c Updated strings from Crowdin 2023-04-30 16:56:03 -05:00
AnkiDroid Translations
180dae6a0f Updated strings from Crowdin 2023-04-21 15:12:28 -05:00
AnkiDroid Translations
674a18ccd0 Updated strings from Crowdin 2023-03-23 08:11:16 -05:00
AnkiDroid Translations
dce730b8f2 Updated strings from Crowdin 2023-02-23 08:50:29 -05:00
snowtimeglass
ffa4c3be55 Fix a typo of the filenames of the notification star icon
- Rename all files with "ic_stat_notify" to "ic_star_notify":
     ・ ic_stat_notify.xml
     ・ ic_stat_notify.svg

- Replace "ic_stat_notify" codes with "ic_star_notify" in all files where the string is used:
     ・ NotificationService.kt
     ・ ReminderService.kt
     ・ AnkiActivity.kt
2023-02-04 16:07:46 +00:00
AnkiDroid Translations
f8c5b2ce2b Updated strings from Crowdin 2023-01-20 14:26:03 -03:00
Brayan Oliveira
87600a0a7c
Updated strings from Crowdin (#13071)
Co-authored-by: AnkiDroid Translations <ankidroid@ankidroid.org>
2023-01-07 08:23:45 +01:00
AnkiDroid Translations
50da18bb37 Updated strings from Crowdin 2022-12-02 14:40:27 -08:00
AnkiDroid Translations
b046356264 Updated strings from Crowdin 2022-10-13 09:23:18 -05:00
AnkiDroid Translations
39ae5e6133 Updated strings from Crowdin 2022-09-17 16:30:09 -05:00
Mike Hardy
ab661f09d4
Updated strings from Crowdin (#12394)
Co-authored-by: AnkiDroid Translations <ankidroid@ankidroid.org>
2022-09-13 20:38:21 -05:00
David Allison
d0075d965d chore: delete Kotlin Migration related tools/docs
No longer necessary: all files are in Kotlin
2022-09-05 00:34:28 +02:00
AnkiDroid Translations
25fa315b49 Updated strings from Crowdin 2022-08-31 21:24:47 -03:00
Pratyaksh Khurana
0677ddebcb
Added Anki Forum URL in Readme file in Join Us On section (#12247)
* add anki_forums logo to the folder
* add icon to README.md
2022-08-30 23:29:19 +05:30
AnkiDroid Translations
ec80ecde46 Updated strings from Crowdin 2022-08-23 09:39:09 -05:00
AnkiDroid Translations
41f702168a Updated strings from Crowdin 2022-07-04 12:48:46 -05:00
AnkiDroid Translations
789fd1ad5d Updated strings from Crowdin 2022-06-13 14:05:21 -05:00
AnkiDroid Translations
5ac3f5a520 Updated strings from Crowdin 2022-06-03 11:19:17 -05:00
AnkiDroid Translations
ecb177cd9a Updated strings from Crowdin 2022-06-02 10:58:11 -05:00
Arthur Milchior
035f5e57ce
Mention migrate.sh in documentation (#11394) 2022-05-29 21:44:18 -05:00
AnkiDroid Translations
c8a02ea410 Updated strings from Crowdin 2022-04-17 17:14:18 -05:00
AnkiDroid Translations
5147a536a8 Updated strings from Crowdin 2022-03-23 06:24:07 -05:00
AnkiDroid Translations
3721791cd0 Updated strings from Crowdin 2022-03-17 22:44:37 -05:00
Divyansh Kushwaha
c125362230
Fix spelling: kotlin-migration.md (#10563) 2022-03-17 14:33:44 +00:00
AnkiDroid Translations
9876bf44e7 Updated strings from Crowdin 2022-03-11 17:52:21 -05:00
AnkiDroid Translations
5fae2c939c Updated strings from Crowdin 2022-02-20 18:52:48 -05:00
Brayan Oliveira
cffaf251d4
Remove lookup dictionary (#10341)
* remove lookup from analytics
* delete lookup dictionary from metaDB
* update LONG_TAP default gesture
* delete lookup dict button setup
* delete COMMAND_LOOKUP
* fix test with COMMAND_LOOKUP
* delete reviewer action
* delete Lookup.kt
* remove last lookup dict functions
* delete lookup dict xml data
* remove deleted key from test
* remove test lookup binding
* remove more unused resources
* Remove unused string
* fix edited test
* Update AnkiDroid/src/main/res/values/constants.xml

Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>

* remove dictionary from all market descriptions

Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>
2022-02-20 18:05:09 -05:00
Arthur Milchior
a0d3f4d642
NF: Add more details to Kotlin Migration (#10167)
* NF: Add more details to Kotlin Migration

Some details were not clear during my first try of this feature.

In particular, I didn't have the "commit" window. Instead I had a different
non-modal window, which did not offer as many option. So I had to explain how to
get the modal window.

I also added instructions about what to do if build fail, at the place where we
expect failure.

I also added sub-sections. This way, if the process fail, it's easier to know
where we are.

Co-authored-by: David Allison <62114487+david-allison-1@users.noreply.github.com>
2022-01-16 14:39:46 -05:00
David Allison
f3d762287e feat(scoped-storage): Add consent dialog
To release on the Play Store, we need to implement scoped storage

Since the migration to scoped storage can take a while, and has a low,
but nonzero chance at data corruption, we want to show a dialog to the
user, ensuring that:

* They understand that we need to do this
* They understand the risks
* They have backed up
* They won't uninstall the app before/during
  the migration

We also add a link to https://github.com/ankidroid/Anki-Android/wiki/Storage-Migration-FAQ
to ensure that users are informed.

Since we can set "preserveLegacyExternalStorage", we don't need the
user to immediately migrate, but this stops working if the user
uninstalls, and the directory becomes inaccessible

Issue 5304
2022-01-02 13:13:34 -05:00
AnkiDroid Translations
b784b3ae2d Updated strings from Crowdin 2021-12-17 18:30:46 -08:00
AnkiDroid Translations
66ded1cf44 Updated strings from Crowdin 2021-11-18 13:26:44 -05:00
David Allison
bffd3c60c0 docs(kotlin-migration): Convert - to > 2021-10-31 14:51:59 -05:00
David Allison
1abc5004be docs(kotlin-migration): Explain rebase 2021-10-31 14:51:59 -05:00
David Allison
77b4dd6c4a docs(kotlin-migration): add example 2021-10-31 14:51:59 -05:00
David Allison
1ee5f65b87 docs: Kotlin Conversion
Better to write this than to explain it.

https://github.com/ankidroid/Anki-Android/pull/9480
2021-10-31 13:23:23 -05:00
AnkiDroid Translations
4e49541712 Updated strings from Crowdin 2021-10-18 16:29:37 -05:00
AnkiDroid Translations
d75a2e3e2c Updated strings from Crowdin 2021-10-08 08:51:03 -05:00
AnkiDroid Translations
0f2bbf533f Updated strings from Crowdin 2021-09-24 13:02:34 -05:00
AnkiDroid Translations
074396f229 Updated strings from Crowdin 2021-09-21 22:19:12 -05:00
AnkiDroid Translations
647d84fd3b Updated strings from Crowdin 2021-09-14 18:39:20 +01:00
AnkiDroid Translations
e35f18a39f Updated strings from Crowdin 2021-08-22 21:41:21 -05:00
Mike Hardy
8a6e10d925 Updated translations from Crowdin 2021-07-28 17:56:14 -05:00
AnkiDroid Translations
2888683b4b Updated strings from Crowdin 2021-07-16 13:01:22 -05:00
AnkiDroid Translations
201079b85e Updated strings from Crowdin 2021-07-10 11:19:32 -05:00
AnkiDroid Translations
fdf5583373 Updated strings from Crowdin 2021-06-23 08:12:59 -05:00
AnkiDroid Translations
c33648a0d3 Updated strings from Crowdin 2021-05-29 11:25:22 +01:00
AnkiDroid Translations
1772369912 Updated strings from Crowdin 2021-05-29 03:53:10 +01:00
AnkiDroid Translations
9b4759f752 Updated strings from Crowdin 2021-05-11 11:13:46 -05:00
AnkiDroid Translations
ba16ac2124 Updated strings from Crowdin 2021-05-07 15:33:11 -05:00
Mike Hardy
0fb177f9a2 Updated strings from Crowdin 2021-04-25 13:23:26 -05:00