Vitor Pamplona
01ac90fbec
BugFix for active like all the time
2023-06-14 20:55:46 -04:00
Vitor Pamplona
dc079941e7
v0.58.1
2023-06-14 20:28:47 -04:00
Vitor Pamplona
9a7a94cb77
Cropping long reactions to two chars for emojis
2023-06-14 20:27:46 -04:00
Vitor Pamplona
a44703cb49
v0.58.0
2023-06-14 16:50:54 -04:00
Vitor Pamplona
52bd6b4443
Custom reactions
2023-06-14 16:49:51 -04:00
Vitor Pamplona
a9e1ce5aec
Removing modifiers from remembers and into global singletons.
2023-06-14 14:36:10 -04:00
Vitor Pamplona
639fdb174d
BugFix Add -> And
2023-06-14 14:32:55 -04:00
Vitor Pamplona
3cd02ee6cf
Merge remote-tracking branch 'origin/HEAD'
2023-06-14 13:49:10 -04:00
Vitor Pamplona
52199fe281
Starts to use getXIfExists functions to preload objects
2023-06-14 13:48:58 -04:00
Vitor Pamplona
5616fa52d1
Simplifies URL Preview call
2023-06-14 13:48:35 -04:00
Vitor Pamplona
7241c8bd9f
Merge pull request #454 from ZsZolee/main
...
Small Hungarian translation
2023-06-14 10:55:16 -04:00
Zoltan
991131f8cd
Small Hungarian translation
2023-06-14 09:35:36 +02:00
Vitor Pamplona
a24c95070c
v0.57.0
2023-06-13 17:16:20 -04:00
Vitor Pamplona
a346d31554
Finally adds markers to kind 1s
2023-06-13 17:08:50 -04:00
Vitor Pamplona
9b5c7ad23f
- Moves zaps from a Map<Request,Response> to a List<CustomClass> to avoid recompositions due to the use of the unstable Pair object
...
- Creates the class ZapAmountCommentNotification to be used instead of the unstable Triple class.
2023-06-13 16:33:52 -04:00
Vitor Pamplona
a01a060abc
Uses animateItemPlacement to show new Notes and update the size of current ones.
2023-06-13 16:31:23 -04:00
Vitor Pamplona
1cd39e0d8f
Removes the use of by on the quick action menu's state because it was triggering recompositions
2023-06-13 16:30:37 -04:00
Vitor Pamplona
305ecc6a2e
New update removes access to the backQueue
2023-06-13 16:29:21 -04:00
Vitor Pamplona
858f94ae74
Moves icon sizes in the bottom row to remember functions
2023-06-13 16:28:42 -04:00
Vitor Pamplona
fc224d99e3
Updates dependencies.
2023-06-13 10:52:29 -04:00
Vitor Pamplona
b8584964d1
Activates build cache
2023-06-13 10:47:08 -04:00
Vitor Pamplona
fbd0c96a8a
Merge remote-tracking branch 'origin/HEAD'
2023-06-12 16:58:32 -04:00
Vitor Pamplona
e2251f9c86
Removing the minimum size for rows in the feed due to Hidden posts from the user's block list.
2023-06-12 16:58:20 -04:00
Vitor Pamplona
eaaacbf218
Turns NIP-05 verification symbol into a State variable to help correctly rendering updates.
2023-06-12 16:56:24 -04:00
Vitor Pamplona
243fbeed44
Remembers some variables on NoteCompose
2023-06-12 16:55:51 -04:00
Vitor Pamplona
d62bab1b08
Makes relay badge list in chatroom Immutable
2023-06-12 16:55:27 -04:00
Vitor Pamplona
70e068ed17
Breaks down user renderer compositions
2023-06-12 16:55:08 -04:00
Vitor Pamplona
824e8795d5
Formatting
2023-06-12 16:54:45 -04:00
Vitor Pamplona
f768a09bd8
Removes unused variable from Translation results
2023-06-12 16:54:15 -04:00
Vitor Pamplona
1a69a5a4c7
Merge pull request #449 from greenart7c3/main
...
add option to opt-out from automatic spam and report filters
2023-06-12 16:37:03 -04:00
Vitor Pamplona
b9cc3781bb
Merge pull request #451 from licaon-kter/patch-1
...
Typo fix
2023-06-12 11:10:22 -04:00
Licaon_Kter
97964ed65c
Typo fix
2023-06-12 15:04:25 +00:00
Vitor Pamplona
42a1d157bf
Fixes draft note in privacy.md
2023-06-12 10:25:03 -04:00
Vitor Pamplona
e27efbc9c2
Privacy Policy:
...
- Removes restrictions of use from the F-Droid version given that F-Droid is taking that legal liability.
- Adds information about the Image Servers offered through the app.
- Adds privacy warnings from the readme to this document.
2023-06-12 10:23:29 -04:00
greenart7c3
57a5d0b618
Merge branch 'main' into main
2023-06-12 07:39:30 -03:00
greenart7c3
8f668cb5fb
separated spam and report filter options
2023-06-12 07:38:32 -03:00
Vitor Pamplona
df5ea6f741
Adjusts the size and alignment of relay icons in the video feed
2023-06-11 10:59:18 -04:00
Vitor Pamplona
2e6847df1c
v0.56.5
2023-06-10 21:20:57 -04:00
Vitor Pamplona
76a49d6556
Fixing upstream issue with images on markdown.
2023-06-10 21:18:30 -04:00
Vitor Pamplona
59fe3ccf3a
Updates readme
2023-06-10 21:18:08 -04:00
Vitor Pamplona
ba884bd1aa
Improving markdown support
2023-06-10 21:17:50 -04:00
Vitor Pamplona
e98bb76ee0
Support for NIP-14
2023-06-10 21:16:55 -04:00
Vitor Pamplona
e08bf3eb97
If compression fails, tries to upload with the original file
2023-06-10 21:15:19 -04:00
Vitor Pamplona
9ef02d63a0
Refactors color objects to avoid recreating them on-demand.
2023-06-10 10:08:06 -04:00
Vitor Pamplona
7007796497
v0.56.4
2023-06-09 18:16:42 -04:00
Vitor Pamplona
9f030ffbf8
BugFix for crashing on start up due to creating two caches for videos.
2023-06-09 18:16:03 -04:00
Vitor Pamplona
9ca172e0fc
v0.56.3
2023-06-09 17:12:29 -04:00
Vitor Pamplona
360758a2f3
Adds a networking state monitoring services to reconnect when the phone disconnects from relays.
2023-06-09 17:08:35 -04:00
Vitor Pamplona
ffe6f4b55c
Fixes F-droid version for mutable colors as background.
2023-06-09 16:43:47 -04:00
Vitor Pamplona
267b5e474c
Adds another check to make sure the event does not exist in the local memory before notifying.
2023-06-09 16:41:14 -04:00