Commit graph

622 commits

Author SHA1 Message Date
tibbi
8e418971a8 commenting out some audio editor stuff, it is way too huge 2023-10-09 11:14:05 +02:00
tibbi
387b9e6b00 commenting out the voice editor in progress
not sure how it got here...
2023-10-09 11:04:19 +02:00
tibbi
6ec445ee64 fixing a bug with the inability to change save folder 2023-10-09 10:59:12 +02:00
tibbi
6c9221f238 Merge branch 'feature/172-recording-editor' of github.com:esensar/Simple-Voice-Recorder 2023-09-30 20:48:36 +02:00
Ensar Sarajčić
9a8c2f9210 Prevent crashes on Android 13 2023-09-29 11:29:07 +02:00
Lionel HANNEQUIN
00d5ab7be8
Translated using Weblate (French)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/fr/
2023-09-28 05:56:58 +02:00
Ensar Sarajčić
cd62cabb52 WIP: Audio editor 2023-09-27 16:26:05 +02:00
gallegonovato
dfd847461f
Translated using Weblate (Spanish)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/es/
2023-09-21 11:22:20 +02:00
Ensar Sarajčić
fca700375a Fix inactive tab onResume update when there are 3 tabs 2023-09-12 12:24:33 +02:00
Usland
16ff51f00a
Update strings.xml 2023-09-02 20:10:53 +03:00
Tibor Kaputa
bb3824bef4
fixing a typo 2023-08-04 09:50:48 +02:00
Ensar Sarajčić
f0737fa83c Remove alised import for commons R class 2023-08-04 08:43:55 +02:00
Ensar Sarajčić
89e76cc293 Migrate to viewbinding and kotlin gradle scripts
- Replaced kotlinx sythetic with viewbinding
- Update build scripts to kotlin
- Intoduced version catalog, similar to Commons
- Updated kotlin from 1.7.10 to 1.9.0
- Updated Android Gradle Plugin to 8.1.0
2023-08-03 16:58:36 +02:00
Ensar Sarajčić
eec47921e0 Update targetSdkVersion to 34
Regardless of updating targetSdkVersion, the foreground service notification
will now be dismissable by the user. Ongoing flag will only affect dismissing
with *Clear all* or when phone is locked.

Updating targetSdkVersion required updating the RecorderService type, since these
are now mandatory. Setting `microphone` type also required additional permission,
`FOREGROUND_SERVICE_MICROPHONE`.

No other changes from these lists affects this app:
- https://developer.android.com/about/versions/14/behavior-changes-all
- https://developer.android.com/about/versions/14/behavior-changes-14
2023-07-28 17:23:26 +02:00
Tibor Kaputa
272f5a8b21
Merge pull request #205 from esensar/feature/recycle-bin
Add support for recycle bin
2023-07-27 16:03:58 +02:00
Ensar Sarajčić
3c3be72c90 Close search when navigating away from recycle bin tab 2023-07-27 15:56:04 +02:00
Ensar Sarajčić
dda0a9aa87 Prevent navigating to player tab when searching recycle bin 2023-07-27 15:25:45 +02:00
Ensar Sarajčić
f5079dd8bf Fix formatting in TrashFragment 2023-07-27 12:32:21 +02:00
Ensar Sarajčić
e9c35fae0f Always use offscreenPageLimit of 2 2023-07-27 12:22:18 +02:00
Ensar Sarajčić
f0db5d72aa Clean up IDs in TrashFragment for clarity 2023-07-27 10:56:15 +02:00
Ensar Sarajčić
a0278914ee Remove needless background thread and main thread wrappers in setupAdapter 2023-07-27 10:50:04 +02:00
Ensar Sarajčić
68166c318c Increase offscreenPageLimit when recycle bin is used 2023-07-27 10:46:06 +02:00
Ensar Sarajčić
f511da5180 Prevent running recycle bin check on Q+ devices 2023-07-25 12:22:46 +02:00
Ensar Sarajčić
950f5a0207 Read using new queries on R+ devices to properly get trashed media 2023-07-25 12:13:54 +02:00
Ensar Sarajčić
b9035f2612 Split deletion lines for clarity 2023-07-25 08:24:29 +02:00
Ensar Sarajčić
7aba993726 Add param name to callbacks for clarity 2023-07-25 08:24:11 +02:00
Ensar Sarajčić
5883e91bc4 Add support for recycle bin
This uses system recycle bin whenever possible, which will automatically
delete files after 30 days. When not available, moves files to hidden `.trash`
subdirectory and manually removes them after 30 days.
2023-07-24 16:24:05 +02:00
Priit Jõerüüt
2d6e7dc29e
Translated using Weblate (Estonian)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/et/
2023-07-21 11:09:22 +02:00
abc0922001
423f07fae5
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/zh_Hant/
2023-07-17 14:50:05 +02:00
elgratea
439b944a1e
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/bg/
2023-07-17 14:50:05 +02:00
tibbi
bc07f3c9fe updating commons 2023-07-17 14:48:58 +02:00
tibbi
4d01b6d4a0 fixing the spanish translation 2023-07-03 17:12:51 +02:00
tibbi
d7cee12fec use a better centered recordings layout 2023-06-20 23:11:47 +02:00
tibbi
ec72b005fd updating the recording file foreground 2023-06-20 23:02:21 +02:00
ngocanhtve
97250fa576
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/vi/
2023-05-30 12:49:03 +02:00
Kryštof Černý
0c07d7a3a2
Translated using Weblate (Czech)
Currently translated at 96.0% (24 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/cs/
2023-05-28 10:48:51 +02:00
tibbi
32e496e1ff updating commons 2023-05-12 12:14:52 +02:00
Макар Разин
bfbc986e27
Translated using Weblate (Belarusian)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/be/
2023-05-10 23:48:57 +02:00
tibbi
bada2ba6bd updating commons 2023-05-07 18:43:22 +02:00
Tibor Kaputa
9deea1c306
Merge pull request #190 from Aga-C/change-ogg-naming
Added Opus to ogg name on the UI (#189)
2023-04-26 23:06:20 +02:00
Tibor Kaputa
503d9aa7ea
small code simplifying 2023-04-26 23:04:15 +02:00
advait
abab40e963 cancel existing blink requests when refreshing 2023-04-24 19:28:35 +05:30
Agnieszka C
414e491661 Added Opus to ogg name on the UI (#189) 2023-04-02 18:54:23 +02:00
Tibor Kaputa
88164cc857
Update strings.xml 2023-03-25 10:02:30 +01:00
HexagonCDN
a8e587c233
Translated using Weblate (Vietnamese)
Currently translated at 12.0% (3 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/vi/
2023-03-25 10:01:43 +01:00
Anonymous
17060dd04c
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (0 of 0 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/vi/
2023-03-25 10:01:43 +01:00
HexagonCDN
4a656ba18b
Added translation using Weblate (Vietnamese) 2023-03-25 10:01:43 +01:00
Oskari Lavinto
f3936fe73b
Translated using Weblate (Finnish)
Currently translated at 100.0% (25 of 25 strings)

Translation: Simple Mobile Tools/Simple Voice Recorder
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-voice-recorder/fi/
2023-03-25 10:01:43 +01:00
tibbi
71a85e91f4 removing an untranslated file 2023-03-25 10:01:36 +01:00
tibbi
4a0268397b updating commons 2023-02-10 21:23:14 +01:00