Commit Graph

2699 Commits

Author SHA1 Message Date
e016e68e42 removing unused sentence. 2023-08-27 17:11:49 -04:00
d116159ed9 v0.75.5 2023-08-27 16:49:31 -04:00
3c24c011e3 Avoids rebuilding the channel object in DataSource. 2023-08-27 16:45:12 -04:00
536bdfe43a - When All Follows, the live tab will load any event with a follow in the participant list.
- Removes prefix filters
2023-08-27 16:32:35 -04:00
0b41110938 Fixes formatting 2023-08-27 15:53:41 -04:00
da1d4018cf Fixes crash when more than 1 status 2023-08-27 15:52:35 -04:00
b569c67d3b Fixes Hungarian labels 2023-08-27 15:33:18 -04:00
50a5a68b71
Merge pull request #554 from anthony-robin/translations
Update french translations
2023-08-27 15:30:42 -04:00
23a4d80ddb v0.75.4 2023-08-27 12:25:53 -04:00
6a64ebcc5b migrates to a double layer observer structure for the memory cache 2023-08-27 12:18:11 -04:00
8e622bfbb1 Updates to debugging logs 2023-08-27 12:16:36 -04:00
d189dce7f0 Extracts chatroom from user file 2023-08-27 12:16:13 -04:00
43ac1bf555 Allows cleaning up on App Pause to perform separately from memory pruning functions 2023-08-27 12:10:12 -04:00
Anthony Robin
d2d26e4e57
Update french translations
Update french translations according to newly added english ones.
2023-08-27 07:52:15 +02:00
de1f13d64c Faster crossfade animation between screens 2023-08-26 13:04:35 -04:00
2be04bfbe2 Better error handling when Zaps fail 2023-08-26 13:00:53 -04:00
57c33ae06a Improves User filters by merging lastEOSEs into a single filter. 2023-08-26 12:59:41 -04:00
99e545f0b8 Adds polls to the hashtag screen 2023-08-26 11:32:37 -04:00
accb115a20 Making statuses filter just one with the minimum of all observing users. 2023-08-26 10:36:44 -04:00
Zoltan
f7774700db
Additional Hungarian translation 2023-08-26 13:22:27 +02:00
ffb81c6246 v0.75.3 2023-08-25 17:51:38 -04:00
b7c9b14b1f Allowing any BaseTextNote on the reply window 2023-08-25 17:47:01 -04:00
53b0db61ea Moves isAcceptableNote calculations to viewModel 2023-08-25 17:32:19 -04:00
6c09e47e4f Moves coroutine of NIP-05 verification to the viewModel 2023-08-25 17:26:47 -04:00
9d9ad63b4d BugFix deleting status 2023-08-25 17:15:17 -04:00
7ef46a2662 Continues to move away from starting co-routines directly in composables 2023-08-25 17:14:33 -04:00
a7d8c87c47 1. Triggers a Toast when no wallet is found to pay the invoice
2. Starts the wallet in a separate task to allow people to come back to Amethyst switching apps instead of the back button.
2023-08-25 15:18:01 -04:00
1bb2459277 Activates min/max values for polls 2023-08-25 15:08:10 -04:00
6b39562925 Allows the keyboard action to be used as commit in the status field. 2023-08-25 13:55:41 -04:00
3d34e1fc4e Reduces the icon to the music and adds space before the status 2023-08-25 13:41:17 -04:00
469e1241d5 Updates some dependencies 2023-08-25 13:28:17 -04:00
86c0ca975b Moves the User DataSource invalidation to the right channel 2023-08-25 13:27:57 -04:00
53eeea3225 Removes unused time 2023-08-25 13:26:56 -04:00
e9ff9d3b37 Adds a space between the status and the clickable icon 2023-08-25 13:24:47 -04:00
e2c011ec60 Avoids lists with the same hexId because the app was pruning events while loading them 2023-08-25 13:01:49 -04:00
5328740bff Improves blinking when loading a thread. 2023-08-25 13:01:08 -04:00
ed70658be9 Removes unecessary @ExperimentalTime tag 2023-08-25 11:52:44 -04:00
dc74c3014f updates cached content when note changes 2023-08-25 11:51:41 -04:00
53d5c5f354 BugFix for serialization filter 2023-08-25 11:49:41 -04:00
30391160da v0.75.2 2023-08-24 18:56:39 -04:00
1e358d31d5 v0.75.1 2023-08-24 17:59:26 -04:00
b57dd98059 Displays links in the Status if they are present. 2023-08-24 17:58:34 -04:00
5b596d2a56 - Updating Status on the Drawer
- Reducing font size for statuses and nip05s
2023-08-24 17:34:02 -04:00
62db68c7b2 Correctly display status 2023-08-24 16:17:20 -04:00
b3bb85cd53 Display statuses if NIP05 succeeds. 2023-08-24 15:57:18 -04:00
fe6fb8470d Adds isExpired method in events. 2023-08-24 15:56:43 -04:00
ee97eac00c Downloads Statuses from Relays 2023-08-24 15:56:08 -04:00
52c0503b6d Support for pruning expired events. 2023-08-24 13:13:30 -04:00
c052399a16 Adds support to consume Status Events 2023-08-24 13:12:10 -04:00
76faf7ae35 Moving livedata creation to long-lived objects 2023-08-24 12:53:07 -04:00