Commit Graph

16 Commits

Author SHA1 Message Date
kdeng00 1fa7df4aa2 Finally got around to adding the song downloading functionality 2020-01-06 22:13:52 -05:00
kdeng00 dcc2320332 Switched from Method-base JNI class construction to Field-base JNI class construction. Was dealing with some issues with returning a Java/Kotlin class from a C/C++ class. 2019-12-15 14:47:14 -05:00
kdeng00 1e70f84622 Doing some refactoring and some skeleton work for downloading songs 2019-11-29 19:54:10 -05:00
kdeng00 d199b482ad Adding downloading functionality, left TODO's on where to pick up from 2019-11-25 21:03:03 -05:00
kdeng00 9bab2a7798 Added functionality to retrieve the song cover's art from Icarus 2019-11-08 22:36:16 -05:00
kdeng00 b1176ca5ba Working on setting a song on repeat 2019-10-21 21:41:28 -04:00
kdeng00 cc97123908 able to stream now, need to do some code clean up and refactoring. Also need to have a view for controls 2019-10-12 13:16:05 -04:00
kdeng00 f9304a52e2 Working on saving the api information to the database and then saving the token. After that work on fetching the songs from icarus and viewing them. 2019-10-12 01:28:12 -04:00
kdeng00 bb6b08cf1a Implemented SQLite starting with saving the user's credentials. Next is to save the access token and then the host uri 2019-10-06 23:17:06 -04:00
kdeng00 fe15ea221f Able to do a demo stream, not via jni but with android's media player. Need to integrate sqlite to save token, username, password, and uri 2019-10-05 22:14:11 -04:00
kdeng00 33ac4c6fcf JNI is wanky. Finally about to return an object from C++ to Java/Kotlin 2019-10-05 17:30:37 -04:00
kdeng00 77ecf4ca12 Able to retrieve an access token. Next implement fetching all songs. I left a TODO. 2019-10-03 20:35:59 -04:00
kdeng00 3c8064dfd2 Linked libcurl with mear. Now working on refining and making things cleaner for authentication 2019-10-01 21:48:18 -04:00
kdeng00 879e40f4de Android ndk, what a pain 2019-09-29 23:22:57 -04:00
kdeng00 eb749a7b37 Built and linked nlohmann::json package 2019-09-29 22:02:06 -04:00
kdeng00 356f75d0c5 Adding c++ to the mix 2019-09-26 22:02:09 -04:00