Commit graph

90 commits

Author SHA1 Message Date
rebel onion
116de6324e fix: separate update,delete buttons | TOS, privpol 2024-12-30 21:37:31 -06:00
rebel onion
43dee6ee49 feat: make repo adding easier 2024-12-30 19:25:22 -06:00
Sadwhy
d1e2ca8b5e
feat(Media): Toggleable Comments (#521)
* Smooth theme transitions
2024-11-17 11:51:44 +05:30
rebelonion
b09f26ed34 fix: some markdown fixes 2024-06-29 10:59:18 -05:00
aayush262
f62bdf9360 feat: lil faster home screen? idk tbh 2024-06-27 00:23:31 +05:30
aayush262
124c8f5ed7 feat: optimize Alert Dialogs 2024-06-13 19:15:55 +05:30
aayush262
3ae59b8d22 fix(notifications): extra padding 2024-06-07 00:29:13 +05:30
aayush262
2b4c9bf7a9 feat: notifications page rework 2024-05-26 00:40:46 +05:30
rebelonion
143eed8cb2 feat: add calculator to app 2024-05-22 05:08:43 -05:00
rebelonion
e7b6ba80c3 fix: broken default home screen 2024-05-08 23:04:17 -05:00
rebelonion
b187cf06be fix: optimization # 2 2024-05-05 20:03:07 -05:00
rebelonion
1431027cf3 fix: smol changes 2024-04-30 19:39:19 -05:00
rebelonion
8b582a9d32 fix: task system cleanup 2024-04-29 14:03:26 -05:00
aayush262
00758af458 feat: desc for every setting 2024-04-21 16:02:21 +05:30
rebelonion
70a50ece43 chore: cleanup pt2 2024-04-19 06:13:14 -05:00
rebel onion
670d16bd8e
Addons (#368)
* feat: (wip) torrent

credit to kuukiyomi

* fix: extensions -> addons

* fix: unified loader

* feat: (wip) modularity

* fix: addon ui

* feat: addon install/uninstall

---------

Co-authored-by: aayush262 <aayushthakur262006@gmail.com>
2024-04-19 04:08:20 -05:00
rebelonion
bf33f5d9c8 fix: activity opening twice 2024-04-14 22:39:30 -05:00
rebel onion
720b40afa7
feat: custom downloader and downloader location (#313)
* feat: custom downloader (novel broken)

* fix: send headers to ffmpeg

ffmpeg can be a real bitch to work with

* fix: offline page for new download system

* feat: novel to new system | load freezing

* chore: clean manifest

* fix: notification incrementing

* feat: changing the downloads dir
2024-04-04 04:03:45 -05:00
TwistedUmbrellaX
c29147a681
Just some quality of life garbage (#304)
* fix: statistics widget min sizes

* fix: offset for split TextView values

Due to format and color changes, the text is split between two separate items and this space avoids multiple insertions in code

* feat: extension launch from notice

* fix: wait for the UI to post stuff to it
2024-03-29 17:11:37 -05:00
TwistedUmbrellaX
37ec165319 chore: lint performance optimization
This includes shadowed variables, unnecessary parameters, layouts with string literals, items that cause performance bottlenecks, and the merge of extension types into only the necessary separate classes.
2024-03-22 14:18:15 -04:00
TwistedUmbrellaX
0996639cac fix: vertical AnimatedBottomBar 2024-03-22 14:18:13 -04:00
TwistedUmbrellaX
e5f58f20c7 fix: undo all of the margin hacks
Using 72dp as the height appears to have been a bit of a hack to appear beyond the navigation bar. In cases where the bar is not present, such as landscape, this left a gap between the bottom of the screen and bar. On API 23, the result was the opposite. All of this can be addressed by simply relying on the actual measurements and not compensating for compensation.
2024-03-22 14:18:13 -04:00
rebelonion
808d4e6bf5 feat: move subscriptions to new notification method 2024-03-19 19:30:12 -05:00
rebelonion
1fd91b9ec6 Merge branch 'pr/257' into dev 2024-03-17 23:12:40 -05:00
rebelonion
5c2ae57d77 feat: open user links in dantotsu 2024-03-17 23:05:05 -05:00
rebelonion
353452dd21 feat: open settings files directly 2024-03-17 22:15:20 -05:00
TwistedUmbrellaX
a8ad018c44 feat: support API 21 with compat 2024-03-17 14:36:07 -04:00
rebelonion
cf93f6d657 Merge branch 'dev' of https://github.com/rebelonion/Dantotsu into dev 2024-03-15 18:05:31 -05:00
TwistedUmbrellaX
e79a824a04
fix: remove landscape buffer (#250)
Portrait compensates for system navigation, which bleeds into landscape (where system nav is on the side) and places the bar 1/3 into the screen.
2024-03-15 17:53:52 -05:00
rebelonion
e00bbb2d8e fix: notification list blank on click 2024-03-15 17:38:02 -05:00
rebelonion
4ed74b664b feat: notification clicking 2024-03-14 14:40:48 -05:00
TwistedUmbrellaX
41eea667e5
fix: forgotten uncle onRestart (#244)
* fix: forgotten uncle onRestart

It functions a lot like onResume, but assumes that onCreate ran and the user navigated away from the activity completely.

* fix: don't change to the current tab
2024-03-14 02:46:37 -05:00
TwistedUmbrellaX
f0040b8392
feat: add an option to revert bar hide (#242)
* feat: add an option to revert bar hide

* fix: clarify the bars being hidden
2024-03-13 08:15:13 -05:00
rebelonion
dbce7c5b29 feat: logging to file 2024-03-11 03:01:08 -05:00
rebelonion
eb2eae7d6c fix: broken function name 2024-03-10 03:42:56 -05:00
TwistedUmbrellaX
af1a481bdb
Cleaning up navigation (#234)
* fix: align bottom to top with RTL

* fix: clean up the overlapping decor

* feat: match theme color with navbar

* fix: measure view on return to view
2024-03-10 03:21:14 -05:00
TwistedUmbrellaX
14115ada4c
A few build and navigation bar improvements (#231)
* fix: match project root to repo name

* feat: hide navigation bar until swiped

* fix: limit announcements to official

* feat: keep navigation visible for back

* fix: remove a duplicate permission
2024-03-09 15:06:48 -06:00
rebelonion
da22347267 feat: user profile data 2024-03-01 17:35:52 -06:00
rebelonion
449485f06a fix: search bars 2024-02-29 03:10:21 -06:00
rebelonion
e256fb1560 feat: better notification 2024-02-28 01:27:48 -06:00
rebelonion
78da98bd1d fix: keep text state when off screen (commentItem) 2024-02-22 17:36:59 -06:00
rebelonion
a2e44da99d chore: code refactor 2024-02-06 02:16:10 -06:00
rebelonion
49e90a27b8 import/export settings 2024-02-02 02:04:46 -06:00
aayush262
37a53748a2 crash fix 2024-01-31 13:25:00 +05:30
aayush262
c853d5bdf8 no rpc in offline mode 2024-01-31 10:41:21 +05:30
aayush262
c242fedfee imported more settings 2024-01-30 17:34:01 +05:30
rebelonion
8020b32541 backend preference wrapper 2024-01-30 00:39:12 -06:00
rebelonion
73be639397 cleanup 2024-01-25 12:00:00 +00:00
Finnley Somdahl
3fa2690277 20% bleh 2024-01-23 13:37:52 -06:00
aayush262
3ec488675f 20% Chance of getting Update extension 2024-01-23 15:53:41 +05:30