tibbi
25d031dc00
adding a new string for unblocking
2023-09-11 23:05:59 +02:00
tibbi
e31e5d70d3
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Commons
2023-09-11 22:33:43 +02:00
Tibor Kaputa
e0db4c5f28
Merge pull request #1825 from fatihergin/feature/add-contact-blocking-helpers
...
Feature/add contact blocking helpers
2023-09-11 22:33:27 +02:00
Tibor Kaputa
cb887ca902
updating the slovak translation
2023-09-11 22:33:02 +02:00
fatih ergin
a672a995bd
remove blocked numbers bold styling & adjust left padding
2023-09-11 23:10:57 +03:00
fatih ergin
2b77ca6ff1
return contact blocking & unblocking success result
2023-09-11 21:43:08 +03:00
FunkyMuse
272a0eb3cb
fix: drag handle. whew?
2023-09-11 17:48:11 +02:00
tibbi
19912d222a
Merge branch 'improve_password_protection' of github.com:naveensingh/Simple-Commons
2023-09-11 16:07:52 +02:00
FunkyMuse
8500bb0ee0
fix: status bar colors for action mode and without action mode
2023-09-11 15:32:02 +02:00
FunkyMuse
089e5143ec
fix: navigation bar colors
2023-09-11 15:23:03 +02:00
FunkyMuse
dfabe4e549
fix: status bar color on dispose and add spacing between blocked numberfs
2023-09-11 14:54:24 +02:00
FunkyMuse
ea3879414f
fix: colors and tooltip crashes
2023-09-11 13:29:17 +02:00
solokot
e7ad827162
Translated using Weblate (Russian)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ru/
2023-09-11 10:49:47 +02:00
Sergio Marques
bb55a48a02
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pt/
2023-09-11 10:49:47 +02:00
Juele juele
23bbd1b7de
Translated using Weblate (Basque)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/eu/
2023-09-11 10:49:46 +02:00
Josep M. Ferrer
600909c6db
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ca/
2023-09-11 10:49:46 +02:00
Rex_sa
2c067752e5
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ar/
2023-09-11 10:49:46 +02:00
VfBFan
ec211827b5
Translated using Weblate (German)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/de/
2023-09-11 10:49:46 +02:00
Eric
056451c20a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-09-11 10:49:46 +02:00
Oğuz Ersen
cecafaf22e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/tr/
2023-09-11 10:49:46 +02:00
Agnieszka C
4ea8afe8f7
Translated using Weblate (Polish)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-09-11 10:49:46 +02:00
Guillaume
15ba23034c
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (908 of 908 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-09-11 10:49:46 +02:00
fatih ergin
b71a43217f
add contact blocking translations by default translation
2023-09-10 20:08:06 +03:00
fatih ergin
0f60efa0b1
remove "Unknown" title from blocked numbers list for non contact blocks.
2023-09-10 20:07:34 +03:00
fatih ergin
a938d14855
sort blocked numbers by first contact name then phone number
2023-09-10 19:37:08 +03:00
Naveen
7fe445e494
Limit minimum PIN length to 4 digits
2023-09-10 18:13:46 +05:30
fatih ergin
40fa4f69ad
add contact blocking helpers
2023-09-10 15:32:31 +03:00
fatih ergin
d4676ceadf
strip separators from phone number on contacts hashmap for better consistency.
2023-09-10 15:31:32 +03:00
FunkyMuse
5980830177
fix: spacing between popup menu and anchor
2023-09-10 14:10:22 +02:00
Naveen
774a81e09f
Minor code improvement
2023-09-10 17:33:24 +05:30
FunkyMuse
aab1756772
fix: drag handler issue
2023-09-10 13:53:51 +02:00
Naveen
70e23a72ba
Shrink vector drawable
2023-09-10 17:20:38 +05:30
Naveen
d93ce118f4
Lock out after 3 incorrect unlock attempts
...
- After 3 incorrect attempts, user is locked out for 5 seconds.
- This doesn't distinguish between folder lock vs app lock. 3 incorrect attempts to unlock a folder will cause whole app to be inaccessible as well. Because a locked folder doesn't make sense when app lock is enabled plus it'll complicate things further
- Move title to center and add lock icon
2023-09-10 17:19:18 +05:30
spkprs
868c27bcaf
Update.xml
2023-09-09 14:57:35 +03:00
tibbi
c3bf90c97a
adding a new string for 3 dots tooltip
2023-09-07 18:06:18 +02:00
Agnieszka C
293169c5b0
Translated using Weblate (Polish)
...
Currently translated at 100.0% (907 of 907 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-09-07 18:04:45 +02:00
FunkyMuse
0682f1b998
add onDragCancelAndEnd
2023-09-07 17:57:52 +02:00
FunkyMuse
5cbdcdf39b
feat: add #FF2D231D for selection mode and debug drag handler quick release issue
2023-09-07 17:56:00 +02:00
Guillaume
b5d44e87af
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (907 of 907 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-09-07 16:49:20 +02:00
Eric
4b8c6eaa40
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (907 of 907 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-09-07 13:57:26 +02:00
tibbi
f97ebe8e18
adding a new string for full internal storage
2023-09-07 13:37:15 +02:00
FunkyMuse
0c59e2c138
fix: scrolling status bar color fix
2023-09-07 10:25:26 +02:00
FunkyMuse
7fa5b71ca8
refactor: check of drag handler
2023-09-06 18:42:54 +02:00
FunkyMuse
9402298d2a
feat: add primary container as discussed
2023-09-06 18:42:19 +02:00
FunkyMuse
9e00c2f893
feat: add credits
2023-09-06 18:38:41 +02:00
Priit Jõerüüt
c96b22e990
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/et/
2023-09-06 16:39:14 +02:00
Oğuz Ersen
230a8df0cb
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/tr/
2023-09-06 16:39:14 +02:00
FunkyMuse
6c7718fab9
fix: spacing between action menu items popup
2023-09-05 16:58:56 +02:00
FunkyMuse
0dc2f0456e
feat: add pop up haptic and inverse primary for selected items and action mode toolbar color
2023-09-05 15:47:08 +02:00
FunkyMuse
f98749fa2f
fix: long pressing a menu item should vibrate and show the label under the button with bigger letters, not above it
2023-09-05 15:15:12 +02:00
FunkyMuse
ea569ecffa
fix: padding in landscape mode
2023-09-05 14:21:55 +02:00
FunkyMuse
24c09ed66a
fix: when selection mode is active, pressing Back should just deselect everything, not close the screen
2023-09-05 13:52:39 +02:00
Tibor Kaputa
fa3a400788
Update strings.xml
2023-09-05 09:31:43 +02:00
Tibor Kaputa
fb680415d2
Update strings.xml
2023-09-05 09:31:09 +02:00
Tibor Kaputa
78a1d9bb57
Update strings.xml
2023-09-05 09:30:09 +02:00
Tibor Kaputa
7233fc30e7
Update strings.xml
2023-09-05 09:29:16 +02:00
Tibor Kaputa
fc7144679c
Update strings.xml
2023-09-05 09:27:55 +02:00
Tibor Kaputa
2c5f15e057
Update strings.xml
2023-09-05 09:27:17 +02:00
Tibor Kaputa
0feab8b75a
Update strings.xml
2023-09-05 09:26:37 +02:00
Tibor Kaputa
3c9c077c44
Update strings.xml
2023-09-05 09:25:37 +02:00
Tibor Kaputa
30c0bafb55
Update strings.xml
2023-09-05 09:24:30 +02:00
Tibor Kaputa
7594b58af3
Update strings.xml
2023-09-05 09:23:39 +02:00
solokot
9cda731b0d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ru/
2023-09-05 09:20:12 +02:00
Anonymous
1f04735947
Translated using Weblate (Chinese (Traditional, Hong Kong))
...
Currently translated at 99.3% (900 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hant_HK/
2023-09-04 21:44:12 +02:00
Anonymous
62926d0642
Translated using Weblate (Bengali)
...
Currently translated at 99.2% (899 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/bn/
2023-09-04 21:44:11 +02:00
Anonymous
8d5cf58847
Translated using Weblate (Punjabi)
...
Currently translated at 15.0% (136 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pa/
2023-09-04 21:44:11 +02:00
Anonymous
888dc34262
Translated using Weblate (Vietnamese)
...
Currently translated at 99.3% (900 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/vi/
2023-09-04 21:44:11 +02:00
Anonymous
a922eccd1e
Translated using Weblate (Tamil)
...
Currently translated at 99.1% (898 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ta/
2023-09-04 21:44:10 +02:00
Anonymous
eabbaf1d14
Translated using Weblate (Hindi)
...
Currently translated at 99.2% (899 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/hi/
2023-09-04 21:44:10 +02:00
Anonymous
d9ccaece88
Translated using Weblate (Persian)
...
Currently translated at 99.2% (899 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/fa/
2023-09-04 21:44:09 +02:00
Anonymous
02223e80f9
Translated using Weblate (Basque)
...
Currently translated at 99.8% (905 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/eu/
2023-09-04 21:44:09 +02:00
Anonymous
5d2a1c1546
Translated using Weblate (Breton)
...
Currently translated at 99.2% (899 of 906 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/br/
2023-09-04 21:44:09 +02:00
Tibor Kaputa
93738a67ee
Merge pull request #1813 from esensar/proguard-phone-number-converter
...
Keep PhoneNumberConverter class for keeping correct keys
2023-09-04 21:33:15 +02:00
Tibor Kaputa
c55c16b260
Merge pull request #1814 from naveensingh/revert-1810-make_activity_overridable
...
Revert "Make adapter activity variable overridable"
2023-09-04 21:32:20 +02:00
Ensar Sarajčić
952c4c0fee
Add sleep_timer shared string
2023-09-04 16:45:53 +02:00
Naveen Singh
31e6f93379
Revert "Make adapter activity variable overridable"
2023-09-04 19:39:54 +05:30
Ensar Sarajčić
7f9780ca40
Keep PhoneNumberConverter class for keeping correct keys
2023-09-04 15:49:59 +02:00
FunkyMuse
b04dbcc5d4
fix: long press action menu and paddings for category title
2023-09-04 13:21:58 +02:00
VfBFan
331e1493c0
Translated using Weblate (German)
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/de/
2023-09-04 13:10:21 +02:00
Eric
fb8e5c30db
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-09-04 13:10:21 +02:00
Agnieszka C
87cd206fba
Translated using Weblate (Polish)
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-09-04 13:10:21 +02:00
Guillaume
743d62e8ef
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-09-04 13:10:21 +02:00
Josep M. Ferrer
0a572e9995
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ca/
2023-09-04 13:10:21 +02:00
Rex_sa
cf0c301da0
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (905 of 905 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ar/
2023-09-04 13:10:21 +02:00
tibbi
ab93f1a87e
show proper thumbnails at more file types
2023-09-04 13:10:09 +02:00
Tibor Kaputa
1f792a0fa4
Merge pull request #1810 from naveensingh/make_activity_overridable
...
Make adapter activity variable overridable
2023-09-04 12:50:26 +02:00
Tibor Kaputa
d523246ba7
Merge branch 'master' into patch-1
2023-09-03 21:09:43 +02:00
Tibor Kaputa
b6704fd92a
updating the slovak translation
2023-09-03 21:08:36 +02:00
Usland
61557d63c3
Update strings.xml
2023-09-02 20:47:53 +03:00
Usland
440fe3df89
Update strings.xml
...
updated line
2023-09-02 19:33:20 +03:00
Naveen
17d5d14883
Make adapter activity variable overridable
2023-09-02 09:36:12 +05:30
Ensar Sarajčić
b66413e2e3
Add string for exact alarm permission for sleep timer
2023-09-01 15:52:06 +02:00
FunkyMuse
c8ee14a9e5
refactor: code readability
2023-09-01 15:23:48 +02:00
FunkyMuse
e114f8502d
fix: few stuff
...
- ripple color test implemented for selection and light theme
- light mode icon color messed up
2023-09-01 15:05:43 +02:00
FunkyMuse
734973015c
fix: few stuff
...
- add spaces at selected item counter at the top left corner, should be "1 / 2" instead of "1/2"
- clicking on the selected item counter should trigger Select all, then Deselect all
- text size of menu items Copy number to clipboard and Delete are too small
- clicking on 3 dots, the floating ones on the right side should have circle ripple, not square
- fix navigation bar issue add todo because it's a Google's problem
Left to check:
- ripple color test implemented for selection
- light mode icon color messed up
2023-08-31 17:32:18 +02:00
Eric
4045d08346
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-08-31 16:45:29 +02:00
Oğuz Ersen
16eb206f5b
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/tr/
2023-08-31 16:45:29 +02:00
solokot
7aa7efa6d1
Translated using Weblate (Russian)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ru/
2023-08-31 16:45:29 +02:00
Agnieszka C
81e26c9553
Translated using Weblate (Polish)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-08-31 16:45:29 +02:00
Guillaume
52b38ea702
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-08-31 16:45:29 +02:00
Josep M. Ferrer
6d8ea76ccc
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ca/
2023-08-31 16:45:29 +02:00
Rex_sa
e4a8319175
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (904 of 904 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ar/
2023-08-31 16:45:29 +02:00
spkprs
ef13889205
Update.xml
2023-08-31 15:55:29 +03:00
FunkyMuse
1b9af8e325
fix: edge to edge Google issue
2023-08-31 11:28:17 +02:00
FunkyMuse
bb4964361b
fix: ripple on click set as default
2023-08-31 11:15:45 +02:00
FunkyMuse
f2aacfc3e8
Merge remote-tracking branch 'origin/master' into feature/manage_blocked_numbers
2023-08-31 11:00:29 +02:00
FunkyMuse
eaa4737b76
fix color res not available
2023-08-31 10:38:15 +02:00
tibbi
19abc265b4
adding 2 new strings for line numbers displaying
2023-08-30 17:39:04 +02:00
spkprs
52f521eea0
Update.xml
2023-08-30 07:47:06 +03:00
Josep M. Ferrer
7fa3bc2f9b
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ca/
2023-08-29 18:06:43 +02:00
Eric
faae5e05c3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-08-29 18:06:43 +02:00
Oğuz Ersen
7d78254166
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/tr/
2023-08-29 18:06:43 +02:00
solokot
3e2875e957
Translated using Weblate (Russian)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ru/
2023-08-29 18:06:42 +02:00
Agnieszka C
c67bfc5ecd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-08-29 18:06:42 +02:00
Guillaume
a7b3afc3d4
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-08-29 18:06:42 +02:00
VfBFan
97a1414a7c
Translated using Weblate (German)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/de/
2023-08-29 18:06:42 +02:00
Yarca67
26e4b4a9d8
Translated using Weblate (Czech)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/cs/
2023-08-29 18:06:42 +02:00
Rex_sa
e7862b9bcf
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (902 of 902 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ar/
2023-08-29 18:06:42 +02:00
Ensar Sarajčić
ef5602aee2
Move sync file operations to context instead of activity
2023-08-28 16:35:01 +02:00
FunkyMuse
db064a25a1
refactor: remove unneeded code
2023-08-28 14:17:01 +02:00
FunkyMuse
f057712508
refactor: remove unneeded code
2023-08-28 14:15:39 +02:00
FunkyMuse
fb76fe5513
fix: some compose performance improvements and code clearing
2023-08-28 14:14:45 +02:00
fatih ergin
1def791e6a
add gson proguard rules
2023-08-25 19:09:04 +03:00
FunkyMuse
a93899eea2
feat: migrate away to common scroll logic
2023-08-25 15:05:46 +02:00
elgratea
5cfd4068ba
Translated using Weblate (Bulgarian)
...
Currently translated at 99.4% (896 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/bg/
2023-08-25 10:55:30 +02:00
Tibor Kaputa
ea11afddd3
Merge pull request #1792 from esensar/new-media-permissions-strings
...
Add string for allowing access to more media
2023-08-25 10:55:24 +02:00
Tibor Kaputa
3ac15a78e5
updating the slovak translation
2023-08-25 10:54:57 +02:00
FunkyMuse
bd7d12ca4e
feat: add scroll logic for manage blocked numbers
2023-08-24 16:23:20 +02:00
FunkyMuse
0592b9ae44
fix: merge conflicts
2023-08-24 16:13:18 +02:00
FunkyMuse
f6f057c4a5
Merge remote-tracking branch 'origin/master' into feature/manage_blocked_numbers
...
# Conflicts:
# commons/src/main/kotlin/com/simplemobiletools/commons/compose/settings/scaffold/SettingsLazyScaffold.kt
2023-08-24 16:12:04 +02:00
tibbi
8eeb5bc758
removing an extra line
2023-08-24 14:40:06 +02:00
FunkyMuse
85a42b23c6
fix: navigation bar scrollables and paddings
2023-08-24 13:34:21 +02:00
FunkyMuse
d393051b1d
feat: add alpha parameter
2023-08-24 10:29:55 +02:00
FunkyMuse
c3ea8d891c
feat: navigation bar surface color darken with factor
2023-08-24 10:17:48 +02:00
FunkyMuse
8522a29b77
fix: order of modifier to exclude the overlay on the navigation bar
2023-08-23 15:21:56 +02:00
FunkyMuse
dc06246ffc
feat: try nav color changing
...
the social and other section are commented to demonstrate the effect
Portrait: non scrollable > transparent nav bar
Landscape: scrollable > primary color nav bar
2023-08-23 14:14:57 +02:00
FunkyMuse
45a560c30a
refactor: remove dead code
2023-08-23 11:27:30 +02:00
FunkyMuse
3c9068d3f7
Merge remote-tracking branch 'origin/master' into feature/manage_blocked_numbers
2023-08-23 11:25:46 +02:00
FunkyMuse
3077874ddb
fix: update extra group and title text paddings
2023-08-23 11:24:19 +02:00
FunkyMuse
2dfb36fec0
fix: update extra group and title text paddings
2023-08-23 11:17:36 +02:00
FunkyMuse
d2f8c69361
fix: update chekcbox padding
2023-08-23 11:16:17 +02:00
FunkyMuse
18c61bfbcb
feat: make padding 20.dp
...
we had
.padding(horizontal = 16.dp, vertical = 8.dp)
then we are adding
padding(horizontal = 4.dp)
and
padding(vertical = 12.dp)
which makes it 20.dp unified
2023-08-23 11:09:29 +02:00
FunkyMuse
6a1b44471d
fix: database crash
2023-08-23 10:28:43 +02:00
FunkyMuse
ede1da5f80
feat: manage blocked numbers impl
2023-08-23 10:27:45 +02:00
FunkyMuse
81a8d4ef81
Merge branch 'SimpleMobileTools:master' into master
2023-08-23 09:53:21 +02:00
FunkyMuse
296331504b
fix: center checkbox and preference column items
2023-08-23 09:49:07 +02:00
J. Lavoie
8f7f5c4805
Translated using Weblate (Italian)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/it/
2023-08-22 23:28:05 +02:00
J. Lavoie
bfc6fbb616
Translated using Weblate (Italian)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/it/
2023-08-22 15:52:09 +02:00
J. Lavoie
880f59d8ec
Translated using Weblate (French)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/fr/
2023-08-22 15:52:08 +02:00
FTno
626b30a4ef
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.4% (896 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nb_NO/
2023-08-22 13:42:03 +02:00
VfBFan
661c959643
Translated using Weblate (German)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/de/
2023-08-22 13:42:03 +02:00
spkprs
2925905644
Upd.xml
2023-08-22 13:25:15 +03:00
Ensar Sarajčić
687fa225a8
Add string for allowing access to more media
2023-08-22 11:41:26 +02:00
Wilson
3e2b7a7689
add Contact Name to blocked number.
2023-08-19 19:43:13 -04:00
Priit Jõerüüt
34bbcdfc58
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/et/
2023-08-17 22:31:11 +02:00
FunkyMuse
11e9ed02da
refactor: only one call reference for check
2023-08-17 17:10:14 +02:00
FunkyMuse
da07f72efe
fix: navigation bar content color
2023-08-17 17:08:59 +02:00
FunkyMuse
1dff491d88
fix: navigation bar paddings for top bar
2023-08-17 14:55:59 +02:00
FunkyMuse
e283274594
fix: navigation bar paddings for landscape mode
2023-08-17 14:26:40 +02:00
FunkyMuse
ee93a19491
fix: dynamic navigation bar color depending on background black/white
2023-08-17 14:14:31 +02:00
FunkyMuse
8a0d897dea
fix: proper text color
2023-08-16 18:48:45 +02:00
Tibor Kaputa
3a22699bea
changing alpha to 0.25
2023-08-15 18:12:09 +02:00
FunkyMuse
d6ca2d9138
feat: semi transparent bottom bar of alpha 0.1f
2023-08-15 17:34:15 +02:00
FunkyMuse
f6dd279b82
feat: semi transparent bottom bar
...
- make activities component activity since it doesn't bring much baggage as appcompat
2023-08-15 17:22:04 +02:00
FunkyMuse
3d3b479787
feat: few unblockers
...
- add a way to consume padding values when creating a list
- add a way to manage a top bar more fashionably
- make activities component activity since it doesn't bring much baggage as appcompat
2023-08-15 13:39:22 +02:00
FunkyMuse
a6ce8451f3
Merge remote-tracking branch 'origin/master'
2023-08-15 13:27:26 +02:00
FunkyMuse
d942983745
fix: bottom navigation bar transparency
2023-08-15 13:27:17 +02:00
FunkyMuse
0b3c743f24
Merge branch 'SimpleMobileTools:master' into master
2023-08-15 00:09:09 +02:00
fatih ergin
11d1fb9556
fix breadcrumb viewbinding tag assignment
2023-08-14 21:04:13 +03:00
Tibor Kaputa
896b8ce47c
Merge pull request #1784 from esensar/new-media-permissions
...
Add new media permissions handling
2023-08-14 18:01:47 +02:00
Tibor Kaputa
6381611215
Merge pull request #1781 from fatihergin/feature/add-new-read-media-user-selected-permission
...
add READ_MEDIA_VISUAL_USER_SELECTED permission to permissions list
2023-08-14 18:01:35 +02:00
Tibor Kaputa
b1fa5413d2
Merge pull request #1783 from spkprs/master-1
...
Update strings.xml
2023-08-14 18:01:26 +02:00
Tibor Kaputa
1112dead03
Update strings.xml
2023-08-14 17:37:48 +02:00
FunkyMuse
d01d4d0d2e
link issue
2023-08-14 16:30:37 +02:00
FunkyMuse
4b003d90ab
fix: make navigation bar color transparent
2023-08-14 15:49:17 +02:00
FunkyMuse
90effcab89
fix: ui issues at contributors and faq
2023-08-14 14:43:48 +02:00
Heki
76331e45ce
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/sl/
2023-08-11 11:50:36 +02:00
Milan Šalka
52a3e1452f
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/sk/
2023-08-11 11:50:36 +02:00
Alexander Gabilondo
824180037c
Translated using Weblate (Basque)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/eu/
2023-08-11 11:50:35 +02:00
Josep M. Ferrer
7730f0488e
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ca/
2023-08-11 11:50:34 +02:00
FunkyMuse
c6938771bd
feat: migrate license to compose
2023-08-08 22:38:13 +02:00
Ensar Sarajčić
98cea1b5bb
Make binding in MySearchMenu
public
2023-08-08 15:21:40 +02:00
Ensar Sarajčić
5ece0b4641
Add helper to handle new partial media permissions
2023-08-08 10:01:43 +02:00
spkprs
f61696e105
Update strings.xml
2023-08-07 19:53:44 +03:00
FunkyMuse
c3001553b1
refactor: extract languageContributors as function for more readability
2023-08-07 17:10:29 +02:00
Ensar Sarajčić
cb1d03635d
Add new SDK 34 media permission
2023-08-07 17:10:28 +02:00
FunkyMuse
bafce3b065
feat: contributors activity and create SettingsLazyGroup
2023-08-07 17:06:11 +02:00
Eric
baea871032
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/zh_Hans/
2023-08-06 23:52:16 +02:00
Oğuz Ersen
49802f1f27
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/tr/
2023-08-06 23:52:16 +02:00
solokot
314f78db49
Translated using Weblate (Russian)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ru/
2023-08-06 23:52:15 +02:00
Agnieszka C
46b189de69
Translated using Weblate (Polish)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/pl/
2023-08-06 23:52:15 +02:00
Guillaume
206c846d95
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/nl/
2023-08-06 23:52:15 +02:00
teemue
31c4e19d40
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/fi/
2023-08-06 23:52:14 +02:00
VfBFan
62bf6d705a
Translated using Weblate (German)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/de/
2023-08-06 23:52:14 +02:00
Rex_sa
9076b7a87b
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (901 of 901 strings)
Translation: Simple Mobile Tools/Simple Commons
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-commons/ar/
2023-08-06 23:52:13 +02:00
fatih ergin
073166c448
add READ_MEDIA_VISUAL_USER_SELECTED permission to permissions list
2023-08-05 21:41:42 +03:00
FunkyMuse
0a87df80f9
fix: implement FAQ screen as per new design
2023-08-05 15:03:41 +02:00
Tibor Kaputa
34499c182c
updating the slovak translation
2023-08-04 14:40:36 +02:00
Ensar Sarajčić
b9ff3fbfd5
Update strings to explain to the users that full screen is required
2023-08-04 14:32:09 +02:00
Ensar Sarajčić
59503ea568
Update full screen notification strings for consistency
2023-08-04 14:17:05 +02:00