Commit Graph
92 Commits
Author SHA1 Message Date
austinried c24f5e573d real settings view impl
server management mostly working
changing active server needs work
2021-07-30 10:24:42 +09:00
austinried d486fb9782 fix tab labels 2021-07-28 09:42:39 +09:00
austinried c58f860520 fix player controls disabled on audio in other app 2021-07-28 09:17:36 +09:00
austinried ff0464a156 handle notification click link
also correctly handle back on now playing from app open
standardize route names
2021-07-27 20:38:28 +09:00
austinried 25cea64f1d search item press events 2021-07-26 15:34:40 +09:00
austinried c12ff2c08c serach debouncing, hiding result categories 2021-07-26 13:44:55 +09:00
austinried 3615ec9ab6 coverart error fallback image 2021-07-26 11:01:39 +09:00
austinried fbf6060db4 redid cover art (again...) and impl a ListItem 2021-07-24 17:17:55 +09:00
austinried 6dd17f2797 fix current track not correct right on remote-next
also upgrade back to official rntp@next since my PR for add tracks before index 0 landed
2021-07-23 18:10:23 +09:00
austinried 1ed9ac0870 better/shared list player controls w/shuffle
also faked download list/song (by star for now, also faked)
2021-07-23 17:46:29 +09:00
austinried 4f69b36c7b impl async storage for extra queue data
finally fixes shuffle (ugh)
2021-07-22 11:23:18 +09:00
austinried f859be51a5 impl shuffle, controls are temp 2021-07-20 13:02:42 +09:00
austinried df783a074b tweak height to match art 2021-07-20 09:02:49 +09:00
austinried a1b6aa6732 added nothing here message for empty lists 2021-07-19 22:23:33 +09:00
austinried 9d835f04aa playlist tab/view 2021-07-19 13:14:13 +09:00
austinried ac1970145f forgot to use pressableopacity 2021-07-18 17:02:39 +09:00
austinried 3b0c593c6c artist list visual tweaks 2021-07-18 16:55:22 +09:00
austinried e6c76776a3 imprv CoverArt perf and interface 2021-07-18 16:35:02 +09:00
austinried 62b27974a7 fallback to album art for artist cover
play top songs when pressed
2021-07-17 11:27:34 +09:00
austinried de342c0830 added top songs to artist view 2021-07-17 10:39:18 +09:00
austinried 62a721ba4d build out artist view
clean up mapping methods a bit
2021-07-15 16:58:08 +09:00
austinried e7f9b1db86 clean up artist art/placeholders 2021-07-14 12:28:21 +09:00
austinried d1598d53f8 simplify home lists and use saved setting 2021-07-14 11:03:38 +09:00
austinried 13ae61f160 do memoizing better 2021-07-13 09:46:55 +09:00
austinried 38530134fd switch to new album list/cover art, remove old 2021-07-09 21:35:21 +09:00
austinried cd9ae9633c add stacks for home/search
so they can access album/artist/etc screen
2021-07-09 20:39:14 +09:00
austinried d245d4b786 home screen first pass 2021-07-09 14:34:15 +09:00
austinried f4e167debc obsesive tweak 2021-07-08 20:05:22 +09:00
austinried fe92c63a60 refactored text styles, not enough shared 2021-07-08 17:56:05 +09:00
austinried 3460b4014f move resources around 2021-07-08 15:37:05 +09:00
austinried ea4421b7af reorg again, absolute (module) imports 2021-07-08 12:21:44 +09:00
austinried a94a011a18 updated notification icons 2021-07-08 09:33:22 +09:00
austinried 8f62a26093 switch more to icons
setupPlayer before every set just in case? docs say to i guess even though it works without...
2021-07-07 22:15:34 +09:00
austinried 5fdadfe598 close now playing on no track
fix bugs caused by not queueing service commands
2021-07-07 21:30:28 +09:00
austinried abc9ed2bc6 migrating to react-native-vector-icons 2021-07-07 18:39:11 +09:00
austinried 7c3fea69db color tweaks
use thumb for now playing bar
2021-07-07 13:51:02 +09:00
austinried 7028df9617 added ripple to nav header buttons
fixed now playing layout to flex on album cover, fix on top/bottom stuff
2021-07-07 13:30:40 +09:00
austinried a595a91b69 custom notification icons 2021-07-07 12:34:56 +09:00
austinried e1fa63beed added the now playing bar 2021-07-07 11:09:24 +09:00
austinried 49b5ce3f6c fixed progress hook with my own state wrap/update 2021-07-06 21:39:00 +09:00
austinried b5473ee568 fix allow http traffic in release build 2021-07-06 20:00:53 +09:00
austinried b2d6840901 queue actions for player so they don't overlap 2021-07-06 18:00:12 +09:00
austinried eb4199de37 trying to centralize all player logic around state 2021-07-06 09:49:15 +09:00
austinried acc7759495 basic progress bar 2021-07-05 11:50:15 +09:00
austinried 24b443fd70 let's try no semicolons 2021-07-05 10:27:30 +09:00
austinried 8f7b285938 tweak header to match albums a bit 2021-07-05 10:14:19 +09:00
austinried 3c969c2972 started player controls 2021-07-04 14:27:25 +09:00
austinried b908dd87f6 probably unnecessery image cache optimizations 2021-07-04 10:43:50 +09:00
austinried a151fe299e gradient working better now/in album view
title bar now also uses gradient color
2021-07-03 22:59:38 +09:00
austinried 0a31597111 some progress on now playing
image colors gradient working for now playing
fixed track player init losing handle to notification
2021-07-02 16:39:07 +09:00
austinried 28ab092402 central management of track player state
currentTrack implemented and working well now (only updates on change)
2021-07-02 12:48:43 +09:00
austinried c676944b9a header style is good for now
fixed sorting
2021-07-02 10:07:57 +09:00
austinried a4edbaf6f0 install packages with my changes directly from GH
this includes my fork of fast-image which merges in a change to prevent the images from being unloaded too fast from screens
switch to yarn
2021-07-02 09:35:36 +09:00
austinried 2e25e7c26a wip transition to screens/native-stack 2021-07-01 14:24:35 +09:00
austinried 4e98318cd9 eslint/prettier 2021-07-01 11:27:27 +09:00
austinried ee7658ccf8 upgrade rntp to 2.0.0-rc16
...but it was broken for adding tracks before current
so there's a PR open for that now and a local fix installed
2021-07-01 10:21:01 +09:00
austinried 15b3100107 pick from dict better than find from array 2021-06-30 22:13:57 +09:00
austinried c068eac3e5 tryin to get these arts to handle their own shit 2021-06-30 21:02:18 +09:00
austinried 23e6c0caf0 artist art pull from last.fm or album covers 2021-06-30 13:07:53 +09:00
austinried 379779735e made gradient background move with scroll 2021-06-30 09:13:35 +09:00
austinried 9e2740c84e streaming tracks!
also managing the queue for playing from album view
2021-06-29 15:48:21 +09:00
austinried 666e1e3e69 song list for album view
adjusted placeholder to only show when no cover art
2021-06-29 12:04:32 +09:00
austinried f9f016b932 add reset button for db 2021-06-28 20:50:13 +09:00
austinried ef69e9d517 started album view
switched to native material top tabs (w/style)
2021-06-28 15:01:35 +09:00
austinried 84cff58741 woops deleted an important import 2021-06-28 11:18:48 +09:00
austinried 4606586102 switch to jotai 2021-06-28 11:12:19 +09:00
austinried 17f5639aef remove react-native-sqlite-storage completely 2021-06-27 10:04:28 +09:00
austinried 71e34a6066 switching to async storage
also switching to not storing music data from api unless downloaded
2021-06-27 09:50:16 +09:00
austinried 50be0a6f85 impl songs, whole library refresh 2021-06-25 14:26:54 +09:00
austinried c8ed5bf5cb image optimizations 2021-06-25 11:05:44 +09:00
austinried b1944f7791 update reanimated 2021-06-25 10:14:46 +09:00
austinried 4152ff6cfb Revert "switched to navigation-react-native"
This reverts commit a8d0211ab7739b71fc5e32206ff3e85dbf7f051c.
2021-06-25 09:23:19 +09:00
austinried 17fe1b9850 switched to navigation-react-native
seems much simpler, but now i may need some other deps...
2021-06-23 22:19:25 +09:00
austinried c7d65e0a58 track player working 2021-06-22 13:59:14 +09:00
austinried 55229c756a one... more... font... 2021-06-22 12:19:41 +09:00
austinried 5e4578d8e8 trying reanimated 2 2021-06-22 11:03:26 +09:00
austinried 41d78f0d2f reworked placeholder
also fixed downloads finishing early and reading corrupted files
2021-06-22 10:49:58 +09:00
austinried b4fee0aff4 half decent album list with art 2021-06-21 22:39:10 +09:00
austinried ff94889644 albumlist apis implemented 2021-06-20 09:44:22 +09:00
austinried 71563985c0 refactored colors and text styles 2021-06-19 21:48:55 +09:00
austinried d82be24992 reorg, start of custom buttom tabs
now we're cookin with bottom tabs
2021-06-19 18:38:13 +09:00
austinried c9b096d347 moooore styling
started albums
these commits are messy
2021-06-19 17:19:49 +09:00
austinried f19cbabac4 tabs on tabs??
moving storage/model/stuff around
2021-06-19 11:32:23 +09:00
austinried d41fb5b9e7 better tabs and more layout 2021-06-18 16:18:32 +09:00
austinried 0f1e10d50f basic tab navigation
other things
2021-06-18 13:00:12 +09:00
austinried de5b479c47 building out settings db
finally got transactions working too
2021-06-17 13:01:47 +09:00
austinried 2a6821c25d first interactions with db (state cache)
now we're cookin' with custom hooks
2021-06-17 09:25:02 +09:00
austinried 6fb4b30294 impl artistInfo 2021-06-15 13:17:40 +09:00
austinried 5ce3b5bcdf reorg & impl getIndexes 2021-06-15 10:34:15 +09:00
austinried b51d0eb685 first pass api client 2021-06-15 09:07:43 +09:00
austinried 1b78acd5fa now playing layout mock-up 2021-06-14 11:14:58 +09:00
austinried b38ba9aaed initial commit
(just the typescript template)
2021-06-08 13:38:16 +09:00