11 Commits

Author SHA1 Message Date
kdeng00 b8709935a9 Added gradle properties 2020-02-09 11:50:23 -05:00
kdeng00 daf62f222c Continuing work on download functionality 2019-12-03 21:16:35 -05:00
kdeng00 1e70f84622 Doing some refactoring and some skeleton work for downloading songs 2019-11-29 19:54:10 -05:00
amazing-username 878c62f2cb Working on trying to pass objects, unwrap them to C/C++ types, do something, then return the result as an object. Now I get why people say JNI is tricky 2019-10-10 18:40:16 -04:00
kdeng00 6b746cd1d0 Able to fetch all of the songs. Create Token repository to store tokens. Next need to transition from the login screen to the song view screen. 2019-10-08 23:28:19 -04:00
kdeng00 9483c6b834 User credentials are saved and retrieved from the SQLite database. Next I want to retrieve all songs from icarus and return it to java/kotlin. Some code cleanup 2019-10-07 21:44:20 -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 d3bcbd28ef Fixed issue with NDK not building 2019-10-05 08:38:52 -04:00
amazing-username 6b68afad9b External library not properly setup with the project 2019-07-24 21:40:38 -04:00