FineFindus
|
50601853f5
|
feat(notifications/actions): add reply action
Closes https://github.com/LucasGGamerM/moshidon/issues/104
|
2023-03-03 23:45:07 +01:00 |
LucasGGamerM
|
1b7a257a48
|
Merge pull request #106 from FineFindus/feat/notification-badge
Feat(tabs): add unread badge to notification tab
|
2023-03-01 18:12:40 -03:00 |
LucasGGamerM
|
4d40fad10d
|
fix: Notifcations not refreshing without manually doing so. Fixes #105
|
2023-03-01 18:11:07 -03:00 |
FineFindus
|
49015f3e3e
|
style: remove unnecessary imports
|
2023-03-01 22:06:31 +01:00 |
LucasGGamerM
|
77b5819c65
|
Merge pull request #102 from FineFindus/feat/notification-actions
Feat: Add actions to notifications
|
2023-03-01 18:01:43 -03:00 |
FineFindus
|
ac5615497b
|
refactor(notifications-tab/badge): use improved implementation
Removes the now unecessary network call, by hooking into the notification reciever instead.
|
2023-03-01 22:00:49 +01:00 |
FineFindus
|
4ecd525f13
|
feat(tabs/notifications): add unread badge
|
2023-03-01 21:44:11 +01:00 |
LucasGGamerM
|
ba44aa57d7
|
build: bump version number
|
2023-02-27 20:34:43 -03:00 |
LucasGGamerM
|
a70647da44
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
|
2023-02-27 23:33:29 +00:00 |
LucasGGamerM
|
f97aafe374
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
|
2023-02-27 23:28:58 +00:00 |
FineFindus
|
b38a460a02
|
style(notifications/action): fix whitespaces
|
2023-02-27 21:20:02 +01:00 |
FineFindus
|
bddf024ba0
|
fix(notifications/action): remove unused string
|
2023-02-27 21:18:51 +01:00 |
FineFindus
|
be7a7acadd
|
fix(notifications/action): remove notification after tapping action
|
2023-02-27 21:15:28 +01:00 |
FineFindus
|
d05c90ca7f
|
fix(notifications/action): use radom request code
Fixes the issue with pendingIntents overwriting each other. Probability of equal same request code should be near 0 with 2^32 ints available
|
2023-02-27 20:24:09 +01:00 |
FineFindus
|
4187da9168
|
feat(notifications/action): remove notfication after action
|
2023-02-26 21:56:18 +01:00 |
FineFindus
|
a051e636e6
|
feat(notifications/action): add unboost action
|
2023-02-26 20:50:03 +01:00 |
FineFindus
|
360cd7b5df
|
feat(notifications/action): only show actions if necessary
|
2023-02-26 19:15:31 +01:00 |
FineFindus
|
55d2ca4a93
|
feat(notifications/action): use string titles
|
2023-02-26 15:23:38 +01:00 |
FineFindus
|
c7f61291ed
|
feat(notifications/action): add boost action
|
2023-02-26 15:21:52 +01:00 |
LucasGGamerM
|
f836361644
|
fix: NPE in HeaderStatusDisplayItem when clicking on a "User followed you" avatar header in notifications fragment
|
2023-02-25 20:58:10 -03:00 |
FineFindus
|
f404895b5c
|
feat(notification): add actions
|
2023-02-25 23:19:41 +01:00 |
FineFindus
|
94ed0c3f49
|
Merge branch 'master'
|
2023-02-25 21:00:09 +01:00 |
FineFindus
|
00ffe9c41e
|
Merge branch 'master'
|
2023-02-25 21:00:04 +01:00 |
LucasGGamerM
|
529c1e2b07
|
Merge remote-tracking branch 'weblate/master'
|
2023-02-25 15:49:24 -03:00 |
LucasGGamerM
|
f2e04e6769
|
Merge remote-tracking branch 'megalodon_weblate/main'
# Conflicts:
# metadata/it-IT/full_description.txt
|
2023-02-25 15:49:07 -03:00 |
LucasGGamerM
|
280434b01f
|
Bump version number
|
2023-02-25 15:46:46 -03:00 |
LucasGGamerM
|
023a6c3a49
|
fix(custom-local-timelines): Loading threads on custom local timelines now works!
|
2023-02-25 15:39:56 -03:00 |
LucasGGamerM
|
ed301cafe0
|
fix(custom-local-timelines): Profile lookup now is more robust and doesn't call the the user's instance unless a click happens
|
2023-02-25 14:27:21 -03:00 |
LucasGGamerM
|
5e97adcd3b
|
fix(custom-local-timelines): Removing the get account by handle function for each status, and interactions now are fully working.
|
2023-02-25 14:18:27 -03:00 |
ewm
|
a28daa3d75
|
Translated using Weblate (Polish)
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
|
2023-02-25 16:08:21 +00:00 |
LucasGGamerM
|
75f311b8a7
|
Merge pull request #100 from FineFindus/feat/custom-welcome-inputtype
feat(custom-welcome): use URI InputType
|
2023-02-25 11:17:26 -03:00 |
LucasGGamerM
|
5d11bee59d
|
refactor(perf): initial optimizations for concurrent requests. Profile now loads faster
|
2023-02-24 15:55:49 -03:00 |
FineFindus
|
cd027f1220
|
feat(custom-welcome): use URI InputType
|
2023-02-24 08:43:20 +00:00 |
LucasGGamerM
|
1d55354be2
|
fix(custom-local-timelines): interactions now work!
|
2023-02-23 20:14:52 -03:00 |
poesty
|
d381205bbf
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
|
2023-02-23 04:08:21 +00:00 |
nitrogenez47ab3e44720c4675
|
6b6852e134
|
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
|
2023-02-23 04:08:21 +00:00 |
Andrewblasco
|
f7a41906e4
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
|
2023-02-23 04:08:21 +00:00 |
dontobi
|
70ddea2e81
|
Translated using Weblate (German)
Currently translated at 100.0% (25 of 25 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
|
2023-02-23 04:08:21 +00:00 |
LucasGGamerM
|
8111ea04b9
|
fix: Profile lookups on custom local timelines now work
|
2023-02-22 17:21:33 -03:00 |
Giacomo R.
|
1cefc8aaf2
|
Translated using Weblate (Italian)
Currently translated at 100.0% (262 of 262 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
|
2023-02-22 15:08:20 +00:00 |
FineFindus
|
5e6b56a738
|
feat(custom-timelines): use URI InputType
|
2023-02-20 22:11:39 +01:00 |
LucasGGamerM
|
7820926e1a
|
Bump version nummber
|
2023-02-20 17:15:33 -03:00 |
LucasGGamerM
|
fcf5887359
|
Changing the icon of the add timelines button
|
2023-02-20 17:01:01 -03:00 |
LucasGGamerM
|
aade898681
|
Merge pull request #95 from FineFindus/fix/typos
Fix/typos
|
2023-02-20 16:42:58 -03:00 |
FineFindus
|
89514dbf14
|
style(basestatuslist): THRESHHOLD -> THRESHOLD
|
2023-02-20 20:36:18 +01:00 |
LucasGGamerM
|
456fbb6fc9
|
Maybe fixing the broken custom timelines when there is a poll
|
2023-02-20 16:32:01 -03:00 |
FineFindus
|
ea7c366981
|
fix(custom-timelines): remove default text
|
2023-02-20 18:30:31 +01:00 |
LucasGGamerM
|
d4cf12a0d9
|
Bump version number
|
2023-02-20 14:07:24 -03:00 |
LucasGGamerM
|
69af790e22
|
Merge remote-tracking branch 'megalodon_weblate/main'
|
2023-02-20 14:04:46 -03:00 |
ewm
|
2936ec81af
|
Translated using Weblate (Polish)
Currently translated at 100.0% (24 of 24 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
|
2023-02-20 17:03:27 +00:00 |