Commit Graph

5546 Commits

Author SHA1 Message Date
32bc8fe667 Fixes f-droid flavor after refactoring 2024-08-13 18:35:31 -04:00
0a8c792d53 Moves the notification screen to the new state model instead of viewModels 2024-08-13 18:32:20 -04:00
c32dc61ea1 Refactoring Moving feed status from ViewModel to State objects 2024-08-13 17:32:15 -04:00
3af2cb52cc adds a prune for giftwrapped messages 2024-08-13 15:11:15 -04:00
ddb1d7ff82 Adds context to highlight events 2024-08-13 15:08:32 -04:00
KotlinGeekDev
fd0523085d Initial implementation for auto-fullscreen on rotation to landscape mode. 2024-08-13 10:42:49 +01:00
1f9fbb0c86 Revers letter spacing in inline code on Markdow 2024-08-12 15:58:17 -04:00
5b95a1c177 Improved logs when clearing the cache for DMs 2024-08-12 15:55:25 -04:00
2e144ebdf8 Adds previews to test markdown rendering 2024-08-12 15:55:01 -04:00
ac5f550ff3 Fixes heading sizes on markdown 2024-08-12 15:54:20 -04:00
9af123b709 Improves the look of inlinde code in markdown 2024-08-12 15:53:45 -04:00
75efd2b372 Improves badge display 2024-08-12 11:18:22 -04:00
2cface9ac9 Inverts spam logs 2024-08-12 11:11:23 -04:00
58491a97ac
Merge pull request #1012 from greenart7c3/main
show only 3 users in the recommended relays section
2024-08-12 09:07:21 -04:00
greenart7c3
7a86d78c50
show only 3 users in the recommended relays section 2024-08-12 09:05:08 -03:00
4c6842faf4 v0.89.10 2024-08-09 18:47:48 -04:00
fad8b9df0f Improved filter for notifications 2024-08-09 18:47:38 -04:00
cc52681635 Moves service manager to the Application class 2024-08-09 18:14:09 -04:00
939c8e95b0 Adds protections against filters with empty arrays because some relays consider that null as opposed to empty. 2024-08-09 18:13:19 -04:00
312501e527 AGP to 8.5.2 2024-08-09 15:25:52 -04:00
89638ff261 Deletes all events in maximum chunks of 200 elements to avoid the 65KB stringified JSON limit of many relays. 2024-08-09 14:35:00 -04:00
27d2e2309a Fixes the clickable regions to open additional relay info on the relay list dialog. 2024-08-09 13:44:44 -04:00
7eaa553ebe Allows users to select and copy the notice from the relay on the relay list dialog 2024-08-09 13:43:53 -04:00
KotlinGeekDev
8adddd0bdb Consistent naming and behavior for the video player controls. 2024-08-09 15:26:42 +01:00
d8f084f886
Merge pull request #1009 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-08 18:37:10 -04:00
Crowdin Bot
5c5a23dfbb New Crowdin translations by GitHub Action 2024-08-08 22:30:34 +00:00
282d4614c0 Adds zap amount cache for the memory space calculations 2024-08-08 18:19:48 -04:00
8ed78ea38f Marks username as deprecated 2024-08-08 18:18:54 -04:00
2e7b7c5c00 improves wording on the name of relays 2024-08-08 14:35:45 -04:00
68cad97819 Reducing the amount of CPU memory used for images to the default. 2024-08-08 11:51:35 -04:00
02f7b54661 Updates translate dependencies 2024-08-08 08:31:38 -04:00
e887232132 v0.89.9 2024-08-07 18:39:02 -04:00
7bcf4e3750 Removes logs from previous commit 2024-08-07 18:34:38 -04:00
ed0676a5f5 Fixes the order of bookmarks (keeps the order of the event, instead of the created at) 2024-08-07 18:24:35 -04:00
f731c654b0 Improves the async rendering of Base64 content 2024-08-07 18:24:14 -04:00
b026bffe4a Moves discovery and video lists to Outbox when Follows or relay lists are selected 2024-08-07 16:39:24 -04:00
a1aaec0b7d Adds support for selecting authors based on their Outbox relays when searching for notes authored by them 2024-08-07 15:46:27 -04:00
6f59097ac0 Aligns default note comparator to NIP-01's created at descending and then by id ascending 2024-08-07 15:44:35 -04:00
263df0c895 Renames PerRelayFilter to SincePerRelay
Creates PerRelay interface to allow other types of filters
2024-08-07 15:44:03 -04:00
1ca5713494
Merge pull request #1008 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-08-07 12:57:34 -04:00
Crowdin Bot
b706c4e871 New Crowdin translations by GitHub Action 2024-08-07 16:04:54 +00:00
e8574c10bb Keep them public to allow testing in these particular functions 2024-08-07 12:02:48 -04:00
7cb87ea9c5 Refactors to use native contains instead of custom lambdas on Ammolite's Filter 2024-08-07 11:58:00 -04:00
07e5132943 Refactors Ammolite Filters to be regular ones and creates a PerRelayFilter for the use on Amethyst. 2024-08-07 11:40:01 -04:00
2b1e3cfc93 Renames the MinimumRelayList to RecommendationProcessor 2024-08-07 11:39:14 -04:00
c17e1f0e1f removes logs from previous commit 2024-08-06 17:14:22 -04:00
e88d1d0d00 Adds haptic feedback to draft deletion swipe 2024-08-06 17:13:06 -04:00
5fdff97cf8 Moves the ContactList cache lists to AccountViewModel, where it can be disposed more efficiently. 2024-08-06 15:36:04 -04:00
e5328d7975 Improves the accuracy of the Event memory counter. 2024-08-06 15:35:14 -04:00
71b45b96fb Adds event factory performance test 2024-08-06 11:04:30 -04:00