TwistedUmbrellaX
7bcc01b94e
Merging stuff. Cleaning up code. The usual ( #297 )
...
* chore: merge core extension view
* fix: clean up a sloppy fix
* chore: merge name adapters
* fix: offset the indentation of example
2024-03-27 17:45:01 -05:00
aayush262
ff72f9dbdf
fix: activity crash
2024-03-27 14:22:04 +05:30
TwistedUmbrellaX
77c57846ed
fix: add padding to last item in recycler ( #293 )
...
* fix: add padding to last item in recycler
Stop guessing numbers to compensate for a view we can measure. by adding a method to measure them.
* fix: avoid scrolling artifacts in nested
2024-03-26 16:10:02 -05:00
TwistedUmbrellaX
f704e322af
fix: data loading glitches ( #284 )
...
* fix: the obnoxious loading glitch
* chore: some quick build warnings
2024-03-24 16:09:26 -05:00
rebelonion
1b50ffcf11
fix: clean up some warnings
2024-03-23 18:05:43 -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
125a95285d
chore: addressing SetTextI18n
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
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
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
3016792f95
fix(activity): blur banner
2024-03-22 11:24:36 +05:30
aayush262
42f23e4345
dix: many small changes
2024-03-21 01:18:36 +05:30
rebelonion
b454a2e3d9
fix: comment notification at bottom
2024-03-20 13:08:46 -05:00
aayush262
7d5f69888a
fix(profile): double usernames
2024-03-20 10:57:50 +05:30
rebelonion
0bd4755814
fix: remove snack spam
2024-03-20 00:17:27 -05:00
rebelonion
7b1f1a1357
fix: more robust notification loading
2024-03-19 16:02:52 -05:00
rebelonion
39d6f0fbd6
fix: don't open links in webview
2024-03-18 10:40:39 -05:00
aayush262
22dccaa24b
Merge remote-tracking branch 'origin/dev' into dev
2024-03-18 10:39:42 +05:30
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
92fa0c117d
fix: stats hardware acceleration glitch
2024-03-17 21:59:21 -05:00
rebelonion
9f4cd0ba0d
fix: z fighting in viewpager2 potential?
2024-03-17 21:21:17 -05:00
rebelonion
c47d1afa1a
feat: comment notifications in notification section
2024-03-17 20:05:38 -05:00
rebelonion
25b85569fe
fix: fragment IllegalStateException
2024-03-17 18:25:38 -05:00
rebelonion
89a54b4509
fix: recycled stat item
2024-03-17 17:35:59 -05:00
TwistedUmbrellaX
a8ad018c44
feat: support API 21 with compat
2024-03-17 14:36:07 -04:00
aayush262
726f461ff6
fix(profile): Buggy animation
2024-03-17 21:06:20 +05:30
rebelonion
9c0861a8e4
feat: character fav
2024-03-17 01:39:21 -05:00
rebelonion
cfb8c3c733
feat: toggle fav
2024-03-17 01:00:08 -05:00
rebelonion
c033bb0445
fix: use hardware acceleration for bio
2024-03-17 00:35:51 -05:00
rebelonion
bb110be9ab
fix: bio color cleanup
2024-03-17 00:10:39 -05:00
rebelonion
fd39c4f391
fix: some color logging
2024-03-16 23:22:37 -05:00
rebelonion
7fcc23c5bf
fix: refresh stats every page load
2024-03-16 16:56:24 -05:00
rebelonion
29364bf30a
fix: chart load | background of bio?
2024-03-16 16:50:58 -05:00
rebelonion
a9b4916dd8
fix: combine profile query
2024-03-16 15:43:09 -05:00
aayush262
e3f8096749
feat: better profile page
2024-03-16 22:04:57 +05:30
rebelonion
94aae33d10
feat: animations for comment/activity/notification
2024-03-15 21:21:14 -05:00
rebelonion
91bcacc978
feat: swipe refresh activity/notifications
2024-03-15 18:05:23 -05:00
rebelonion
e00bbb2d8e
fix: notification list blank on click
2024-03-15 17:38:02 -05:00
aayush262
5dbc01dba3
feat: long tap like button to see users
2024-03-15 18:32:51 +05:30
rebelonion
c5abfa15e0
feat: activity clicking
2024-03-15 05:55:46 -05:00
rebelonion
b69e466853
feat: notification to activity click
2024-03-14 16:25:59 -05:00
rebelonion
4ed74b664b
feat: notification clicking
2024-03-14 14:40:48 -05:00
rebelonion
19697f4f39
feat: view profile on anilist
2024-03-14 02:59:59 -05:00
aayush262
37c618cb28
feat: blur function
2024-03-12 10:22:25 +05:30
rebelonion
408737d510
feat: activity replies
2024-03-11 04:28:13 -05:00
rebelonion
dbce7c5b29
feat: logging to file
2024-03-11 03:01:08 -05:00
rebelonion
1028ac66cb
fix: some anilist markdown
2024-03-11 00:05:07 -05:00
rebelonion
eb5e2623a0
feat: combine profile queries
2024-03-10 05:00:23 -05:00