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
Andrii Chubko
615349768d
Create a unified API that hides SecurityDialog and BiometricPrompt
2021-08-24 19:21:14 +03:00
Andrii Chubko
16731c9ba5
Extract showing biometric prompt as an extension function
2021-08-24 17:20:31 +03:00
tibbi
6506041f27
fix a glitch with dialog confirmation buttons being invisible in some cases
2021-08-24 16:03:39 +02:00
Andrii Chubko
7212ed2a54
Use Biometrics
title instead of Fingerprint
2021-08-24 17:02:43 +03:00
Andrii Chubko
d61a1c0910
Add support for biometric ID in SecurityDialog when targeting API 30+
2021-08-24 13:25:27 +01:00
tibbi
c45f0d662a
fixing some imports
2021-08-23 17:52:49 +02:00
tibbi
ce624d775c
do not highlight links at the licenses
2021-08-23 17:40:09 +02:00
tibbi
3aca4d7102
adding 2 more spaces
2021-08-23 10:42:04 +02:00
Tibor Kaputa
9c68d80dd7
Merge pull request #1133 from KryptKode/ref/allow-case-name-change
...
Allow renaming files by just changing a letter casing
2021-08-22 20:58:18 +02:00
Tibor Kaputa
3149c12a90
Update Activity.kt
2021-08-22 20:57:37 +02:00
Tibor Kaputa
780eec23a2
Update RenameItemDialog.kt
2021-08-22 20:57:15 +02:00
Paul Akhamiogu
8494ce8bd3
Undo disabling RenameDialog's positive button
2021-08-20 12:21:09 +01:00
Paul Akhamiogu
3e1f7ef4ba
Allow renaming files by just changing a letter casing
...
- the RenameItemDialog's positive button is disabled if the name entered is the same as the previous file name.
- when renaming, a temporary file/directory is created and the old file/directory is renamed to the temporary file/directory, thereafter, the temporary file/directory is renamed to the new file/directory.
2021-08-20 09:56:40 +01:00
Guillaume
dd5f0477f3
Dutch
2021-08-20 01:00:03 +02:00
Solatec Informàtica
3ab6040921
Update strings.xml
2021-08-19 10:21:04 +02:00
spkprs
ef3aeb3990
Update strings.xml
2021-08-18 23:35:19 +03:00
Agnieszka C
8c0a2411d3
Updated Polish translation
2021-08-18 14:36:58 +02:00
tibbi
6ff89c8d5b
adding a new string for nothing
2021-08-18 12:38:33 +02:00
Guillaume
c3a8c6192f
Dutch
2021-08-17 17:27:24 +02:00
tibbi
94ece2461b
add the 2 remaining apng checks too
2021-08-17 16:18:19 +02:00
tibbi
d6f709873e
add .apng to the list of supported files
2021-08-17 16:13:06 +02:00
Tibor Kaputa
203ed6018e
Merge pull request #1127 from Aga-C/master
...
Updated Polish translation
2021-08-17 11:49:40 +02:00
Agnieszka C
f2444ac908
Updated Polish translation
2021-08-17 10:40:40 +02:00
tibbi
354eea5fb3
autoformatting some code
2021-08-17 09:53:50 +02:00
Tibor Kaputa
e3c531cbd1
Merge pull request #1125 from KryptKode/feat/import_export_blocked_nums
...
Add feature to import/export blocked numbers for dialer
2021-08-17 09:53:16 +02:00
Tibor Kaputa
56e4c3fb0c
removing an empty line
2021-08-17 09:50:59 +02:00
Tibor Kaputa
96286783f5
adding czech translation
2021-08-17 09:33:26 +02:00
Tibor Kaputa
42eb1cd441
adding slovak translation
2021-08-17 09:32:57 +02:00
Andrii Chubko
c40488b0c6
Add sort_by_date_created constant and strings
2021-08-17 09:01:46 +03:00
Paul Akhamiogu
af724077af
fix code formatting
2021-08-17 01:51:01 +01:00
Paul Akhamiogu
25158c9c77
Merge branch 'master' into feat/import_export_blocked_nums
2021-08-17 01:18:38 +01:00
Paul Akhamiogu
8e5a3f2f5d
Fix formatting and naming
2021-08-16 21:34:38 +01:00
Tibor Kaputa
b2310c9107
Merge pull request #1123 from Aga-C/master
...
Fixed nonclickable links in FAQ
2021-08-16 19:57:43 +02:00
Paul Akhamiogu
7be8e19c29
Add feature to import/export blocked numbers for dialer
2021-08-16 02:52:19 +01:00
Paul Akhamiogu
cd14df8e69
add date formats that have years.
...
- this is useful for the SimpleCalendar app to be able to detect what parsed dates have years specified on them
2021-08-12 06:34:49 +01:00
tibbi
c7fe72f5d4
adding some crashfixes related to the Properties dialog
2021-08-10 23:36:20 +02:00
Agnieszka C
12b4190687
Fixed nonclickable links in FAQ
2021-08-09 19:33:47 +02:00