solokot
c87db3b195
Updated Russian language
2021-09-24 15:36:30 +03:00
tibbi
f7575dcaa1
make sure we show the Use Default button when picking navigation bar color
2021-09-22 22:40:00 +02:00
Tibor Kaputa
657741e11c
Merge pull request #1144 from qwertyfinger/feature/recent-colors
...
Add recent colors for color picker dialog
2021-09-22 22:34:56 +02:00
10cents
141b140863
Update strings.xml
2021-09-22 11:08:29 +02:00
Tibor Kaputa
51cf33a36e
Merge pull request #1146 from Solatec/patch-150
...
Update strings.xml
2021-09-21 23:10:50 +02:00
Tibor Kaputa
bdea414443
Merge pull request #1147 from ltGuillaume/patch-1
...
Dutch
2021-09-21 23:10:43 +02:00
Tibor Kaputa
1167116119
Merge pull request #1148 from Aga-C/polish-translation
...
Updated Polish translation
2021-09-21 23:10:35 +02:00
Tibor Kaputa
c7e2026c88
Merge pull request #1149 from spkprs/patch-72
...
Update strings.xml
2021-09-21 23:10:20 +02:00
teemue
4f47f57678
Improved FI translation
2021-09-21 19:59:09 +03:00
spkprs
a757c30b3a
Update strings.xml
2021-09-21 15:00:17 +03:00
Agnieszka C
906c08875b
Updated Polish translation
2021-09-21 13:04:06 +02:00
Guillaume
a2ea5bfb20
Dutch
2021-09-21 12:35:49 +02:00
Solatec Informàtica
fb3b9c1c83
Update strings.xml
2021-09-21 12:25:55 +02:00
tibbi
540c8c39ba
adding a new string for filenames without json
2021-09-21 12:05:01 +02:00
Tibor Kaputa
5c11cc9a8e
Merge pull request #1145 from KryptKode/ref/query-cursor
...
update for SMS messenger backup/restore
2021-09-20 23:13:00 +02:00
Tibor Kaputa
7367bf424e
Update Context.kt
2021-09-20 23:12:42 +02:00
Tibor Kaputa
0b3c188538
Update Cursor.kt
2021-09-20 23:11:43 +02:00
darthpaul
fc244e19de
Revert allow passing null projection to queryCursor
2021-09-20 22:00:44 +01:00
darthpaul
a51c4f0030
Add core-ktx as api dependency and update gson to 2.8.8
2021-09-20 21:37:47 +01:00
tibbi
bef619280b
adding a new getStringValueOrNull extension
2021-09-20 22:25:29 +02:00
tibbi
3b014e1cd4
adding a new string for filename without txt
2021-09-20 22:24:52 +02:00
Andrii Chubko
fe6e757aac
Center recent colors horizontally
2021-09-20 18:45:02 +03:00
Andrii Chubko
377a76cfb8
Change recent color square size and use rounded corners
2021-09-20 18:06:12 +03:00
Andrii Chubko
01be2f00c5
Add recent colors for color picker
...
Store 5 recently used colors for ColorPickerDialog, number is configured by `RECENT_COLORS_NUMBER` in `ColorPickerDialog`.
Client apps need to pass `showRecentColors = true` if they want these colors to be displayed.
2021-09-20 15:51:18 +01:00
darthpaul
de71536f97
Add null equivalent methods for getLong and getString for Cursor
2021-09-20 15:18:46 +01:00
tibbi
f49f7b5f89
adding a crashfix at selecting alarms
2021-09-15 11:10:04 +02:00
Paul Akhamiogu
4a37bfcaee
Make the projection argument nullable in Context.queryCursor extension method
2021-09-13 22:30:45 +01:00
spkprs
320b17d41e
Update strings.xml
2021-09-10 17:10:01 +03:00
Tibor Kaputa
b6e2ffb710
Merge pull request #1142 from KryptKode/feat/customlistadapter
...
Add MyRecyclerViewListAdapter that extends from ListAdapter
2021-09-08 12:10:23 +02:00
Paul Akhamiogu
a9e600f664
Add MyRecyclerViewListAdapter that extends from ListAdapter
...
- would be useful for some apps, so notifyDataSetChanged does not affect performance
2021-09-07 17:17:29 +01:00
tibbi
554dda71a4
removing "root" from a string, can confuse some people
2021-08-31 19:53:22 +02:00
tibbi
03149a0586
avoid deleting files manually at Overwrite conflict resolution
2021-08-30 22:28:57 +02:00
tibbi
a07b855955
commenting out some code
2021-08-30 22:20:51 +02:00
tibbi
866944bde7
do not delete files from mediastore manually in Overwrite conflict resolution
2021-08-30 22:16:46 +02:00
solokot
b295690f95
Updated Russian translation
2021-08-27 22:17:47 +04:00
tibbi
649211e294
adding a null check at security dialog
2021-08-27 15:21:16 +02:00
tibbi
08dfa11641
adding some top margin at breadcrumbs
2021-08-27 14:57:34 +02:00
tibbi
c710f80ac7
Merge branch 'ref/breadcrumbs-one-liner' of https://github.com/KryptKode/Simple-Commons
2021-08-27 10:56:59 +02:00
Paul Akhamiogu
c07bd38abb
Adjust Breadcrumbs margin, ensure text does not go behind, fix highlight
...
- add breadcrumb_first_item that wraps the path TextView in a FrameLayout
- use the breadcrumb_first_item layout as the first child of the Breadcrumbs view
- set FrameLayout's paddingStart to the the Breadcrumbs paddingStart
- when comparing paths, trim the trailing "/" from the FileItem's path and the last part to fix the issue that the parent does not get highlighted when you go back.
2021-08-27 01:03:24 +01:00
Tibor Kaputa
4db1cfe9d9
Merge pull request #1137 from qwertyfinger/dynamic-biometric-tab-title
...
Add biometric tab dynamically
2021-08-26 15:34:07 +02:00
Paul Akhamiogu
2fd45be05e
make first child of the BreadCrumbs sticky
2021-08-26 04:14:43 +01:00
Paul Akhamiogu
5d01963b73
make Breadcrumbs appear on one line
...
- change Breadcrumbs's root layout to HorizontalScrollView
- autoscroll to the most recent path
- add getItem method and itemCount field to encapsulate the logic without depending on methods of View
- update Breadcrumbs padding in FilePickerDialog layout
2021-08-26 02:52:17 +01:00
teemue
21528608b4
Updated FI translation
2021-08-25 18:17:22 +03:00
Solatec Informàtica
27cbe90540
Update strings.xml
2021-08-25 11:22:45 +02:00
Andrii Chubko
225f7facbc
Add biometric tab dynamically
2021-08-24 21:29:20 +01:00
Guillaume
e75dc46b8d
Dutch
2021-08-24 21:31:15 +02:00
Agnieszka C
5b61a1e996
Updated Polish translation
2021-08-24 20:20:33 +02:00
tibbi
dc3f4b619e
removing the USE_BIOMETRIC permission by default, add only if needed
2021-08-24 19:18:17 +02:00
tibbi
a1a741c881
updating the slovak strings
2021-08-24 19:03:41 +02:00
Tibor Kaputa
79c625cbe0
Merge pull request #1134 from qwertyfinger/feature/new-biometric-api-support
...
Add support for biometric ID in SecurityDialog when targeting API 30+
2021-08-24 18:53:24 +02:00