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

208 commits

Author SHA1 Message Date
Corewala
326c20f5ff Removed "fix" for images because it breaks things. 2023-02-20 16:54:27 -05:00
Corewala
867688a075 Fixed bug where current uri would be changed by resolving long-taps and image dialogs 2023-02-20 16:46:04 -05:00
Corewala
bedbc9fb98 Made preferences less vulnerable to accidentally changing certificates 2023-02-20 16:14:17 -05:00
Corewala
df6c159c2c Removed unused string 2023-02-20 15:31:37 -05:00
Corewala
93ef22a4f8 Removed unnecessary reference to proxy in redirect fix 2023-02-20 15:28:57 -05:00
Corewala
0a47f391e5 Fixed issue with local redirects from links on another host 2023-02-04 20:38:57 -05:00
Corewala
73afc7c684 Fixed redirect drop bug 2023-02-04 19:46:26 -05:00
Corewala
0fdffee966 v1.12 2022-11-09 23:21:34 -05:00
Corewala
da4375b832 Merge remote-tracking branch 'origin/master' 2022-11-09 23:02:32 -05:00
Corewala
9f4d1c8027 Fixed bugged back button
Been a while eh?
2022-11-09 23:02:15 -05:00
Ariel Costas
2bd546d7ed Delete local.properties,which shouldn't be on VCS
Signed-off-by: Ariel Costas <arielcostas@mailbox.org>
2022-09-01 15:02:19 +02:00
strooonger
9038f49d40 fix android:lineHeight 2022-08-06 22:42:08 +08:00
Corewala
eac1adb0cb Removed unused transverse function 2022-08-04 12:18:47 -04:00
Corewala
eee109bb28 Made relative query strings work in accordance with the URL spec 2022-08-04 12:17:20 -04:00
Corewala
f89f41ae14 Removed broken null check on http proxy 2022-08-01 18:38:09 -04:00
Corewala
47dd2722e1 v1.11 2022-07-29 19:11:45 -04:00
Corewala
0ae42a214d Removed redundant ouri and fixed local redirects (again) 2022-07-29 16:21:00 -04:00
Corewala
319b0b4d14 Fixed sharing of relative links 2022-07-29 15:47:33 -04:00
Corewala
13f21bc09b Fixed relative link handling with proxy 2022-07-29 15:09:26 -04:00
Corewala
79a3564569 Fixed snackbar on proxied content 2022-07-26 12:31:04 -04:00
Corewala
4a451ef5ca Fixed attention guide crash with long non-alphanumeric words 2022-07-26 12:09:00 -04:00
Corewala
467e3fc0b7 Added HTTP proxy
It's a beautiful half-broken mess
2022-07-25 23:07:55 -04:00
Corewala
affa99e8f2 Added HTTP proxy to settings
It doesn't do anything yet. Great feature I know.
2022-07-09 18:38:31 -04:00
Corewala
4c94bd97e4 Fixed previousPosition when not through onLink 2022-07-09 13:27:27 -04:00
Corewala
aa6dcdad91 Previous scroll position is cached to reduce unnecessary re-scrolling 2022-07-08 12:28:17 -04:00
Corewala
cf8efbc625 Addressbar is cleared when loading about page 2022-07-01 15:53:06 -04:00
Corewala
09fc2a480a Improved handling of broken addresses in settings 2022-06-30 18:54:06 -04:00
Corewala
bae12d17a8 v1.10 2022-06-21 17:28:48 -04:00
Corewala
f98756bebb Made local home into about page 2022-06-21 15:06:19 -04:00
Corewala
e4cc13bb03 Made local page default 2022-06-21 14:37:04 -04:00
Corewala
3dee099dcf Added search to default homepage 2022-06-21 14:35:30 -04:00
Corewala
132749016a Made home capsule setting look better when empty/invalid 2022-06-21 14:23:44 -04:00
Corewala
a791521565 Fixed infinite refresh on default homepage 2022-06-20 18:03:35 -04:00
Corewala
8258c48bb0 Updated strings on no internet page 2022-06-20 18:02:22 -04:00
Corewala
c12702ef2f Fixed broken check for valid URI 2022-06-20 17:53:26 -04:00
Corewala
28fa72f59e Made refresh stop on empty homepage 2022-06-20 17:44:09 -04:00
Corewala
2c24fa0c77 Does not load a URI on first launch
And fixed bugs
2022-06-20 12:45:20 -04:00
Corewala
0a59ac08cb Fixed crash if whitespace present in addressbar 2022-06-20 12:07:40 -04:00
Corewala
c23b3efb70 Only show self-update option if sideloaded 2022-06-20 11:37:33 -04:00
Corewala
6d4dbbda94 Made self-updating false by default 2022-06-18 12:45:00 -04:00
Corewala
dd95af5e5b Made French spelling consistent 2022-06-09 14:24:06 -04:00
Corewala
05e2f64ebd Updated about body text 2022-06-09 12:41:15 -04:00
Corewala
2db5aa74ca Removed canGoBack check on request cancellation 2022-06-09 11:37:27 -04:00
Corewala
7828f3ea7f Deleted unused variable 2022-06-09 11:22:15 -04:00
Corewala
bd8bbbc903 Made clear runtime cache button actually do something 2022-06-09 11:21:41 -04:00
Corewala
918deb4cdf Forgot to disable loading when request is canceled 2022-06-07 16:38:36 -04:00
Corewala
cdcbdcdb2c Only latest gemini request is handled
Also back button cancels current requests if used while loading
2022-06-07 15:36:16 -04:00
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