Commit Graph

977 Commits

Author SHA1 Message Date
c9707882fd Update strings.xml 2022-06-04 22:32:03 +02:00
8c0294f58a Update strings.xml 2022-06-04 22:31:54 +02:00
3dcf09aef2 Delete strings.xml 2022-06-04 22:31:44 +02:00
81b9475f0a Update strings.xml 2022-06-04 22:31:31 +02:00
6cf85f7fc8 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/uk/
2022-06-02 14:15:22 +02:00
ce0bc1098b Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/pt_BR/
2022-05-30 10:17:08 +02:00
804713f135 Added translation using Weblate (English (United States)) 2022-05-27 21:09:07 +02:00
38920109f0 Added translation using Weblate (Azerbaijani) 2022-05-27 20:52:20 +02:00
2d1d491b53 Added translation using Weblate (Arabic) 2022-05-27 20:52:17 +02:00
b60c232609 Added translation using Weblate (Croatian) 2022-05-27 20:52:14 +02:00
eca01c2992 Added translation using Weblate (Bulgarian) 2022-05-27 20:52:11 +02:00
aae5937b10 Translated using Weblate (Slovak)
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/sk/
2022-05-27 20:52:10 +02:00
148011300d Translated using Weblate (Spanish)
Currently translated at 94.4% (17 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/es/
2022-05-26 18:19:14 +02:00
207a53bb58 updating changelog 5.7.1 2022-05-20 22:29:29 +02:00
cac88fcd4d update version to 5.7.1 2022-05-20 22:29:22 +02:00
8cb824cbce changing indonesian language from "id" to "in" 2022-05-20 22:25:36 +02:00
fa37a78156 require Simple Thank You for using widgets 2022-05-20 21:57:56 +02:00
aa953babfd adding some widget config related ui improvements 2022-05-20 21:54:02 +02:00
c252b584ee updating commons, kotlin, gradle 2022-05-20 21:46:24 +02:00
27ee471103 Merge pull request #108 from weblate/weblate-simple-mobile-tools-simple-voice-recorder
Translations update from Hosted Weblate
2022-05-19 15:47:58 +02:00
a0083fd5de Update strings.xml 2022-05-19 15:47:44 +02:00
53487a483e Translated using Weblate (Czech)
Currently translated at 61.1% (11 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/cs/
2022-05-17 04:14:03 +02:00
b6a6084fc1 Added translation using Weblate (Czech) 2022-05-16 14:08:17 +02:00
383a2b2d94 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/uk/
2022-05-15 00:15:43 +02:00
5155115042 Translated using Weblate (Ukrainian)
Currently translated at 94.4% (17 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/uk/
2022-05-02 14:11:03 +02:00
2073dbb9cc Merge pull request #107 from KryptKode/feat/customise_recordings_path
allow users to customise recording folder
2022-04-18 10:50:18 +02:00
024453e45f Merge pull request #106 from weblate/weblate-simple-mobile-tools-simple-voice-recorder
Translations update from Hosted Weblate
2022-04-18 10:43:51 +02:00
ccc82c8605 cleanup PlayerFragment 2022-04-17 17:09:29 +01:00
1134819b25 allow users to customise recording folder
- use SAF on SDK 30+ to give user a change to change the default location where recordings are stored
- since we have requestLegacyExternalStorage="true" in the AndroidManifest, we can enable WRITE_EXTERNAL_STORAGE up to SDK 29 (Android 10)
- modify methods to store recordings in RecorderService to use SAF for SDK 30+ and normal file paths for lower SDK versions.
- at first installation, the app would not have SAF permissions, so we use the old method, using MediaStore and the app's cacheDir until the users decide to change; then we can switch to using SAF
- modify methods to get all recordings in PlayerFragment
   - on SDK 30+, we need to combine recordings got from the MediaStore (getMediaStoreRecordings) and the ones from the recordings folder SAF (getSAFRecordings)
   - on SDK 29, we combine recordings got from the MediaStore (getMediaStoreRecordings) and the ones from direct file path (getLegacyRecordings)
   - on lower SDKs, we just use the file paths  (getLegacyRecordings)
- modify method for playing recordings in PlayerFragment
   -  SDK 30+, when getting recordings with SAF, we store the string of the SAF URI of the file as the Recording#path field, we check if the path is a Document URI and pass that to the MediaPlayer#setDataSource method
   - if the Recording#path field is empty, we get the MediaStore URI using the ID and pass that to the MediaPlayer#setDataSource method
   - in other cases, the Recording#path field is a file path, so we use it.
- in RecordingsAdapter, add support for changes to the paths used for in sharing the recordings
- update the commons module
2022-04-17 16:13:51 +01:00
267b5d1b42 Translated using Weblate (Spanish)
Currently translated at 88.8% (16 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/es/
2022-04-17 11:11:41 +02:00
6b44e90ed4 updating changelog 5.7.0 2022-04-13 16:57:46 +02:00
8e1f0a75e7 update version to 5.7.0 2022-04-13 16:57:39 +02:00
fd9add7b75 removing a wrong action menu button hiding 2022-04-13 14:31:00 +02:00
6a998e9b46 changing the theme, make sure the widgets works with Material You 2022-04-13 14:30:08 +02:00
c41acde516 add IMMUTABLE flag to intents 2022-04-13 14:20:28 +02:00
0435a70377 adding swedish fastlane files 2022-04-13 11:45:11 +02:00
c74bc3a7c1 Merge pull request #103 from weblate/weblate-simple-mobile-tools-simple-voice-recorder
Translations update from Hosted Weblate
2022-04-13 11:44:52 +02:00
ed484c9ecf Update strings.xml 2022-04-13 11:44:18 +02:00
a5f2a85ff4 Translated using Weblate (Romanian)
Currently translated at 94.4% (17 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/ro/
2022-04-13 11:39:57 +02:00
bfc820702e Translated using Weblate (Romanian)
Currently translated at 94.4% (17 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/ro/
2022-04-13 11:39:57 +02:00
68e457ab95 Translated using Weblate (Swedish)
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/sv/
2022-04-13 11:39:57 +02:00
e904489f4b Added translation using Weblate (Swedish) 2022-04-13 11:39:57 +02:00
37e96f53d8 Translated using Weblate (Indonesian)
Currently translated at 100.0% (18 of 18 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/id/
2022-04-13 11:39:57 +02:00
eb6c4f98a5 updating commons and target SDK to 31 2022-04-13 11:39:51 +02:00
5dcb4a6a37 updating changelog 5.6.5 2022-03-21 21:50:35 +01:00
68ae2e7c79 update version to 5.6.5 2022-03-21 21:50:29 +01:00
1115ce696c adding some EventBus related proguard rules 2022-03-21 21:47:16 +01:00
45b216235d updating commons once again 2022-03-21 21:43:36 +01:00
69b36142b0 updating commons 2022-03-21 21:35:11 +01:00
1195fac8c5 adding application_preferences intent 2022-03-21 21:10:42 +01:00