Commit Graph

434 Commits

Author SHA1 Message Date
229f15ee7f Adds automatic translation to feed and chat. 2023-02-04 19:43:31 -05:00
d168a6c861 Changes to Logging 2023-02-04 19:43:08 -05:00
39d58452a0 Allows redirection on relay URIs 2023-02-04 19:42:08 -05:00
b334c7105c Adds a relay filter to download all reports by the user 2023-02-04 19:41:47 -05:00
ea9ff08d8a Adds hidden notes to chat. 2023-02-04 19:41:19 -05:00
e3d7c23218 Moves QR code classes to another package 2023-02-04 19:40:45 -05:00
67b030f068 Matches target API with build file 2023-02-04 15:10:16 -05:00
1940303130 Increases timeout period and avoid double websocket connections. 2023-02-04 13:32:09 -05:00
80bc09df92 refactoring 2023-02-04 13:30:39 -05:00
ea59568b6f removes mutable list in Client. 2023-02-04 13:30:15 -05:00
3e08256347 Keeping subscription names small to please some relays. 2023-02-04 13:29:53 -05:00
2641dda7bc Fixes Follow/Unfollow button update after pressing. 2023-02-04 10:48:54 -05:00
40deb46eab Bugfix: consider flags of the referenced post in case of Boost events. 2023-02-04 10:42:32 -05:00
2a5f8595d0 Increasing Notification stack to 200 2023-02-04 10:41:58 -05:00
6c27fe0828 Adding more info into flagged posts. 2023-02-04 10:41:43 -05:00
2992d9daf0 Trying to fix NPE around these lines. 2023-02-04 10:41:01 -05:00
bbfd060328 v0.12.1 2023-02-03 17:46:24 -05:00
9e894642ec Correctly aligns chat field. 2023-02-03 17:45:44 -05:00
22daf1a6a8 Removes Channels from the Messages Notification Dot. 2023-02-03 17:45:28 -05:00
1a3b92a727 Abolishes the use of Mutable collections inside data models. 2023-02-03 17:23:47 -05:00
ee7120d803 Adding a way to visualize view count stats 2023-02-03 11:26:49 -05:00
a45a8789e7 Faster animations 2023-02-03 11:26:28 -05:00
bb3e38d079
Merge pull request #63 from clackbib/disable_backup
Disable android backup as this app uses EncryptedSharedPrefs. Usage o…
2023-02-03 09:46:54 -05:00
1568cad693 Fixing test cases 2023-02-03 09:08:06 -05:00
10e5c43be9 v0.12.0 2023-02-02 20:40:03 -05:00
e3aa573b8c Removing logs 2023-02-02 20:39:54 -05:00
bd77c43d40 Not reloading reactions to an event. 2023-02-02 20:18:06 -05:00
8e02f67052 Reducing the chance of a bug when loading chatroom without a user 2023-02-02 20:17:53 -05:00
299cf1aabb Keeping the report filter. 2023-02-02 20:16:35 -05:00
343521ff58 Cut off of 200 messages for each channel 2023-02-02 20:16:07 -05:00
a82f260142 Capturing EOSE events and keeping messages within relay limits (10 subscriptions and 10 REQ events at a time) 2023-02-02 16:57:03 -05:00
fb73308995 Moving observable classes to the leaf nodes. 2023-02-02 14:34:34 -05:00
b3ce10c2de Allowing HTTP downloads 2023-02-02 14:30:58 -05:00
4fa6873180 Forcing Notifications with Direct citations only removes too much. 2023-02-02 14:29:39 -05:00
Habib Okanla
a34e88b4fc Disable android backup as this app uses EncryptedSharedPrefs. Usage of EncryptedSharedPrefs can cause crashes if it's not properly excluded from backup.
https://stackoverflow.com/questions/61751264/autobackup-with-encryptedsharedpreferences-failing-to-restore
2023-02-01 19:33:46 -05:00
912ca72d68 Presenting a Drop Down menu to copy keys and channel IDs. 2023-02-01 14:05:59 -03:00
c3c19ebb49 Only showing notifications if it directly cites the account holder 2023-02-01 13:51:03 -03:00
0f968ca5e5 Removing channel create and change from Notifications Feed 2023-02-01 13:17:21 -03:00
2e17535a60 Keeping chatroom list scroll up top if it was up top. 2023-02-01 12:40:31 -03:00
663eb9c604 Solves https://github.com/vitorpamplona/amethyst/issues/58 2023-02-01 10:52:54 -03:00
4b894c5b33 Fixes bug where default relays would come back after leaving the two groups and not adding any other group. 2023-01-31 23:42:14 -03:00
814fb1845f Moving Picture and Display Name Observables to leaf UI nodes. 2023-01-31 22:12:24 -03:00
94a4bfc2f3 Avoiding calculations in the UI thread 2023-01-31 22:11:54 -03:00
4303e6040c Fixes Channel @tag 2023-01-31 20:50:56 -03:00
75cb313886 Uses Hex to idex Users 2023-01-31 20:50:38 -03:00
88d2786473 v0.11.7 2023-01-30 23:39:30 -03:00
7837860ac6 Keep Note model refreshes in the Default thread. 2023-01-30 23:39:09 -03:00
b7bc8a0b9d Fixing Boost to add content of the post in the boosted event as well as selecting only the last one to show on the screen. 2023-01-30 23:36:06 -03:00
c71c121356 Correctly updates new changes to the User model 2023-01-30 22:41:13 -03:00
d94f35de0e User Relay information in Profiles 2023-01-30 22:05:48 -03:00