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
b7f0e03132
chore: update settings documentation
2024-01-28 10:11:49 +01:00
Diego Beraldin
1874e7bba0
enhancement: add Google Play and user manual references ( #493 )
2024-01-27 13:44:08 +01:00
Diego Beraldin
bccd20cfda
version 1.6.3
1.6.3
2024-01-26 23:51:48 +01:00
Diego Beraldin
74a6a17817
fix: snackbar position in main screen
2024-01-26 23:29:36 +01:00
Diego Beraldin
4649a88d26
enhancement: uniform margins and shadows
2024-01-26 22:19:33 +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
4fee7addfd
chore: update README.md
2024-01-25 23:56:42 +01:00
Diego Beraldin
4bdd0e61bc
feat: move color and fonts to separate screen ( #485 )
2024-01-25 22:54:51 +01:00
Diego Beraldin
30152548d9
refactor: rearrange settings ( #484 )
2024-01-25 18:38:55 +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
cb7e724c30
version 1.6.2
1.6.2
2024-01-24 21:34:59 +01:00
Diego Beraldin
4120877ef0
chore: share images as text ( #481 )
2024-01-24 21:29:14 +01:00
Diego Beraldin
f66964aa3a
chore: update tok l10n
2024-01-24 20:54:31 +01:00
Diego Beraldin
498657896f
chore: add material to user manual
2024-01-24 20:39:19 +01:00
Diego Beraldin
90b6a0d9fb
chore: add material to user manual, update README
2024-01-24 19:32:23 +01:00
Diego Beraldin
ffeaa69b32
chore: start of logged user manual
2024-01-24 14:00:24 +01:00
Diego Beraldin
25bdfb7225
fix: remove settings unrelevant to anonymous users ( #480 )
...
* fix: remove settings not relevant to anonymous users
* fix: complete user manual for anonymous users
2024-01-24 13:30:18 +01:00
Diego Beraldin
109c0aff60
fix: remove quote option from text toolbar for anonymous users ( #479 )
2024-01-24 08:53:43 +01:00
Diego Beraldin
af61170e23
fix: remove block options for anonymous users ( #478 )
2024-01-24 08:43:08 +01:00
Diego Beraldin
2c334f0956
chore: start writing the user manual
2024-01-23 23:15:54 +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
cd60496be4
chore: move info from CONTRIBUTING.md to pages
2024-01-23 13:49:48 +01:00
Diego Beraldin
bcf79d1ce3
chore: update README.md and pages
2024-01-23 09:28:30 +01:00
Diego Beraldin
495e946b0a
start GH pages ( #476 )
2024-01-22 23:12:51 +01:00
Diego Beraldin
0571a55b24
version 1.6.1
1.6.1
2024-01-22 19:42:15 +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
f4500d4865
fix: open community from profile comments ( #473 )
2024-01-22 12:32:45 +01:00
Diego Beraldin
2c5b314ec0
fix: explore and user detail swipe actions ( #472 )
...
* fix: explore upvote post action
* fix: user detail upvote post action
* chore: remove wrong imports
2024-01-22 09:29:55 +01:00
Diego Beraldin
5e60ef4b20
fix: user and community readable names ( #471 )
2024-01-21 21:45:55 +01:00
reusityback
20c9c7aa32
Update strings.xml ( #469 )
2024-01-21 14:35:05 +01:00
Diego Beraldin
e2d154311a
version 1.6.0
1.6.0
2024-01-21 10:35:42 +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
4e4c5103ea
fix: community and user stats info ( #467 )
...
* fix: show count instead of score in PersonAggregates on Lemmy 0.19
* fix: community stats loading
* enhancement: improve info screens layout
closes #464
2024-01-21 09:16:31 +01:00
Diego Beraldin
dfb0a8504f
fix: editing post and comment ( #466 )
...
closes #465
2024-01-20 13:07:16 +01:00
Diego Beraldin
22a517ce45
chore: update module documentation
2024-01-20 12:53:11 +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
75c2d6472f
chore: update email reporting address
2024-01-18 18:49:35 +01:00
Diego Beraldin
6ccf10ab7b
add CODE_OF_CONDUCT.md
2024-01-18 18:48:07 +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
25a427e6af
version 1.5.3
1.5.3
2024-01-17 22:30:37 +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
7ad03636ed
chore: add missing dependency diagrams
2024-01-17 21:00:39 +01:00
Diego Beraldin
35ae38ad02
chore: add more module diagrams
2024-01-17 19:55:44 +01:00