Commit Graph

6663 Commits

Author SHA1 Message Date
Vitor Pamplona 635ad30de9 Let it throw in the giftwrap parser to make sure Notifications work 2024-11-01 18:40:34 -04:00
Vitor Pamplona 0884318a55 Merge pull request #1161 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-11-01 18:27:38 -04:00
Crowdin Bot d8c89317d2 New Crowdin translations by GitHub Action 2024-11-01 22:20:09 +00:00
Vitor Pamplona 772987dffd coroutines test to 1.9 2024-11-01 18:17:32 -04:00
Vitor Pamplona 61c51ee9a8 Updates AGP 2024-11-01 18:17:07 -04:00
Vitor Pamplona f157f8eb9b - Fixes lack of zap updates when there is a private zap the user cannot decrypt or when a nwc payment fails.
- Moves the parallel processing to a utils class
2024-11-01 18:16:57 -04:00
KotlinGeekDev aed914dfcf Merge remote-tracking branch 'origin/profiles-list-management' into profiles-list-management 2024-11-01 22:28:20 +01:00
KotlinGeekDev d763f43b40 Restore function for getting follow sets(due to merge of upstream). 2024-11-01 22:27:55 +01:00
Vitor Pamplona d96f5953d5 Moving animation size to a constant. 2024-11-01 17:27:19 -04:00
KotlinGeekDev 2fcd6af24b Merge branch 'vitorpamplona:main' into profiles-list-management 2024-11-01 15:42:11 +00:00
Vitor Pamplona ffb5cce509 Merge pull request #1160 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-11-01 10:35:40 -04:00
Crowdin Bot b441292413 New Crowdin translations by GitHub Action 2024-11-01 14:16:09 +00:00
Vitor Pamplona 91748d5c39 - Adds a cache for reply levels when viewing threads.
- Moves the lazy list state to the view model to saving the scrolling position when navigating between multiple threads.
2024-11-01 10:10:05 -04:00
Vitor Pamplona a825f575de Fixes rendering of notes when the modifier changes due to new posts found and the reply level gets recalculated. 2024-11-01 10:06:09 -04:00
Vitor Pamplona 0581a3e836 Fixes reply level calculation caching. 2024-11-01 10:05:25 -04:00
KotlinGeekDev 4b76f56293 Merge branch 'vitorpamplona:main' into profiles-list-management 2024-10-31 22:15:32 +00:00
Vitor Pamplona 82f0ed8a0d Upgrades to Coil 3 2024-10-31 16:34:22 -04:00
KotlinGeekDev 3ad26f0039 Merge branch 'vitorpamplona-main' into profiles-list-management
Merging upstream changes/resolving conflicts.
2024-10-31 19:42:05 +01:00
KotlinGeekDev 2366f26ac7 Merge branch 'main' of https://github.com/vitorpamplona/amethyst into vitorpamplona-main
merging upstream changes.
2024-10-31 19:36:20 +01:00
KotlinGeekDev f2640deeaf Minor refactor. 2024-10-31 19:27:15 +01:00
Vitor Pamplona 116bc108c3 Merge pull request #1158 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-10-31 14:07:13 -04:00
Crowdin Bot 44868ac4e6 New Crowdin translations by GitHub Action 2024-10-31 18:05:03 +00:00
Vitor Pamplona 2a24ca0787 Adds support for q tags on addresses 2024-10-31 14:02:39 -04:00
KotlinGeekDev 8f798d1003 Add some error handling in the feed filter. 2024-10-31 19:02:38 +01:00
KotlinGeekDev a39834dc87 Use FollowSetState in in CustomListsScreen. Make other fixes. 2024-10-31 18:43:07 +01:00
KotlinGeekDev 00b7ace00b Change followSets signature again. Refactor followSetNotesFLow(). 2024-10-31 18:39:05 +01:00
KotlinGeekDev ee8148ae50 Just use NavigationRow instead of IconRow. 2024-10-31 16:58:36 +01:00
KotlinGeekDev 63654b742a Refactor NostrUserFollowSetFeedViewModel to use the FollowSetViewModel. Change follow sets signature. Might be changed later. 2024-10-31 16:55:13 +01:00
KotlinGeekDev f3edc2d43b Introduce FollowSetFeedViewModel and FollowSetState. 2024-10-31 16:48:45 +01:00
KotlinGeekDev 0e9cc54245 Refactor FollowSetFeedFilter and Account. 2024-10-31 16:45:12 +01:00
KotlinGeekDev 3d4483ed48 Move FollowSet to it's own class. 2024-10-31 16:37:05 +01:00
Vitor Pamplona 03225fc696 Merge pull request #1157 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-10-30 18:00:57 -04:00
Crowdin Bot a0ab4a824b New Crowdin translations by GitHub Action 2024-10-30 21:59:32 +00:00
Vitor Pamplona 0ba4ca13bf Updates compose, corektx, fragment, kotlin, runtime, and android camera libs 2024-10-30 17:56:28 -04:00
Vitor Pamplona 060a242a0f Removes logs 2024-10-30 17:55:35 -04:00
Vitor Pamplona ae530ed813 adds extra padding for the zap setup screen 2024-10-30 16:02:00 -04:00
Vitor Pamplona a5c4a53afe - Adds an Around ME feed
- Refactors location to operate as a flow
- Refactors FeedStructures to prepare for custom feeds
- Moves Account to operate feeds with location
2024-10-30 16:01:39 -04:00
KotlinGeekDev ddbaca383f Navigation: Add custom lists to main app navigation control helper. 2024-10-30 15:01:27 +01:00
KotlinGeekDev 5b51e97594 Replace TODOs with provided feed state implementations. 2024-10-30 14:57:27 +01:00
KotlinGeekDev d348e7a4ad Introduce ListsScreen. Current implementation is focused on follows. 2024-10-30 14:51:46 +01:00
KotlinGeekDev 0b014c5c7c Move mapping function from FollowSetFeedFilter to FollowSet. 2024-10-30 14:48:58 +01:00
KotlinGeekDev bc7d9eef9b Make FollowSet stable. The class may be moved to another location. 2024-10-30 13:31:37 +01:00
Vitor Pamplona fb6137f99a Missing string 2024-10-29 12:31:07 -04:00
Vitor Pamplona de99c50639 Adds search.nos.today to bootstrapping relays for search 2024-10-29 12:23:09 -04:00
Vitor Pamplona d5f8994128 Merge pull request #1156 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-10-29 12:16:33 -04:00
Crowdin Bot cf02d808d6 New Crowdin translations by GitHub Action 2024-10-29 16:10:36 +00:00
Vitor Pamplona f6aa732558 Adds DM and Search default buttons to the dialogs. 2024-10-29 12:07:15 -04:00
Vitor Pamplona d321df79e8 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2024-10-28 16:11:09 -04:00
Vitor Pamplona d1b4f81083 Fixes jumpy thread view 2024-10-28 16:10:47 -04:00
Vitor Pamplona 0205f1fd12 Merge pull request #1155 from vitorpamplona/l10n_crowdin_translations
New Crowdin Translations
2024-10-28 10:14:42 -04:00