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
|
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 |
|