Commit Graph

2607 Commits

Author SHA1 Message Date
Zoltan
231d02ac0d
Adding additional Hungarian translation 2023-07-22 18:46:13 +02:00
43b011d3da v0.70.5 2023-07-21 21:00:32 -04:00
8a12cc3cce Releases the video player on Mutex when destroying the app. 2023-07-21 20:57:07 -04:00
7e03870c0b Releases the Mutex when stopping the feed. 2023-07-21 20:49:57 -04:00
a6f56416e3 Fixes lightning colors 2023-07-21 20:41:40 -04:00
efe7772135 Fixes color of the NIP05 address in the profile 2023-07-21 20:39:47 -04:00
15c96ce007 Removes the space in the video of a live activity mention 2023-07-21 17:48:09 -04:00
78d2a712c5 v0.70.4 2023-07-21 17:29:51 -04:00
2664292993 Moves wake lock to activate only when the video is actually playing 2023-07-21 17:08:56 -04:00
b9813c2c8f v0.70.3 2023-07-21 11:48:03 -04:00
0c00e6512f Modifier refactoring 2023-07-21 11:47:28 -04:00
cf31bfe5ea Adds a space when rendering inline images 2023-07-21 11:47:08 -04:00
5cdceb5194 Moves the loading of an Accounts backup contacts to the IO Thread 2023-07-21 11:46:31 -04:00
2c82e6c447 Adjustments to Modifiers in the Chatroom screen 2023-07-21 11:21:07 -04:00
f56f3b6105 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-07-21 11:16:55 -04:00
9420ddc5c7
Merge pull request #517 from greenart7c3/main
fix KeepPlayingButton color in light theme
2023-07-21 11:16:41 -04:00
greenart7c3
ade1d83817 fix KeepPlayingButton color in light theme 2023-07-21 12:11:23 -03:00
9a517380a0 Refactors ChatroomHeader compose 2023-07-21 11:02:16 -04:00
6fbb59ddac v0.70.2 2023-07-21 10:44:43 -04:00
fe4a4b6fad Stops Video playback when switching in and out of Tor 2023-07-21 10:44:02 -04:00
8dd5705f02 Merges VideoCache initialization with get methods 2023-07-21 10:08:04 -04:00
6723225885 Creates playback managers in a lazy mode, after the initialization of the video caching service. 2023-07-21 09:48:25 -04:00
fb19454259 Moves the video caching service initialization foreground services. 2023-07-21 09:47:54 -04:00
c6f63a13d3
Merge pull request #511 from greenart7c3/main
add option to send notes to selected relays
2023-07-21 09:06:44 -04:00
77057fcac5 Apply hidden to boosted notes only. 2023-07-21 09:05:13 -04:00
676d5e9b88
Merge pull request #516 from greenart7c3/boosted_blocked
fix boosted notes from blocked users appearing as blank
2023-07-21 08:58:05 -04:00
greenart7c3
d6dda0053a fix boosted notes from blocked users appearing as blank 2023-07-21 05:41:50 -03:00
greenart7c3
d33e62367e
Merge branch 'main' into main 2023-07-21 05:24:12 -03:00
47d7a53c1c
Merge pull request #513 from davotoula/update_translations
Updated translations
2023-07-20 20:03:22 -04:00
6fcf472638
Merge branch 'main' into update_translations 2023-07-20 20:03:17 -04:00
e2f5a1a0e4 v0.70.1 2023-07-20 19:48:02 -04:00
8ea25e735d Fixes wakelock permission for the f-droid build 2023-07-20 19:46:55 -04:00
a9d05070ed Remove restrictions of height in the first and second rows of the note. 2023-07-20 19:35:16 -04:00
d78ec6b02a Centers the tag list vertically 2023-07-20 19:34:52 -04:00
8971b4e190 Samsung phones don't seem to have a . after hr and min 2023-07-20 19:34:33 -04:00
dea0adaea4 Reducing the distance from boost to the play button 2023-07-20 19:34:12 -04:00
5de4fbcbe7 Fixing the size of the 3 dot menu in post 2023-07-20 19:33:54 -04:00
2330e086ea v0.70.0 2023-07-20 18:02:01 -04:00
11d51b3854 Wrong Immutable Class 2023-07-20 18:01:17 -04:00
008469adbc Background Playback
- Moves Video/Audio player to a foreground service.
- Migrates Feed, Stories and Live Stream screens to that service
- Blocks screen from going to sleep if a video is playing.
- Blocks WIFI from going to sleep if an online video is playing.
- Allows the app to pause while listening to media
- Manages cache for up to 30 videos in parallel for each of the 3 categories: local, streaming, progressive content
- Activates the use of popup with artwork that points to the screen with the video
- Creates a button to allow any video to play while browsing the app/phone
- Moves app to SingleTop mode.
- Keeps viewed position cached for up to 100 videos.
- Restructures the starting screen from App Nativation
2023-07-20 17:59:10 -04:00
David Kaspar
bbe26c7a30 Updated se/de/cs translations
Added missing DE locale config
2023-07-18 20:29:19 +02:00
greenart7c3
c2b9bb413d add long press to show relay info, fix validation, show relay url without prefix 2023-07-17 17:08:14 -03:00
greenart7c3
5c1c4f8db2 Merge branch 'main' of github.com:greenart7c3/amethyst 2023-07-17 15:44:33 -03:00
greenart7c3
b46bb7ecc5 add relay selection to nip 94 and 95 uploads 2023-07-17 15:43:49 -03:00
greenart7c3
2fed65db8d created RelaySelectionDialog file 2023-07-17 15:43:49 -03:00
greenart7c3
66cc4b5526 remove unused import 2023-07-17 15:43:49 -03:00
greenart7c3
91488f0350 add option to send notes to selected relays 2023-07-17 15:43:49 -03:00
f2429e011e Upgrades the compressor API to the new version 2023-07-17 14:28:52 -04:00
1374f36b1f Updating libraries 2023-07-17 13:42:17 -04:00
d185e65b3f Fixes Like icon aligned to the left in the Notifcations screen 2023-07-17 13:42:08 -04:00