TwistedUmbrellaX
6e349b84c0
chore: extract strings from settings
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
aayush262
d1e03b8237
feat(media): fav and popularity count
2024-03-22 23:44:51 +05:30
aayush262
42f23e4345
dix: many small changes
2024-03-21 01:18:36 +05:30
rebelonion
f707f8cc33
fix: activity color tweaks
2024-03-20 01:23:48 -05:00
aayush262
fa7126d80d
fix: better gradiant color
2024-03-20 11:13:09 +05:30
rebelonion
9471683501
feat: AlarmManager option for notifications
2024-03-18 23:51:00 -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
TwistedUmbrellaX
56aefef693
feat: move theme to API 23 res
2024-03-17 18:06:28 -04:00
TwistedUmbrellaX
c054e2f2ac
feat: progress for starting manga ( #245 )
...
The caveat is that the user must have disabled updating each title individually, along with the other standard checks. This will only apply when a chapter has not been completed.
2024-03-16 23:00:58 -05:00
TwistedUmbrellaX
8177dfdcef
feat: delete item from context menu ( #251 )
...
* feat: delete item from context menu
* fix: follow the naming convention
2024-03-16 22:56:38 -05:00
rebelonion
a24d1515b3
fix: more descriptive string
2024-03-16 19:24:38 -05:00
rebelonion
34a9a55d4f
fix: comment bar not visible (solution is so cursed)
2024-03-15 20:57:36 -05:00
rebelonion
12c77604f1
fix: typo
2024-03-15 17:16:27 -05:00
TwistedUmbrellaX
9a1ec8567c
fix: error when streams are empty ( #249 )
...
The current design simply presents an empty server list and leaves the user to click away. No action can be taken without leaving the dialog.
2024-03-15 17:15:43 -05:00
rebelonion
c5abfa15e0
feat: activity clicking
2024-03-15 05:55:46 -05:00
rebelonion
4d2a08c258
feat: anilist notifications (real)
2024-03-14 06:00:48 -05:00
rebelonion
19697f4f39
feat: view profile on anilist
2024-03-14 02:59:59 -05:00
ibo
291f61551a
feat: hide scrollBar toggle ( #238 )
2024-03-13 07:57:40 -05:00
aayush262
8fb6357fb5
feat: Blur toggle
2024-03-12 20:43:20 +05:30
rebelonion
dbce7c5b29
feat: logging to file
2024-03-11 03:01:08 -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
rebelonion
3af7926d20
feat: text activity
2024-03-08 22:04:25 -06:00
Sadwhy
95fa5dcd9b
Feet(profiles): update textviews ( #221 )
...
* nothing
* feet: Attached strings
* feet(fix)
---------
Co-authored-by: rebel onion <87634197+rebelonion@users.noreply.github.com>
2024-03-07 17:36:18 -06:00
aayush262
c862c072b5
feat: author and staff stuff
2024-03-06 13:43:37 +05:30
rebelonion
31afbd547e
feat: following / followers page
2024-03-05 19:33:42 -06:00
rebelonion
db50975174
fix: navbar color in media details
2024-03-05 01:11:49 -06:00
rebelonion
7ad586c994
feat: brighten pink theme
2024-03-05 00:29:48 -06:00
rebelonion
5279b0cd65
feat: compare user stats
2024-03-04 22:55:29 -06:00
rebelonion
a9f8d223e9
feat: score graph
2024-03-02 22:32:40 -06:00
aayush262
2f7c6e734e
feat(comments): UI tweaks
...
fix(comments): top padding
fix: removed self report
feat: better colors in color picker
2024-02-27 23:24:59 +05:30
rebelonion
f128dee3e4
fix: clear status bar for custom themes
2024-02-25 00:36:53 -06:00
Sadwhy
70c87b4067
A few ui changes ( #204 )
2024-02-22 21:32:46 -06:00
ibo
98b227876b
New Theme :) preview in discord ( #200 )
...
* Update ThemeManager.kt
added oriax in picker + applier
* Update colors.xml
Added new color seed
* Update themes.xml
Added Oriax Lightmode
* Update themes.xml
Added Oriax Darkmode + OLED
2024-02-17 22:46:54 -06:00
aayush262
64c8f4225c
fix: paddings in comments
2024-02-16 16:37:31 +05:30
rebelonion
a73c4cd678
feat: comments targeted at database
2024-02-15 12:44:52 -06:00
aayush262
1694a1cb24
feat: comments sorter popup
2024-02-15 15:25:18 +05:30
aayush262
4be4a0968d
Merge remote-tracking branch 'origin/dev' into dev
2024-02-12 01:45:16 +05:30
aayush262
97b957a0ab
wip: UI for comments
2024-02-12 01:44:36 +05:30
Sadwhy
a22083dfcd
fix: Updated discord links
2024-02-11 23:00:16 +05:30
Sadwhy
7af71ba217
Faq Rewrite P.1
2024-02-11 16:59:48 +06:00
rebelonion
22e687b9d8
feat: add more helpers/developers
2024-02-08 08:15:51 -06:00
rebelonion
4aa88244ed
fix: default to old cast method for now
2024-02-08 06:23:51 -06:00
rebelonion
a2e44da99d
chore: code refactor
2024-02-06 02:16:10 -06:00
aayush262
7af0721a75
fix: big fonts
2024-02-04 20:22:13 +05:30
rebelonion
7a67fbb980
feat: import settings on login page
2024-02-04 03:59:52 -06:00
rebelonion
300f2c2fb0
fix: added preference theme
2024-02-04 01:56:11 -06:00