1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2025-01-03 05:34:28 +00:00
Commit graph

227 commits

Author SHA1 Message Date
Corewala
35352fa6f3 Only latest gemini request is handled 2022-06-07 15:06:54 -04:00
Corewala
0505e5d5bf Fixed redirects without leading slash 2022-06-03 10:42:42 -04:00
Corewala
764cee3042 Fixed addressbar for right-to-left languages 2022-05-31 16:21:45 -04:00
Corewala
c0be77ef41 Improved internet connection handling 2022-05-30 19:53:44 -04:00
Corewala
60673c2fb3 Fixed attention guide crash on non-alphanumeric words 2022-05-30 11:38:45 -04:00
Corewala
d247b17999 v1.9 2022-05-28 16:13:02 -04:00
Corewala
eef63cd2e7 Made header rendering compliant with gemini spec 2022-05-28 14:42:44 -04:00
Corewala
8bb8c4f8f1 Removed mystery error fix
The fix would've broken legitimate response errors if opened with intents. Also for some reason the bug isn't happening on any of my devices anymore, even though I still have v1.8 installed on my phone. Very mysterious.
2022-05-27 12:21:15 -04:00
Corewala
30dcb45661 Fixed mystery connection error (for real this time)
Again, kind of an ugly fix, but at least it works I think
2022-05-26 14:05:58 -04:00
Corewala
589ab24a7e Removed useless fix 2022-05-26 13:36:05 -04:00
Corewala
1d2be092f1 Fixed a bunch of warnings
Spring cleaning I guess
2022-05-26 12:49:30 -04:00
Corewala
d504df9cd3 Enabled more optimisation
The APK is so tiny and runs even faster now. How did I not do this earlier?
2022-05-26 12:42:16 -04:00
Corewala
1ec24a38a5 Fixed connection error before initialised
The fix isn't the cleanest, but it stopped throwing a mystery error.
2022-05-26 12:12:06 -04:00
Corewala
d5ccf72ccf Removed unused import 2022-05-25 17:28:56 -04:00
Corewala
3d32bc95d5 Improved "no internet" screen 2022-05-25 17:00:56 -04:00
Corewala
5bb5fa7dcb Attention guides can handle hyphens 2022-05-25 11:34:55 -04:00
Corewala
8cde96c971 Made element names consistent with their titles 2022-05-24 15:47:44 -04:00
Corewala
0b7e24e764 Attention guides for gemtext 2022-05-24 15:38:47 -04:00
Corewala
a7877cfc41 Removed unused variables and imports in GemtextAdapter 2022-05-22 16:49:11 -04:00
Corewala
684239c066 Removed unused code blocks parameter 2022-05-22 12:35:46 -04:00
Corewala
e10e78b9f5 Added toasts for certificate loading 2022-05-22 11:43:48 -04:00
Corewala
3df657d4d4 Fixed white flash on startup 2022-05-22 11:22:00 -04:00
Corewala
da37d8d684 Client certificate works with redirects 2022-05-22 10:55:52 -04:00
Corewala
04e8cfc2c7 Fixed hard crash on home button 2022-05-22 10:46:21 -04:00
Corewala
84af7e4588 Removed redundant internet check 2022-05-21 19:41:35 -04:00
Corewala
980a1ac4d5 Fixed localisation for update checks 2022-05-21 13:29:38 -04:00
Corewala
0b97d239c4 Hide update checks if installed from repository 2022-05-21 13:28:41 -04:00
Corewala
76145f80d5 v1.8 2022-05-19 14:11:45 -04:00
Corewala
0d30671b4b Fixed link buttons being enabled on first install despite being disabled in settings 2022-05-19 14:08:58 -04:00
Corewala
c2cedab881 combined createBiometricPrompt function versions 2022-05-19 13:39:10 -04:00
Corewala
815c6bdccf Cleaned up unused imports and such 2022-05-19 13:25:58 -04:00
Corewala
5387f6635f Update cert icon in request function 2022-05-19 13:24:14 -04:00
Corewala
5e1e580f68 Shrunk signature icon to prevent rescaling of addressbar 2022-05-19 13:15:09 -04:00
Corewala
cf3402e91f Overflow menu option changes title when cert is (un)loaded 2022-05-19 13:13:17 -04:00
Corewala
506976b25e Certificate button in overflow menu works better
Also the client cert icon isn't broken and doesn't cause the address bar to do weird scaling stuff anymore
2022-05-18 19:13:29 -04:00
Corewala
b2f10454db Fixed null pointer error 2022-05-18 18:50:56 -04:00
Corewala
da4702b1a0 Added signature system for sites which do not require certs
Also broke a bunch of things, but we'll get there I swear.
2022-05-18 12:18:59 -04:00
Corewala
29fe06ba54 Fixed inconsistent client cert weirdness 2022-05-17 20:45:40 -04:00
Corewala
5210d8484e Removed broken PREF_KEY_CLIENT_CERT_ACTIVE value 2022-05-17 20:02:39 -04:00
Corewala
b954e94d3b Removed debug print 2022-05-17 19:46:29 -04:00
Corewala
2007e64550 Fixed recursion error 2022-05-17 19:45:31 -04:00
Corewala
4808620743 Simplified request function 2022-05-17 19:12:42 -04:00
Corewala
20846dad47 Only require verification for cert if changing host
Also removed all direct references to model.request
2022-05-17 19:00:47 -04:00
Corewala
a519a522cf Make biometric unlock only required once per session 2022-05-17 18:37:11 -04:00
Corewala
e46ea379c3 Fixed order of actions for biometrics 2022-05-17 15:34:44 -04:00
Corewala
55940914c0 Removed unused and broken useClientCertPreference 2022-05-17 15:14:31 -04:00
Corewala
36952de39f Fixed broken check for active client certificate 2022-05-17 13:49:18 -04:00
Corewala
fe957eb581 Updated todo 2022-05-17 13:46:47 -04:00
Corewala
0c1cb3a309 Biometric verification for client certificates 2022-05-17 13:45:54 -04:00
Corewala
55db823420 Removed unnecessary values in BiometricManager 2022-05-17 13:25:49 -04:00