TwistedUmbrellaX
fc023f307a
fix: weights reflect other views ( #285 )
2024-03-23 22:01:44 -05:00
rebelonion
ad1905c8fe
fix: adapter continuous loading on media page
2024-03-23 21:50:24 -05:00
rebelonion
85d54e8f5e
Merge branch 'dev' of https://github.com/rebelonion/Dantotsu into dev
2024-03-23 21:12:57 -05:00
rebelonion
ba09f7533c
fix: anime page searching manga
2024-03-23 21:12:55 -05:00
TwistedUmbrellaX
fa6e3a34b5
fix: prefer caching the final version ( #283 )
...
While caching the original and the final seems like an ideal way to reduce overhead, you cache an original copy of the image and the modified copy of the image to only ever load the modified copy. The size is set, meaning you are not reusing the original image. There is no reason to cache it.
2024-03-23 20:07:02 -05:00
TwistedUmbrellaX
85ef4b3c12
Add transparency options to subtitle ( #281 )
...
* feat: add state llistener to Xpandable
* feat: improve app restart process
* feat: support subtitle transparency
2024-03-23 19:12:22 -05:00
rebel onion
89e18b0e2f
Merge pull request #280 from RepoDevil/semi-auto
...
Automatically search through sources
2024-03-23 19:06:56 -05:00
rebelonion
1b50ffcf11
fix: clean up some warnings
2024-03-23 18:05:43 -05:00
TwistedUmbrellaX
b3f83816c5
feat: support exporting magnets
2024-03-23 18:45:23 -04:00
TwistedUmbrellaX
75b78886ae
fix: clarify deceptive descriptions
2024-03-23 18:30:54 -04:00
TwistedUmbrellaX
26d97da066
feat: automatically check sources
2024-03-23 18:30:31 -04:00
rebelonion
ab7bc15573
fix: missing string/imports
2024-03-23 17:07:02 -05:00
rebel onion
d43d643bbd
Merge pull request #271 from RepoDevil/cleanup
...
The motherload
2024-03-23 16:56:18 -05:00
TwistedUmbrellaX
3ca5efc177
chore: update androidx.mediarouter
...
No additional code changes required
2024-03-23 09:39:36 -04:00
TwistedUmbrellaX
25046e4c11
chore: add notes for context view
...
This will allow the details to be seen when highlighting these items in Android Studio
2024-03-23 08:56:15 -04:00
rebelonion
5134776e2f
fix: remove unnecessary setExpedited
2024-03-22 23:08:20 -05:00
rebelonion
cc29ebd75b
fix: subscription default importance
2024-03-22 22:57:26 -05:00
TwistedUmbrellaX
2233f1ce44
fix: restore a workaround?
...
The layout this originally used no longer exists and the new layout is a different type, but maybe this will still work.
2024-03-22 23:47:40 -04:00
rebelonion
a189802061
fix: notification check on app launch
2024-03-22 22:34:21 -05:00
rebelonion
dca6ffdbbe
Merge branch 'dev' of https://github.com/rebelonion/Dantotsu into dev
2024-03-22 21:48:01 -05:00
rebelonion
859946a751
chore: version bump
2024-03-22 21:47:58 -05:00
TwistedUmbrellaX
08bf1a2336
chore: eliminate overlap layouts
2024-03-22 19:12:58 -04:00
TwistedUmbrellaX
27743e3427
fix: padding / margin optimization
2024-03-22 14:35:07 -04:00
TwistedUmbrellaX
52b0cc4129
fix: hardcoded text in profile page
2024-03-22 14:26:12 -04:00
TwistedUmbrellaX
22abc2e21d
fix: expanded views while editing
...
This sets the Editor state of the expanded windows. This is NOT reflected at runtime.
2024-03-22 14:18:16 -04:00
TwistedUmbrellaX
fc8425b12a
fix: padding / margin optimization
2024-03-22 14:18:16 -04:00
TwistedUmbrellaX
60fc1fa74b
fix: tone down the logging a bit
2024-03-22 14:18:16 -04:00
TwistedUmbrellaX
190e3ce7bb
fix: someone liked the paste hotkey
2024-03-22 14:18:16 -04:00
TwistedUmbrellaX
012024ab77
fix: disable auto with time stamps
2024-03-22 14:18:16 -04:00
TwistedUmbrellaX
529bdd74c8
chore: flag ites for no translation
2024-03-22 14:18:15 -04:00
TwistedUmbrellaX
6e349b84c0
chore: extract strings from settings
2024-03-22 14:18:15 -04:00
TwistedUmbrellaX
ab9b92035e
fix: merge bindings by category
2024-03-22 14:18:15 -04: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
958aa634b1
feat: commit to the prank...
2024-03-22 14:18:14 -04:00
TwistedUmbrellaX
125a95285d
chore: addressing SetTextI18n
2024-03-22 14:18:14 -04:00
TwistedUmbrellaX
bbaae2e776
fix: settings has over 80 views
...
One really long layout is bad for performance, but this design also requires being aware of where an item is being placed.
2024-03-22 14:18:14 -04:00
TwistedUmbrellaX
f9090f59b7
fix: support for round vertical
2024-03-22 14:18:14 -04:00
TwistedUmbrellaX
1d740d33a0
fix: putting out 100 little fires
...
... before they become an inferno
2024-03-22 14:18:14 -04:00
TwistedUmbrellaX
633ec19c90
fix: don't load selected until intent
2024-03-22 14:18:13 -04:00
TwistedUmbrellaX
9b2015f4cf
fix: simplify boolean view logic
...
This is a pretty basic conversion from `if (true) View.VISIBLE else View.GONE` to `isVisible` which is exactly that, but easier to track.
2024-03-22 14:18:13 -04:00
TwistedUmbrellaX
e65e7a79a5
feat: vertical navigation for profile
2024-03-22 14:18:13 -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
aayush262
d1e03b8237
feat(media): fav and popularity count
2024-03-22 23:44:51 +05:30
aayush262
917ffe644f
feat: something
2024-03-22 20:38:34 +05:30
aayush262
02efc01a10
feat(profile): round chips
2024-03-22 12:50:04 +05:30
aayush262
3016792f95
fix(activity): blur banner
2024-03-22 11:24:36 +05:30
Sadwhy
e1b50c86f3
feet(watch): Fixed one inconsistent switch ( #273 )
...
* feet(watch): Fixed one inconsistent switch
2024-03-21 11:41:16 +05:30
aayush262
42f23e4345
dix: many small changes
2024-03-21 01:18:36 +05:30
rebelonion
adb304f138
fix: manga/anime page noti icon updating
2024-03-20 14:29:52 -05:00