146 Commits

Author SHA1 Message Date
Maksim Lin
bd68f531c4 update to newer jquery version 2023-01-01 12:59:31 +11:00
Maksim Lin
6695b09c5e dialog to explain&request all files perm
If the app doesn't have the all files permission on Android 30 (R) or higher, show dialog explaining why they are needed, take user to Settings screen to set the permission and don't allow using the app until required permissions are granted.
2023-01-01 12:13:55 +11:00
Sergey Valiulik
51f58f3445 Access to all files in order to read/write repos from external storage 2022-04-04 10:35:28 +03:00
kb1000
b79b3c0697 Disable TLSv1 and TLSv1.1 and improve SSH private key generation dialog 2022-03-20 12:53:38 +01:00
kb1000
9e11a78ddf Update JSCH and Conscrypt 2022-03-19 12:33:00 +01:00
James Ward
cbb4968c5f fix: use correct user section name when setting repo config
if you use a per-repository configuration of the name, the main section
for user config is added as "name" instead of "user".  this means any
user that wants to set the config can't use the "Config" modal and
instead has to edit the raw config file

instead, this updates the section value to be the correct "user"
as defined in the git documentation:

https://git-scm.com/docs/git-config#Documentation/git-config.txt-username
2022-03-16 13:19:25 -04:00
Maksim Lin
6d1756c5c7 target Android 31 2021-12-20 13:53:35 +11:00
Maksim Lin
61f27c0738 minimal email crash reports with ACRA, update gradle 2021-12-20 13:31:23 +11:00
Maksim Lin
98d7e210f5 update translations 2021-12-20 13:31:23 +11:00
Maksim Lin
66ec88b8a9 remove use of Sentry crash reporting 2021-12-20 13:31:23 +11:00
Evgeniy Shumilov
747e3ea94a A lot of syntax fixes in russian string resources. 2021-07-23 20:15:57 +05:00
Sergey Valiulik
809cfbcfc9 Use more clear naming 2020-12-01 20:58:19 +03:00
Sergey Valiulik
a9bdfdcb37 Add settings option to forcibly change language to English 2020-11-01 22:16:07 +03:00
rsteube
8dcfa70577 fix android 10 permissions (workaround) 2020-07-26 11:26:36 +02:00
Maksim Lin
7d3a85bb4a dialog for consent to use error reporting. 2020-03-11 11:39:21 +11:00
Maksim Lin
d24c359039 convert AppSingleton to Kotlin & rename 2020-03-11 10:52:21 +11:00
Maksim Lin
15c940734e fix handling js mimetypes
also better doc about why EDIT intent often not supported
2020-03-03 15:04:29 +11:00
Maksim Lin
b09b64d926 fix file provider write permissions 2020-02-28 16:57:33 +11:00
Maksim Lin
97149135a6 remove compat code as minSDK now 21 so not needed 2020-02-28 16:29:13 +11:00
Maksim Lin
8912aada50 update Gravatar url to HTTPS, rm dead code 2020-02-28 11:23:16 +11:00
Maksim Lin
369f9c69f0 refactor into single error dialog 2020-02-28 11:11:38 +11:00
Maksim Lin
8956f0f322 fix debug logging 2020-02-28 10:56:00 +11:00
Maksim Lin
8e17b94772 improve git clone error handling
errors due to invalid remote uri's should now just show an
error dialog instead of exception dialog which send error report.
2020-02-27 17:42:49 +11:00
Maksim Lin
0213ce7245 add TS,Dart lang support,rm remaining editor code 2020-02-25 18:44:54 +11:00
Maksim Lin
89eaec4d27 remove internal text editing functionality 2020-02-25 18:38:38 +11:00