Commit Graph

2559 Commits

Author SHA1 Message Date
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
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
64bf17b1a0 v0.69.3 2023-07-17 12:16:40 -04:00
93b50468fd Adjusts colors for the NÏP05 to be more subtle. 2023-07-17 12:14:21 -04:00
65ab756c2b v0.69.2 2023-07-17 11:50:23 -04:00
e298285145 Migration to Niel Liesmons' icons 2023-07-17 11:48:29 -04:00
ad59b691fd v0.69.1 2023-07-16 20:17:53 -04:00
a256e34878 Fix for mute list not showing 2023-07-16 20:16:17 -04:00
6ad00c112a v0.69.0 2023-07-16 19:07:28 -04:00
0010a19c24 Fixes the profile display for new users without pictures. 2023-07-16 18:57:48 -04:00
d78c7a91cb Lot's of changes from local storage to relay storage.
- Moves Following Communities local DB to Contact List
- Moves Following Channels local DB to Contact List
- Moves Following BlockList local DB to Mute List (Private part)
- Migrates all deprecated local lists to event kinds.
- Views Mute Feed (disables hidden authors for that specific list)
- Breaks Security Filters screen in 2 tabs: Blocked and Spammers (automated filter)
- Restructures PeopleList event kind
- Fixes older channels and communities not loading on the discovery tab
2023-07-16 18:57:28 -04:00
4a2dced02f Formatting 2023-07-16 11:53:12 -04:00
2d1a63be57 Looks like relays accept id prefixes of 8 more frequently than 6 2023-07-16 11:50:55 -04:00
9e207d0f24 Adds parsing support for NNS Events. 2023-07-16 11:50:16 -04:00
efad94ddfd Moves contact list to closer to metadata in the Local Cache 2023-07-16 11:49:41 -04:00
d49fde755e BugFix for AppDefinitionEvent updates 2023-07-16 11:49:15 -04:00
0224af18c0 Forces a given event kind to be displayed in the Discovery tab 2023-07-16 11:47:05 -04:00
53a4dfb702 Moves video player to the new Exoplayer package 2023-07-16 11:42:55 -04:00
4e4e798133 v0.68.4 2023-07-14 18:58:45 -04:00
e8bd4a12ac Reduces profile feed size to 200 and zaps, reports and followers to 400 2023-07-14 18:55:57 -04:00
dffed6e78f Moves synchronized Zap allocation to after checking if the zap already exists for this user. 2023-07-14 18:52:11 -04:00
46a4f360f7 Moves UserProfile NewThreads, Conversations, Reports and App Recommendations to be additive filters 2023-07-14 18:22:53 -04:00
64a5071345 Moves NIP-05 captions from NIP-05 to Nostr Address 2023-07-14 17:41:16 -04:00
1fba93b4f0 Moves badges out of the User class 2023-07-14 17:19:40 -04:00
caa67b03a8 Keeping media feed active from the start of the app. 2023-07-14 16:54:57 -04:00
5f1b2f9eb8 Only logging pruning and printing stacktraces when it matters 2023-07-14 16:54:43 -04:00
2968cb12aa Adds EOSE limits to the Video tab 2023-07-14 16:31:57 -04:00
8261b38de9 Adds EOSE limits to the Discovery tab. 2023-07-14 16:31:48 -04:00
2c4489a0d0 Only triggers mutable state if the state actually changes. 2023-07-14 16:31:31 -04:00
52dcb73fd7 Puts the Wifi Processing in an IO Thread 2023-07-14 16:30:48 -04:00
91a2f8ecfa v0.68.3 2023-07-14 09:33:08 -04:00
6905e1b47f Clicks on Community and Channel headers now take you to the community instead of expanding 2023-07-14 09:22:56 -04:00
640b0d3174 Adds the post highlighted to the highlight display 2023-07-14 09:04:34 -04:00
a86cd8772f Merge remote-tracking branch 'origin/HEAD' 2023-07-14 08:38:49 -04:00
83be195a43 Migrates DropDownMenu to MutableState 2023-07-14 08:38:34 -04:00
14bf73e2f1
Merge pull request #504 from akiomik/update-i18n-ja
Update translations for ja
2023-07-14 07:43:18 -04:00
efb7b06e4e
Merge pull request #505 from greenart7c3/main
fix crash when changing language in android < 13
2023-07-14 07:42:58 -04:00
8b9f37d678
Merge pull request #506 from greenart7c3/string_resources
update pt-br translations
2023-07-14 07:42:29 -04:00
greenart7c3
e83f16f5c5 update pt-br translations 2023-07-14 06:46:30 -03:00
greenart7c3
e648970b17 fix crash when changing setting in android api < 13 2023-07-14 05:51:09 -03:00
Akiomi Kamakura
44badf8c86
Update translations for ja 2023-07-14 15:21:13 +09:00
516ff17eed Activates NostrCheck on the Media Feed 2023-07-13 21:32:48 -04:00
3b1533eb82 Fixes size of custom reactions on the Stories feed. 2023-07-13 21:19:08 -04:00
2e7a955ada v0.68.2 2023-07-13 19:30:52 -04:00
4aa961437b formatting 2023-07-13 19:23:37 -04:00
0d9399a1a4 Fixing Right To Left Text 2023-07-13 19:23:26 -04:00