711 Commits

Author SHA1 Message Date
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
3e18220bf8 fix: post publish date unmarshalling 1.1.2 2023-12-27 08:40:53 +01:00
Diego Beraldin
f4408b2755 fix: post detail performance 2023-12-26 22:45:29 +01:00
Diego Beraldin
7f9506febf version 1.1.0 1.1.0 2023-12-26 21:37:15 +01:00
Diego Beraldin
7ca04ace88
feat: add language selection (#381); closes #331
* chore: font reordering

* chore: second swipe sensitivity

* chore: update models

* chore: update repositories

* chore: update formatting bar

* chore: add dialog

* chore: update comment creation

* chore: update post creation
2023-12-26 21:07:36 +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
d7f7e2ee78
fix: pagination on Lemmy 0.19; closes #376 (#377) 2023-12-25 22:05:35 +01:00
Diego Beraldin
5be6faa9a6 feat: add reply action to post detail 2023-12-25 21:42:01 +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
2e1982dabc fix: crash starting activities 2023-12-25 10:15:37 +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
fd80fd20ae
fix: open cross post on other instance; closes #356 (#371) 2023-12-24 19:00:14 +01:00
Diego Beraldin
3f60761762 fix: user counters deserialization 2023-12-24 18:43:06 +01:00
Diego Beraldin
8d00866e12
feat: add matrix to about dialog; closes #369 (#370) 2023-12-24 15:05:16 +01:00
Diego Beraldin
4c80b67b11
fix: create comment post layout (#368)
* chore: update README

* fix: post layout in create comment screen
2023-12-24 14:29:26 +01:00
Diego Beraldin
ab5e45f7b1
feat: user info bottom sheet; closes #342 (#367) 2023-12-24 14:21:22 +01:00
Diego Beraldin
8290e5ed99 chore: update README 2023-12-24 09:47:27 +01:00
Diego Beraldin
49e8ea7ac4 version 1.0.0 1.0.0 2023-12-23 18:37:04 +01:00
Diego Beraldin
a9e556168d
fix: opening links; closes #365 (#366) 2023-12-23 18:26:24 +01:00
Diego Beraldin
8bbe2801db fix: navigation to home from different sections 2023-12-23 17:57:57 +01:00
Diego Beraldin
273e621bb6 enhancement: snackbar color; closes #363 (#364) 2023-12-23 17:48:04 +01:00
Diego Beraldin
6772b60449
enhancement: message card layout; closes #361 (#362) 2023-12-23 14:25:18 +01:00
Diego Beraldin
9ac1e5753b
feat: add see raw for chat messages; closes #344 (#360) 2023-12-23 13:59:46 +01:00
Diego Beraldin
189aaa0612
fix: bottom sheet gestures; closes #347 (#359) 2023-12-23 13:39:27 +01:00
Diego Beraldin
c9bd899c1f
enhancement: back to home; closes #345 (#358) 2023-12-23 12:26:38 +01:00
Diego Beraldin
b3a29d2cf4
fix: drawer navigation; closes #349 (#357) 2023-12-23 11:59:53 +01:00
Diego Beraldin
0d0b09af30
chore: possibility to install debug and release versions at the same time (#355) 2023-12-23 08:53:24 +01:00
Diego Beraldin
75210e2948 version 1.0.0-RC21 1.0.0-RC21 2023-12-22 13:59:32 +01:00
Diego Beraldin
6fa13bcf5f
feat: add block to post list; closes #339 (#343) 2023-12-22 13:48:34 +01:00
Diego Beraldin
4eb2c59117
fix: optimizations (#341); closes #340
* fix: drawer sorting

* chore: remove fonts

* chore: optimize dependencies

* refactor: limit coil image cache size

* chore: add proguard rules
2023-12-22 11:39:20 +01:00
Diego Beraldin
d72f075efa
feat: modlog (#338); closes #332
* chore: add api implementation

* chore: add repository

* refactor: move report cards to package

* feat: add entry point in community detail

* feat: add new screen

* feat: UI implementation
2023-12-21 18:08:06 +01:00
Diego Beraldin
7ab2d67607
feat: favorite communities (#336); closes #333
* chore: remove unnecessary parameter

* chore: add local repository

* feat: show indicator in drawer

* feat: add option in subscription management

* feat: add option in community detail

* enhancement: observe changes in drawer
2023-12-20 18:04:36 +01:00
Diego Beraldin
08709f7610
fix: create comment layout (#337) 2023-12-20 18:03:18 +01:00
Diego Beraldin
3e26201f61
enhancement: current account position; closes #330 (#335) 2023-12-20 12:51:09 +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
Diego Beraldin
020f322fa6
fix: di missing binding (#328) 2023-12-19 23:03:39 +01:00
Diego Beraldin
829cb06554
refactor: modularization profile (#327)
* refactor: add unit-login module

* refactor: add unit-manageaccounts module

* refactor: add unit-myaccount module
2023-12-19 19:06:49 +01:00
Diego Beraldin
a79b29fe63
refactor: modularization home, search and settings features (#326)
* refactor: add unit-postlist module

* refactor: add unit-managesubscriptions and unit-multicommunity modules

* refactor: add unit-about module
2023-12-19 12:41:49 +01:00
Diego Beraldin
072d1420d6
refactor(common-ui): split :core-commonui into separate modules (#325)
* refactor: add unit-ban module

* refactor: add unit-zoomableimage and unit-chat modules

* refactor: add unit-web module

* refactor: add unit-selectcommunity module

* refactor: add unit-drawer module

* refactor: add unit-communityinfo module

* refactor: add unit-instanceinfo module

* refactor: add unit-remove module

* refactor: add unit-reportlist module

* refactor: add unit-saveditems module

* refactor: add unit-createreport module

* refactor: add unit-createcomment module

* refactor: add unit-createpost module

* refactor: add unit-postdetail module

* refactor: add unit-communitydetail module

* refactor: add unit-userdetail module

* refactor: cleanup
2023-12-19 10:21:15 +01:00
Diego Beraldin
cc6726c96a
fix: old messages loading; closes #323 (#324) 2023-12-18 13:01:13 +01:00
Diego Beraldin
5656d771d2
refactor: move modals to separate module (#322) 2023-12-18 00:01:45 +01:00
Diego Beraldin
dbd9688ca1
refactor: move ImagePreloadManager to core-utils (#321) 2023-12-17 23:36:07 +01:00
Diego Beraldin
6ae6affe94
fix: text field capitalization; closes #319 (#320) 2023-12-17 23:04:58 +01:00
Diego Beraldin
88b93fb7eb
refactor: create lemmy-ui submodule (#318) 2023-12-17 22:56:07 +01:00
Diego Beraldin
b126e2202a
feat: show moderators in community info; closes #314 (#317) 2023-12-17 11:49:08 +01:00
Diego Beraldin
9c5e09c74a
enhancement: add support for transparent bars #311 (#315) 2023-12-17 11:02:09 +01:00
Diego Beraldin
0d0b1f6c14
fix: day formatting; closes #312 (#313) 2023-12-17 09:55:10 +01:00
Diego Beraldin
395968653d version 1.0.0-RC20 1.0.0-RC20 2023-12-16 14:45:15 +01:00