Tibor Kaputa
a0083fd5de
Update strings.xml
2022-05-19 15:47:44 +02:00
Hry a zajímavostio nich
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
Hry a zajímavosti o nich
b6a6084fc1
Added translation using Weblate (Czech)
2022-05-16 14:08:17 +02:00
Artem
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
Artem
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
Tibor Kaputa
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
Tibor Kaputa
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
darthpaul
ccc82c8605
cleanup PlayerFragment
2022-04-17 17:09:29 +01:00
darthpaul
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
Iago
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
tibbi
6b44e90ed4
updating changelog
2022-04-13 16:57:46 +02:00
tibbi
8e1f0a75e7
update version to 5.7.0
2022-04-13 16:57:39 +02:00
tibbi
fd9add7b75
removing a wrong action menu button hiding
2022-04-13 14:31:00 +02:00
tibbi
6a998e9b46
changing the theme, make sure the widgets works with Material You
2022-04-13 14:30:08 +02:00
tibbi
c41acde516
add IMMUTABLE flag to intents
2022-04-13 14:20:28 +02:00
tibbi
0435a70377
adding swedish fastlane files
2022-04-13 11:45:11 +02:00
Tibor Kaputa
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
Tibor Kaputa
ed484c9ecf
Update strings.xml
2022-04-13 11:44:18 +02:00
melintemarian
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
melintemarian
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
Simon N
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
Simon N
e904489f4b
Added translation using Weblate (Swedish)
2022-04-13 11:39:57 +02:00
Linerly
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
tibbi
eb6c4f98a5
updating commons and target SDK to 31
2022-04-13 11:39:51 +02:00
tibbi
5dcb4a6a37
updating changelog
2022-03-21 21:50:35 +01:00
tibbi
68ae2e7c79
update version to 5.6.5
2022-03-21 21:50:29 +01:00
tibbi
1115ce696c
adding some EventBus related proguard rules
2022-03-21 21:47:16 +01:00
tibbi
45b216235d
updating commons once again
2022-03-21 21:43:36 +01:00
tibbi
69b36142b0
updating commons
2022-03-21 21:35:11 +01:00
tibbi
1195fac8c5
adding application_preferences intent
2022-03-21 21:10:42 +01:00
Tibor Kaputa
112cb1ceda
Merge pull request #98 from weblate/weblate-simple-mobile-tools-simple-voice-recorder
...
Translations update from Hosted Weblate
2022-03-21 21:08:16 +01:00
Tibor Kaputa
2d95d1c90f
Update strings.xml
2022-03-21 21:07:49 +01:00
zica
7dd4682f3a
Translated using Weblate (Chinese (Traditional))
...
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/zh_Hant/
2022-03-18 03:58:30 +01:00
zica
db60c3fd3d
Added translation using Weblate (Chinese (Traditional))
2022-03-16 09:58:38 +01:00
J. Lavoie
3252e5a124
Translated using Weblate (German)
...
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/de/
2022-03-03 20:59:08 +01:00
Vitor Henrique
a735953b75
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-03-02 05:58:45 +01:00
Oğuz Ersen
aeb1d7a17e
Translated using Weblate (Turkish)
...
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/tr/
2022-03-02 05:58:45 +01:00
Artem
f2274b0c83
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-02-23 23:58:44 +01:00
Guillaume
4f2d6de337
Translated using Weblate (Dutch)
...
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/nl/
2022-02-16 21:05:08 +01:00
J. Lavoie
27b60a919e
Translated using Weblate (German)
...
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/de/
2022-02-16 21:05:08 +01:00
lianergoist
da581ade66
Translated using Weblate (Danish)
...
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/da/
2022-02-13 20:58:13 +01:00
lianergoist
40b26412da
Translated using Weblate (Danish)
...
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/da/
2022-02-12 19:58:20 +01:00
Tibor Kaputa
2f084097d5
Merge pull request #97 from weblate/weblate-simple-mobile-tools-simple-voice-recorder
...
Translations update from Hosted Weblate
2022-02-11 09:17:17 +01:00
Priit Jõerüüt
2f842b481a
Translated using Weblate (Estonian)
...
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/et/
2022-02-11 08:58:40 +01:00
tibbi
96516a7cde
enable minifying in release mode
2022-02-10 22:13:55 +01:00
tibbi
33fa17c2da
updating changelog
2022-02-10 09:48:29 +01:00
tibbi
c7765de7af
update version to 5.6.4
2022-02-10 09:48:23 +01:00
tibbi
a176675acc
updating commons
2022-02-10 09:42:05 +01:00
tibbi
5e1d5dfca2
hide the keyboard at launching Settings
2022-02-09 20:24:35 +01:00
tibbi
cc484ca0d6
updating commons
2022-02-09 20:23:28 +01:00