Commit Graph

1411 Commits

Author SHA1 Message Date
greenart7c3
9f3d6a75e6 add proxy to all http clients 2023-04-26 08:42:49 -03:00
greenart7c3
ad420da6de added tor icon 2023-04-24 16:37:00 -03:00
greenart7c3
a354fe928b Merge branch 'main' of github.com:greenart7c3/amethyst 2023-04-24 08:16:55 -03:00
greenart7c3
cf8747b19f add a checkbox to use tor in the login screen, set the proxy in the account model construction 2023-04-20 15:30:04 -03:00
greenart7c3
2ae54b544f wip: add tor socks support 2023-04-20 08:21:11 -03:00
585bb57f64
Merge pull request #356 from vitorpamplona/additive_feed_test
Additive feeds (No more list reloadings in the main screens)
2023-04-19 16:49:37 -04:00
6981fe8f8a Adapting interfaces for the additive filter. 2023-04-19 16:35:26 -04:00
abdad7fbea solve recursive method call 2023-04-19 15:57:27 -04:00
57b35398be Activates updates 2023-04-19 15:57:17 -04:00
47398e6e86 Starts with an empty set as database 2023-04-19 15:56:58 -04:00
e775ae9ada Adding the new parameter. 2023-04-19 13:54:00 -04:00
6a9a321e2b Fixing format 2023-04-19 13:00:52 -04:00
0aee4407db Merge remote-tracking branch 'origin/HEAD' into additive_feed_test
# Conflicts:
#	app/src/main/java/com/vitorpamplona/amethyst/ui/dal/GlobalFeedFilter.kt
#	app/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt
#	app/src/main/java/com/vitorpamplona/amethyst/ui/dal/NotificationFeedFilter.kt
2023-04-19 13:00:45 -04:00
a816fa561a Declares the use of the camera as a feature. 2023-04-19 11:34:38 -04:00
dc745c3cdb disables errors due to missing translations 2023-04-19 11:33:03 -04:00
0b30c83143 Moves coffee.xml to the right directory. 2023-04-19 11:32:52 -04:00
dc8804933d moving source code compatibility to java 17 2023-04-19 11:27:20 -04:00
b28f0bff74 Updating build scripts to java 17 2023-04-19 11:24:49 -04:00
e96e3c0760
Merge pull request #353 from ryogrid/quote_problem
fix bug: quote repost is tied up to a post which is replyed a little while ago
2023-04-19 10:38:40 -04:00
b7ea167420
Merge branch 'main' into quote_problem 2023-04-19 10:38:20 -04:00
744a55f497 Caching channel info JSON parse in NoteCompose. 2023-04-19 10:34:10 -04:00
b55f999efb Slight performance improvements on tag search. 2023-04-19 10:33:52 -04:00
4e09d9e54a Performance Improvements for Zaps in Polls. 2023-04-19 10:33:02 -04:00
5afa333fab Migration to Android Studio 2022.2.1 and Gradle 8 2023-04-19 09:58:11 -04:00
Ryo Kanbayashi
c0946f5c0e fix bug: quote repost is tied up to a post which is replyed a little while ago. (2) 2023-04-19 22:50:32 +09:00
3ece4fcf8b
Merge pull request #352 from naderbal/drawer_back
Intercept back press when drawer is opened to close drawer
2023-04-18 17:10:15 -04:00
b1193c5d11
Merge pull request #344 from ZsZolee/main
Added new Hungarian translations
2023-04-18 17:09:43 -04:00
12b0afd9c6 Display note IDHex when measuring time. 2023-04-18 08:46:12 -04:00
df45d68b74 Caches user profile in Account. 2023-04-18 08:45:50 -04:00
11bf702e02 Moves DropDown state to the IO thread. 2023-04-18 08:45:34 -04:00
47e2683aa3 Moves firstIsTaggedHash search to the IO thread. 2023-04-18 08:45:02 -04:00
e4fc00669e Compares users by reference. 2023-04-18 08:44:32 -04:00
f64db1271b Uses createdAt instead of the card object, which can change randomly, to determine when to call LaunchedEffects. 2023-04-18 08:44:11 -04:00
35647a8361 Fixes DM link in Message Notifications 2023-04-18 08:42:58 -04:00
a2c8658972 Only calculates nip05 after identifying if it is correct. 2023-04-18 08:42:32 -04:00
38e18cf0a7 Simplifies comparison for Channels via Hex code instead of objects 2023-04-18 08:41:59 -04:00
78c9974036 Removes invalidateFilters Logging 2023-04-18 08:41:29 -04:00
Ryo Kanbayashi
180083147d removed needless added newline. 2023-04-16 22:26:55 +09:00
Ryo Kanbayashi
50b0b5af37 fix bug: quote repost is tied up to a post which is replyed a little while ago. 2023-04-16 22:12:54 +09:00
nalbaltaji
9d27b8d47e Intercept back press when drawer is opened to close drawer 2023-04-15 18:59:44 +02:00
Zoltan
401d807d29
Added new Hungarian translations 2023-04-11 10:26:19 +02:00
eab202f721
Merge pull request #340 from toadlyBroodle/main
#zappoll hashtag
2023-04-10 10:07:13 -04:00
f726c656b5
Merge pull request #343 from believethehype/zaptypes
introduce zap types, implemented non-zaps in custom zap dialog
2023-04-10 10:03:35 -04:00
Believethehype
37dab1c8b6 Update LnZapEvent.kt 2023-04-10 13:54:29 +02:00
Believethehype
9a5d8522fb added anonymous zaps 2023-04-10 13:25:09 +02:00
Believethehype
5abbd07722 introduce zap types, implemented non-zaps in custom zap dialog
Non-Zaps allow to tip the author of a note without using the zap mechanism (no record on the note)
2023-04-09 23:43:36 +02:00
toadlyBroodle
13579f9473 add #zappoll to new poll messages 2023-04-09 11:26:02 +09:00
cea9cdcd34 v0.32.3 2023-04-07 18:33:36 -04:00
ed22155940 Simplifying tag structure 2023-04-07 18:30:34 -04:00
43497f2ce0 fixes format 2023-04-07 18:26:19 -04:00