1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2024-12-21 23:32:40 +00:00
Commit graph

249 commits

Author SHA1 Message Date
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
Corewala
93191e67c4 Touched up client cert settings 2022-05-17 13:19:04 -04:00
Corewala
64f3308e1b Added biometric cert password encryption to settings
Does nothing useful right now and just makes your client cert unusable while enabled. Obviously I plan to change that in the near-ish future.
2022-05-16 20:37:15 -04:00
Corewala
88583d1f49 Reverted changes to GemActivity and OmniTerm which broke image rendering 2022-05-16 12:19:41 -04:00
Corewala
02e27c7868 Fixed issue with local redirect responses 2022-05-15 12:26:06 -04:00
Corewala
15cc2d9a31 Removed debug strings lmao 2022-05-10 18:49:59 -04:00
Corewala
75f42173c9 External non-http URLs are handled correctly 2022-05-10 12:14:17 -04:00
Corewala
bfd2572cec Removed %2F substitution in onLink 2022-05-10 11:32:28 -04:00
Corewala
1542ec5539 Checks theme in preferences on startup 2022-05-10 10:34:04 -04:00
Corewala
fbf6c80282 Localised missing host error message 2022-05-08 17:50:00 -04:00
Corewala
94074e4689 Removed unused transverse function in OmniTerm 2022-05-07 12:50:27 -04:00
Corewala
82688f02b6 Fixed error with navigation to URLs containing "%2F" 2022-05-07 12:49:28 -04:00
Corewala
494997c0ea Fixed inline images with query strings 2022-05-07 12:47:07 -04:00
Corewala
913bf12686 Fixed update system
Pretty embarrassed that I put this in a release without proper testing lol
2022-05-05 14:22:57 -04:00
Corewala
95d6e92a04 Made dialog buttons uppercase in line with Material Design 2022-05-05 10:19:03 -04:00
Corewala
1275136433 v1.7 2022-05-03 21:34:26 -04:00
Corewala
0981c23e37 Check for certificate before offering continue button 2022-05-03 21:24:01 -04:00
Corewala
ee664058bc Localised "ok" in dialogs 2022-05-03 18:54:12 -04:00
Corewala
e27526deaa Fixed missing buttons in input dialog 2022-05-03 18:50:27 -04:00
Corewala
d60c1a3b20 Added dialog when client certificate is required
The biometric unlock feature is on the way, if you couldn't tell
2022-05-03 18:29:44 -04:00
Corewala
b2ef138402 Rearranged client cert section in settings
Also removed unnecessary "if true" statement
2022-05-03 12:25:57 -04:00
Corewala
79056fe060 Relaunches if internet is found after unsuccessful launch 2022-05-02 14:49:35 -04:00
Corewala
01df294462 Made internet checks consistent, reduced spaghetticode 2022-05-02 12:04:29 -04:00
Corewala
8c7546f095 Check if internet is available before opening a history entry 2022-05-01 12:25:35 -04:00
Corewala
f54add615a Check if internet is available before opening a bookmark 2022-05-01 12:21:22 -04:00
Corewala
539f17e9be Check if internet is available before refreshing 2022-05-01 12:17:28 -04:00
Corewala
676d64e4bc Check if internet is available before loading previous page 2022-05-01 11:59:08 -04:00
Corewala
508d1f39e6 Check if internet is available before attempting to load new capsule 2022-05-01 11:48:56 -04:00
Corewala
972ff95ecd Lock addressbar if launched with no internet 2022-05-01 11:44:42 -04:00