makeworld
|
045848bdbf
|
📝 Update NOTES.md cview links
|
2021-04-07 12:55:10 -04:00 |
|
makeworld
|
0685127b72
|
⬆️ Switch back to original cview
My PR was merged: https://gitlab.com/tslocum/cview/-/merge_requests/14
|
2021-03-31 10:37:32 -04:00 |
|
makeworld
|
769731036c
|
🚨 Lint fix
|
2021-02-27 23:55:26 -05:00 |
|
makeworld
|
c9468c11ef
|
✨ Support sensitive input - fixes #106
|
2021-02-17 14:48:03 -05:00 |
|
makeworld
|
9198572f34
|
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
|
2021-02-17 14:17:13 -05:00 |
|
makeworld
|
ef23d9e45f
|
Logging removed
|
2020-12-06 21:02:41 -05:00 |
|
makeworld
|
dd7550dffb
|
Add pagination
|
2020-12-06 20:57:57 -05:00 |
|
makeworld
|
1a2fba92c2
|
Add subscription manager, fix corrupt read/write & short URI panic
More info on corrupt reads and writes:
https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805
The panic was occuring due to lines like:
if u[:6] == "about:"
These would cause panics for URIs that were shorter than 6, like "docs/".
strings.HasPrefix was used instead to fix this.
|
2020-12-05 20:35:15 -05:00 |
|
makeworld
|
f6e89fdaa1
|
Switch subscription-based naming
|
2020-11-27 17:01:29 -05:00 |
|
makeworld
|
ba28b2b5f9
|
Merge branch 'master' into feeds
|
2020-11-23 21:11:51 -05:00 |
|
makeworld
|
ef8295b0a4
|
Handle multiple links per post, prefer item author over feed author
|
2020-11-22 20:04:09 -05:00 |
|
makeworld
|
8875af6c57
|
Ask about downloading if user doesn't add feed
|
2020-11-19 21:14:19 -05:00 |
|
makeworld
|
8ffc0ca29c
|
Refine post prefix logic
Improved for hosted users and feeds with titles and authors.
|
2020-11-19 12:50:49 -05:00 |
|
makeworld
|
d0d8b15bbb
|
🚧 Autodetect all kinds of feeds
|
2020-11-18 20:39:27 -05:00 |
|
makeworld
|
c72a225a43
|
🚧 Fix duplicate entries in feed page
|
2020-11-18 16:10:22 -05:00 |
|
makeworld
|
cf5e65f75a
|
🚧 Adding & displaying feeds/pages works
See NOTES.md for things still left
|
2020-11-17 20:56:15 -05:00 |
|
makeworld
|
346bde655c
|
🔖 Release v1.4.0
|
2020-07-28 19:33:00 -04:00 |
|
makeworld
|
2d99db371d
|
🐛 Pressing Esc in bottombar doesn't jump to page beg.
|
2020-07-28 19:06:00 -04:00 |
|
makeworld
|
0977cabb18
|
🐛 Stop jumping to top of page
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
|
2020-07-28 18:14:03 -04:00 |
|
makeworld
|
ede504caaf
|
🐛 Fix not being able to interact with page after modal
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
|
2020-07-28 18:09:36 -04:00 |
|
makeworld
|
27537c7edb
|
🐛 Able to leave help page
This was a regression, the bug was not present in v1.3.0. This could be due to the cview update?
|
2020-07-28 17:33:18 -04:00 |
|
makeworld
|
420b8a83a2
|
🐛 Allow open new tab while loading
|
2020-07-28 17:16:57 -04:00 |
|
makeworld
|
56a56896c9
|
✨ Themeing support
|
2020-07-28 16:58:32 -04:00 |
|
makeworld
|
7fe78f4d6b
|
✨ Response size and time limit - fixes #30
|
2020-07-10 15:33:39 -04:00 |
|
makeworld
|
eae118faac
|
🚧 Downloading all content seems to work
|
2020-07-10 14:37:18 -04:00 |
|
makeworld
|
f00fbce7f9
|
🐛 Fixed link highlighting when wrapped
|
2020-07-09 15:21:09 -04:00 |
|
makeworld
|
543d15abfc
|
🔀 Refactor to use tab struct
Squashed commit of the following:
commit 72f36afc9e
Author: makeworld <colecmac@protonmail.com>
Date: Tue Jul 7 16:15:45 2020 -0400
🚧 Scroll is applied correctly when navigating around
commit 4b8982723f
Author: makeworld <colecmac@protonmail.com>
Date: Tue Jul 7 15:34:45 2020 -0400
🚧 Fix bottomBar code
Make sure it always resets to a selected link if one was selected before
commit be09ffcf91
Author: makeworld <colecmac@protonmail.com>
Date: Mon Jul 6 20:30:54 2020 -0400
🚧 Switch to using tab pointers instead of ints
Almost finished overall work.
commit ef8ab3da39
Author: makeworld <colecmac@protonmail.com>
Date: Mon Jul 6 12:10:50 2020 -0400
🚧 Fixed some bugs, major ones remain
commit d3d47a344d
Author: makeworld <colecmac@protonmail.com>
Date: Sat Jul 4 20:58:46 2020 -0400
🚧 Everything uses tab struct, no compile errors, untested
commit 44bf54c12f
Author: makeworld <colecmac@protonmail.com>
Date: Sat Jul 4 13:24:49 2020 -0400
🚧 Initial work on tab struct
|
2020-07-07 21:13:45 -04:00 |
|
makeworld
|
518c35453a
|
🎨 Rename reformat func
|
2020-07-04 11:32:11 -04:00 |
|
makeworld
|
85e2191a9a
|
🐛 Hardwrap help table cells
|
2020-07-01 20:08:07 -04:00 |
|
makeworld
|
2a395008fa
|
🥅 Raise Error modal when input makes URL too long - fixes #25
|
2020-06-29 14:25:25 -04:00 |
|
makeworld
|
5bb62f7a80
|
🐛 Use recover() on WordWrap - fixes #20
|
2020-06-29 12:54:36 -04:00 |
|
makeworld
|
5056bd303d
|
🐛 Add no-color UI elements - fixes #16
|
2020-06-24 11:37:32 -04:00 |
|
makeworld
|
4eea75edeb
|
✨ Add version and help commands - fixes #14
|
2020-06-23 20:23:28 -04:00 |
|
makeworld
|
c2c74cbe28
|
✨ Add TOFU continue option - fixes #6
|
2020-06-21 20:37:27 -04:00 |
|
makeworld
|
dd6ebf9254
|
⚡️ Replace dir & path funcs with cached strings
|
2020-06-21 17:35:19 -04:00 |
|
makeworld
|
850d6f0454
|
✨ Side-scrolling and margin UX greatly improved
#1 will be fixed completely once margins are added to the new tab page
|
2020-06-21 16:53:12 -04:00 |
|
makeworld
|
92738f54b3
|
✨ Give Error modals titles
|
2020-06-19 14:05:05 -04:00 |
|
makeworld
|
41075c8c41
|
🐛 Reset bottomBar on invalid URL or error
|
2020-06-19 11:18:28 -04:00 |
|
makeworld
|
c38078ad73
|
📝 Spelling fix
|
2020-06-18 19:17:52 -04:00 |
|
makeworld
|
a1162fe471
|
📝 Update README with Gif
|
2020-06-18 19:10:45 -04:00 |
|
makeworld
|
4951ffa9fe
|
🎉 Initial commit, full featured
|
2020-06-18 16:54:48 -04:00 |
|