89 Commits

Author SHA1 Message Date
Diego Beraldin
0ee74a7cd9
fix: row vertical alignment (#531) 2024-02-16 23:21:58 +01:00
Diego Beraldin
6ee7f58df1
fix: post and comment editing (#528) 2024-02-15 13:55:53 +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
7bf38bf8cb
chore: remove Crashlytics again! (#522) 2024-02-11 11:00:54 +01:00
Diego Beraldin
6c7db5b93a fix: strikethrough formatting 2024-02-11 09:35:08 +01:00
Diego Beraldin
38e9653346 fix: lemmy handle parsing 2024-02-11 09:29:39 +01:00
Diego Beraldin
712c4faa82
fix: post and comment deletion (#521) 2024-02-10 21:10:56 +01:00
Diego Beraldin
c75fa9ca89 chore: update :core:api gradle script 2024-02-09 21:59:58 +01:00
Diego Beraldin
231cd4eec7
fix: default comment bar width (#519) 2024-02-09 20:46:27 +01:00
Diego Beraldin
7c3fa79fa1
feat: reorder instances in instance selection bottom sheet (#518)
closes #441
2024-02-09 19:32:10 +01:00
Diego Beraldin
7301f2dc2d
refactor: architecture refinement (#515) 2024-02-08 23:19:56 +01:00
Diego Beraldin
54824bdc4b
fix: apply ktorfit ksp plugin like a human would to (#513) 2024-02-08 08:52:23 +01:00
Diego Beraldin
1557f29ece
feat: configure comment bar width; prefer nicknames (#511) 2024-02-07 22:59:26 +01:00
Diego Beraldin
81bafe9889
fix: edit posts and comments (#508)
* fix edit post

* fix edit comments
2024-02-05 19:58:08 +01:00
Diego Beraldin
f269b5b037
add hidden vote format (#507)
fix vote format bottom sheet insets and other bottom sheets
2024-02-05 18:49:31 +01:00
Diego Beraldin
01493e5486
fix: add missing font size; update Gradle; fix l10n (#506)
* add missing font weight for titles

* update to Gradle 8.6

closes #505
2024-02-05 17:52:22 +01:00
Diego Beraldin
868a73ce4e
enhancement: workaround to avoid accidental swipes (#504)
closes #199
2024-02-01 20:49:12 +01:00
Diego Beraldin
be777b721c
feat: show featured local posts (#502)
closes #498
2024-02-01 18:53:14 +01:00
Diego Beraldin
0358661a8e enhancement: bottom sheet layout 2024-01-29 08:36:20 +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
fda49bfa86
enhancement: add some shadows (#491) 2024-01-26 19:17:17 +01:00
Diego Beraldin
83e936478b
feat: add autofill to login; prevent snackbar from being hidden by keyboard (#490) 2024-01-26 18:44:20 +01:00
Diego Beraldin
71ca96a018
enhancement: comment and post font size (#489) 2024-01-26 14:01:58 +01:00
Diego Beraldin
f56b72b174
fix: community link opening (#488)
* fix: match name and host while searching communities

* feat: open community from chat
2024-01-26 13:35:33 +01:00
Diego Beraldin
1b1facbdfe
refactor: improve community opening on other instances (#486) 2024-01-26 00:41:47 +01:00
Diego Beraldin
810acd76b4
fix: window insets (#483)
* chore: margin to bottom of lists

* fix: bottom bar hiding with nav buttons

* fix: navigation insets in bottom sheets

closes #482
2024-01-25 18:26:31 +01:00
Diego Beraldin
0cd0898c99
fix: some UI fixes; new l10n (#477)
* chore: add tok l10n

* clearer bar theme message

* fix broken link

* fix: remove duplicate setting item
2024-01-23 20:05:40 +01:00
Diego Beraldin
85269311b6
feat: opaque navigation and status bars (#475) 2024-01-22 19:35:28 +01:00
Diego Beraldin
3133082688
fix: serialization issues on Lemmy 0.19.2 (#474)
closes (again) #464
2024-01-22 12:45:04 +01:00
Diego Beraldin
5e60ef4b20
fix: user and community readable names (#471) 2024-01-21 21:45:55 +01:00
Diego Beraldin
a2f6b21864
enhancement: prefer user display name over name (#468)
* enhancement: prefer user display name over name

* refactor: centralize community name in a similar way
2024-01-21 10:03:21 +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
f32855b1dc
fix: post body max lines bottom sheet title (#462)
closes #461
2024-01-18 18:13:23 +01:00
Diego Beraldin
34a0c4605c
refactor: choose font module (#459)
* refactor: create new module

* update documentation
2024-01-17 22:26:18 +01:00
Diego Beraldin
35ae38ad02 chore: add more module diagrams 2024-01-17 19:55:44 +01:00
Diego Beraldin
2b03b93f8d
enhancement: shows only one date for edited contents (#456) 2024-01-17 09:16:51 +01:00
Diego Beraldin
eabd19d41c
fix: text formatting bar URL button (#455)
closes #454
2024-01-16 21:01:27 +01:00
Diego Beraldin
fa797324d7
fix: top app bar container height (md3); closes #448 (#449) 2024-01-15 22:18:43 +01:00
Diego Beraldin
39f1a2e8a7
feat: show content update date (#447)
* chore: update spacing in content footers

* refactor: consistent name for upVotes and downVotes

* feat: show content update date closes #446
2024-01-15 20:40:21 +01:00
Diego Beraldin
bb0c365bca
fix: close drawer after instance change (#438) 2024-01-10 22:01:47 +01:00
Diego Beraldin
15774bbfaf
feat: new instance selection (#434)
* feat: select instance modal

* feat: shortcut from posts top bar

closes #430
2024-01-09 18:58:36 +01:00
Diego Beraldin
ebfb85b15c
refactor: move color-related modals to separate module (#433) 2024-01-08 20:45:21 +01:00
Diego Beraldin
76c37ef926
fix: post link opening; closes #431 (#432) 2024-01-08 18:32:37 +01:00
Diego Beraldin
32e5d55cec
fix: hide and close navigation events (#428) 2024-01-06 22:55:23 +01:00
Diego Beraldin
547fc654e1
fix: distinguish between replies to posts and comments (#427) 2024-01-06 22:40:38 +01:00
Diego Beraldin
c6ce9cf28b
fix: do not collapse comments while clicking on spoilers (#425) 2024-01-06 11:33:50 +01:00
Diego Beraldin
9b22c295d4
chore: add possibility to chose pt-BR l10n (#420) 2024-01-04 08:07:53 +01:00
Diego Beraldin
45791be89b
fix: formatting bar actions (#418) 2024-01-03 18:56:06 +01:00
Diego Beraldin
c6d0e5af1a
enhancement: infinite scrolling (#417)
* fix: infinite scrolling mapping

* refactor: flip semantics of toggle option
2024-01-03 18:20:28 +01:00