Commit Graph

1930 Commits

Author SHA1 Message Date
d0094cc781 Removing duplicated ID protections from Notifications. Looks like we removed all the issues here. 2023-06-08 17:47:10 -04:00
cb77298f52 Correctly processing multiple matching via find and not match 2023-06-08 17:46:47 -04:00
24532c8f20 Looks like there is never nothing to restore, so removing this. 2023-06-08 16:31:22 -04:00
b641684377 Uses default thread to wait for a 250 milliseconds before navigating away from the video upload page. 2023-06-08 16:31:04 -04:00
9589f68028 Moves sending message on channel from the main thread to the IO thread 2023-06-08 16:30:29 -04:00
8b852d32e4 BugFix for notifications sometimes not reassembling when pressing the bottom button. 2023-06-08 16:28:48 -04:00
5b864fa1d9 Adds a second rule for short messages in the spam filter to avoid recognizing "@Bot, command" messages spam. 2023-06-08 15:52:35 -04:00
8e91987c31 Refactors search screen to make the SearchTextField @Stable 2023-06-08 15:51:46 -04:00
1c3b34a9c7 Moves the creation of the VideoPlayer to its own composition 2023-06-08 14:22:22 -04:00
5a44f8d663
Merge pull request #448 from TonyGiorgio/onyx-hashtag
Add onyx hashtag
2023-06-08 12:30:36 -04:00
2ab7e6b24d v0.56.1 2023-06-08 12:18:06 -04:00
e9f8fd6cec
Merge pull request #447 from TonyGiorgio/weed-hashtag
Add weed hashtag
2023-06-08 12:17:31 -04:00
Tony Giorgio
8d7060afe6
Add onyx hashtag 2023-06-08 11:15:47 -05:00
784f983746 Image and Video Compression 2023-06-08 12:14:26 -04:00
Tony Giorgio
ecc4141f50
Add weed hashtag 2023-06-08 11:12:20 -05:00
5d37e337bc
Merge branch 'main' into main 2023-06-07 19:16:56 -04:00
d9815b669b v0.56.0 2023-06-07 18:55:34 -04:00
6906993cc3 Support to per-post display reactions 2023-06-07 18:50:29 -04:00
705309cb8a v0.55.4 2023-06-07 17:17:46 -04:00
89bdc9dd58 Adds support for RelaySet event types. 2023-06-07 17:16:48 -04:00
ac0103a53e v0.55.3 2023-06-07 15:57:31 -04:00
b2c31d3b46 Avoid reusing SHA256 object because of a memory leak in multithreading 2023-06-07 15:49:15 -04:00
931bd58c51 Removes main thread checks on Verification due to the need to mock this method when running tests. 2023-06-07 13:59:12 -04:00
6a7d6a843d Minor updates to remember states in composition 2023-06-07 12:26:32 -04:00
eaae672a30 Further breaks down the bottom bar to facilitate recompositions. 2023-06-07 12:25:49 -04:00
ccfbfeffe2 Moves ChatroomList's New Feed to an Additive filter. 2023-06-07 12:25:11 -04:00
eb62da8d26 Refactors the top bar relay updates. 2023-06-07 12:24:49 -04:00
d334c6b2e1 BugFix for the Notification dot not immediately disappearing after marking all as read. 2023-06-07 12:24:24 -04:00
90f0e4aad1 Refactoring duplicated code in Clickable Route 2023-06-07 12:23:30 -04:00
fabf52ffd7 Moves channel name to a remember state 2023-06-07 12:22:53 -04:00
c499c4baec Adds more main thread checks to make sure slow procedures are run outside the main thread. 2023-06-07 12:08:13 -04:00
4bd19c3e3d Deletes hiddenUsers method from account to avoid misuse since it needs a blocking load from cache. 2023-06-07 12:07:03 -04:00
6a47f5aa3b Moves notification's scroll to top animation to an IO thread. 2023-06-07 12:06:18 -04:00
03d1754498 Moves collection events to an IO thread. 2023-06-07 12:05:45 -04:00
e9374370b9 Moves author creation for Addressable notes to outside a @synchronized block to avoid deadlocks. 2023-06-07 12:04:50 -04:00
88a5e309bd Removes kinds from the filter since relays only allow 20 options. In this way, we get everything and filter it locally. 2023-06-07 12:03:44 -04:00
Zoltan
f7a292598e
Adding one small Hungarian translation 2023-06-07 11:00:21 +02:00
cff8684347 updating firebase version 2023-06-06 16:47:28 -04:00
b9654d164f Further splitting the translation class into more methods to simplify recompositions 2023-06-06 16:47:14 -04:00
c10db10430 Moving unstable parameters into stable ones to reduce recompositions. 2023-06-06 15:51:43 -04:00
50f3f7f176 Fixes a search bug that wouldn't update relay filters correctly with the search terms 2023-06-06 15:50:21 -04:00
e956f51f19 v0.55.2 2023-06-05 18:22:26 -04:00
165678f118 formatting 2023-06-05 18:22:09 -04:00
d32d2da280 Increases the speed of the Zap Tab in Profiles. 2023-06-05 18:19:23 -04:00
d6a6a52821
Merge pull request #441 from davotoula/german_translation
Added German translation
2023-06-05 16:39:50 -04:00
dfb697975f v0.55.1 2023-06-05 16:06:32 -04:00
c0c0fd9e6d Fixes tests 2023-06-05 16:06:25 -04:00
5bdcdc6f4a - Refactoring feeds use of the pullrefresh
- Adding more places to check if in the main thread.
2023-06-05 15:33:16 -04:00
David Kaspar
102ab63673 Added German translation 2023-06-04 20:41:48 +01:00
b34c1f98d5 Marks some methods to never run on the Main Thread 2023-06-04 12:17:19 -04:00
74b05e3d6a Simplifying recompositions of NIP05 2023-06-04 12:17:02 -04:00
972bce426a No need to display replying information anymore. 2023-06-04 11:56:53 -04:00
3de57d6ae2 Moves memory cleanup to an IO thread 2023-06-04 11:56:39 -04:00
5695a82c20 Fixes: https://github.com/vitorpamplona/amethyst/issues/438 2023-06-04 11:45:34 -04:00
e171120836 Moves relay state to a new watcher 2023-06-03 21:46:26 -04:00
abdfe531f7 v0.55.0 2023-06-03 18:50:12 -04:00
ca90866877 Keeping the position of the feed in navigation 2023-06-03 17:02:09 -04:00
450fa2b70d Removing some unnecessary code 2023-06-03 16:21:02 -04:00
93c9ffeb02 adds a background to the app's icon in recommendation 2023-06-03 16:01:39 -04:00
2e5e546e7d Making sure video does not restart when pressing the mute button 2023-06-03 16:01:20 -04:00
00e7add001 Adds support for seeing NIP-89 recommendations on User's profile. 2023-06-03 12:39:06 -04:00
e28cd2212e v0.54.2 2023-06-02 22:46:45 -04:00
8f38353271 Shows comment and amount of zaps sent directly to the profile. 2023-06-02 22:45:58 -04:00
a41ee653d8 Moves reaction counts to a thread 2023-06-02 22:14:21 -04:00
839be06f62 Removes unnecessary mapping 2023-06-02 21:59:17 -04:00
bbef06de59 Moves UserFeed to MutableLists 2023-06-02 21:52:22 -04:00
515159f18c Ignores unloaded notes in the MultiComposeSet renderer. 2023-06-02 21:29:12 -04:00
e7b7ebbbdf Adds a new thread call for the notification of reaction rows 2023-06-02 21:28:50 -04:00
5965d9a3bb Moves profile watchers to their own compose functions 2023-06-02 21:28:30 -04:00
31959721b1 Moves reward calculations to the IO thread 2023-06-02 21:27:57 -04:00
8e16daaaa3 Only refreshes follow lists once per notification event. 2023-06-02 21:27:43 -04:00
e9fd47a536 Runs bottom's new notification refresher in the IO thread 2023-06-02 21:27:11 -04:00
6191ef9a6b Removes old notification cards 2023-06-02 20:36:01 -04:00
05aa12ebac - Removing outdated version of the FlowRow
- Improving performance of custom emojis
- Improving performance of DropDown menus
2023-06-02 20:30:49 -04:00
42428c5e0f Moves channel checks to happen before a Channel object is loaded. 2023-06-01 19:56:31 -04:00
1a3685c5ab v0.54.1 2023-06-01 16:07:08 -04:00
fff892e1c8 Making sure pollnote view models are unique 2023-06-01 16:03:22 -04:00
99c30816c6 Simplifying observables 2023-06-01 16:01:35 -04:00
92c61f317b Restructuring follows observables 2023-06-01 15:16:03 -04:00
b0e50e0c00 Fixes Translations 2023-06-01 09:11:47 -04:00
f065dcfc5a v0.54.0 2023-05-31 22:13:54 -04:00
91f34000f5 Improves rendering performance of the ExoPlayer 2023-05-31 22:09:18 -04:00
93e2af3c1f formatting 2023-05-31 21:32:53 -04:00
6072e5977e Reducing recompositions on images. 2023-05-31 21:32:46 -04:00
8575ea018d Improving rendering of the text 2023-05-31 20:43:57 -04:00
ed919ae531 UrlPreviewer using Main thread :( 2023-05-31 20:08:30 -04:00
3eb832c4e0 Improves Poll Rendering speed. 2023-05-31 20:08:07 -04:00
a57ca2a79d Using the correct immutable class 2023-05-31 16:33:23 -04:00
07a681c002 Merge remote-tracking branch 'origin/HEAD' 2023-05-31 16:31:55 -04:00
d942c12627 Restructuring ViewModels 2023-05-31 16:30:11 -04:00
David Kaspar
a466f33b4e Add support for per-app languange preferences 2023-05-31 09:34:21 +01:00
3744f90e87
Merge pull request #432 from davotoula/translation_sv
Added Swedish translation
2023-05-30 16:04:34 -04:00
1cc0f4bf80 Don't notify twice 2023-05-30 16:02:45 -04:00
David Kaspar
dec409c209 moved previous Swedish translation to a resource file
Corrected and added to Swedish translation
2023-05-30 20:58:50 +01:00
c664397b11 Starts video with the audio on/off based on global mute variable 2023-05-30 13:58:21 -04:00
bc1b71e9bf Improves reply info rendering 2023-05-30 13:58:00 -04:00
a42606af0d v0.53.7 2023-05-30 12:07:23 -04:00
b301e1d79b Removes sorting of the blocked list because it needs to load all metadata to sort correctly. 2023-05-30 12:07:15 -04:00
5ab94e8a1c - Renders the report's comment in the user profile report tab
- Allows reply, zap, boost and like the report itself.
- Shows report messages on notifications
2023-05-30 12:03:33 -04:00
7ad982ec71 v0.53.6 2023-05-29 21:44:11 -04:00