Diego Beraldin
5e39a7a9a6
chore: remove integer IDs ( #658 )
2024-04-07 08:27:15 +02:00
Diego Beraldin
4cbedbafc0
fix: content loading at initial stage ( #653 )
...
closes #652
2024-04-03 18:52:17 +02:00
Diego Beraldin
69d6f5aa7f
apply detekt to unit modules (2) ( #651 )
2024-04-01 17:45:29 +02:00
Diego Beraldin
302043e73a
chore: add detekt ( #643 )
2024-03-30 09:11:40 +01:00
Diego Beraldin
03fd3a6fb1
fix: comment link opening and state restoration ( #642 )
2024-03-29 19:09:31 +01:00
Diego Beraldin
7e5c7d603a
fix: divider between comments in user detail ( #636 )
2024-03-26 14:08:00 +01:00
Diego Beraldin
577667347a
refactor: avoid unnecessary filters ( #631 )
2024-03-25 18:49:32 +01:00
Diego Beraldin
c99ee290b2
enhancement: ask confirmation before deletion ( #626 )
2024-03-24 10:33:19 +01:00
Diego Beraldin
873935af6b
refactor: use uniform approach for debounce ( #612 )
2024-03-19 08:30:09 +01:00
Diego Beraldin
f14cafba22
fix: pagination in tabbed screens ( #610 )
2024-03-18 13:51:51 +01:00
Diego Beraldin
daaabd9f3f
feat: show liked/disliked post/comments; unify contents to moderate ( #609 )
2024-03-18 08:56:15 +01:00
Diego Beraldin
8e8478f8c3
enhancement: optimize current user mod status ( #608 )
2024-03-17 10:03:11 +01:00
Diego Beraldin
f69738482e
refactor: main-safe repositories ( #601 )
2024-03-14 23:10:26 +01:00
Diego Beraldin
0acbe4aa63
refactor: remove redundant architecture structure ( #587 )
2024-03-11 08:43:03 +01:00
Diego Beraldin
9f04030a3e
feat: community-specific download directory ( #581 )
2024-03-07 23:43:56 +01:00
Diego Beraldin
261e9c5c60
fix: moderator tools in profile ( #576 )
2024-03-07 13:55:04 +01:00
Diego Beraldin
fcc8d179f4
enhancement: improve profile loading ( #575 )
2024-03-06 22:08:58 +01:00
Diego Beraldin
c1d02449cf
add progress indicator while loading profile
2024-03-06 21:52:08 +01:00
Diego Beraldin
6d03b3b327
fix: smoother account switch ( #570 )
2024-03-05 21:11:58 +01:00
Diego Beraldin
8d838234fb
fix: login at startup if not connected ( #569 )
2024-03-05 18:32:43 +01:00
Diego Beraldin
dea1566a44
feat: moderation tools in profile ( #563 )
2024-03-04 22:54:45 +01:00
Diego Beraldin
c561739a1d
chore: upgrade to MD3 ( #562 )
2024-03-01 22:10:44 +01:00
Diego Beraldin
380ab36e16
enhancement: votes in raw content dialog ( #544 )
2024-02-22 08:31:11 +01:00
Diego Beraldin
9faa6136fa
refactor: migration to lyricist; remove moko-resources ( #525 )
...
closes #524
2024-02-13 22:37:13 +01:00
Diego Beraldin
712c4faa82
fix: post and comment deletion ( #521 )
2024-02-10 21:10:56 +01:00
Diego Beraldin
7301f2dc2d
refactor: architecture refinement ( #515 )
2024-02-08 23:19:56 +01:00
Diego Beraldin
1557f29ece
feat: configure comment bar width; prefer nicknames ( #511 )
2024-02-07 22:59:26 +01:00
Diego Beraldin
ac0adb07a2
feat: show/hide scores for posts and comments ( #496 )
...
* feat: show scores according to settings
* enhancement: sync initial settings with remote ones
closes #494
2024-01-28 22:46:51 +01:00
Diego Beraldin
a7ed30a54f
enhancement: uniform margins and shadows ( #492 )
2024-01-26 22:16:58 +01:00
Diego Beraldin
f4500d4865
fix: open community from profile comments ( #473 )
2024-01-22 12:32:45 +01:00
Diego Beraldin
34c8f38559
feat: customize swipe actions ( #463 )
...
* refactor: introduce swipe action card with custom actions
* refactor: migrate all screen towards new component
* feat: apply default swipe actions to all screens
* feat: add persistence in settings
* feat: new screen bare bones
* feat: add logic implementation
* feat: add UI implementation
* feat: color for save action
* chore: refine UI and add l10ns
closes #460
2024-01-20 12:37:09 +01:00
Diego Beraldin
6909f4674d
fix: comment loading and tree structure ( #444 )
...
* fix: update lazy column keys with dates
* refactor: update comment tree generation
* feat: show comment count in load more button
closes #439
2024-01-13 12:33:16 +01:00
Diego Beraldin
3633c2256d
fix: post body height ( #422 )
...
* fix: post body height limit
* chore: update README
2024-01-06 10:22:57 +01:00
Diego Beraldin
474b688dcc
feat: optional manual paging ( #413 )
...
* chore: update persistence
* feat: add option in settings
* feat: add update screens
* chore: l10n
closes #354
2024-01-02 16:42:54 +01:00
Diego Beraldin
e206de2e16
refactor: screen params (state restoration) ( #402 )
...
* chore: add local cache
* chore: remove possibility to disable bottom sheet gestures
* chore: add cache to detail opener and create entry points
* chore: add query by id to multi-community
* chore: update community detail
* chore: update community info
* chore: update create comment
* chore: update create post
* chore: update multi-community screens
* chore: update user detail
* chore: update user info
* chore: update post detail
* chore: update post list
* chore: update modal drawer
* chore: update subscription management
* chore: update profile
* chore: update saved items
* chore: remove JavaSerializable
closes #316
2023-12-30 10:15:22 +01:00
Diego Beraldin
1c190dfc1c
enhancement: post loading time ( #393 )
...
closes #392
2023-12-28 21:45:46 +01:00
Diego Beraldin
1c19c24f64
refactor: move raw content dialog to separate module ( #385 ); closes #384
2023-12-27 18:50:58 +01:00
Diego Beraldin
2b2c55e877
enhancement: button responsiveness ( #383 ); closes #382
...
* chore: remove unused expression
* enhancement: improve button responsiveness
2023-12-27 18:01:55 +01:00
Diego Beraldin
c2ef07d4be
refactor: navigation improvements ( #380 )
...
* chore: add some missing serializable
* refactor: use voyager-koin integration for viewmodels
* fix: typo
2023-12-26 17:37:37 +01:00
Diego Beraldin
07060acaee
feat: enable support for third action in swipe cards ( #374 ); closes #268
...
* feat: enable second action gestures
* chore: update post list
* chore: update community detail
* chore: update user detail
* chore: update multi-community
* chore: disable reply from explore and profile
* feat: configure in settings
* chore: add l10ns
2023-12-25 13:48:54 +01:00
Diego Beraldin
6ce62e3e61
fix: event dispatch; closes #348 ( #373 )
2023-12-25 10:00:13 +01:00
Diego Beraldin
8d4decf608
feat: share dialog ( #372 ); closes #352
...
* fix: bottom sheet title position
* feat: new bottom sheet
* feat: use bottom sheet to share
* chore: update viewmodels
* fix: avoid sharing multiple times same URL
2023-12-25 02:27:02 +01:00
Diego Beraldin
a9e556168d
fix: opening links; closes #365 ( #366 )
2023-12-23 18:26:24 +01:00
Diego Beraldin
189aaa0612
fix: bottom sheet gestures; closes #347 ( #359 )
2023-12-23 13:39:27 +01:00
Diego Beraldin
6c78f92ff5
refactor: inbox modularization ( #334 )
...
* chore: update gradle scripts
* refactor: add :domain:inbox module
* refactor: add :unit:replies module
* refactor: add :unit:mentions module
* refactor: add :unit:messages module
2023-12-20 11:54:52 +01:00
Diego Beraldin
788deac8a5
refactor: module structure ( #329 )
2023-12-20 00:45:20 +01:00