Commit Graph

14 Commits

Author SHA1 Message Date
kdeng00 c893a38192 Added feature to delete a song. Now working on downloading the song in the background 2020-01-11 15:54:49 -05:00
kdeng00 65dbe0d69f Downloading songs needs some work 2020-01-07 22:27:51 -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 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 33ac4c6fcf JNI is wanky. Finally about to return an object from C++ to Java/Kotlin 2019-10-05 17:30:37 -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
amazing-username 6b68afad9b External library not properly setup with the project 2019-07-24 21:40:38 -04:00
amazing-username 45d2d7d420 Implemented View for settings and added about info for the app #42 and #53 2019-04-20 18:55:40 -04:00
amazing-username 9d7019530a Continuing work on #32 and #33 2019-03-16 17:23:28 -04:00
amazing-username 01e7f3869a #32 and #33 Began working on writing functionality for the SongViewActivity as implementing the UI 2019-03-13 23:00:36 -04:00
amazing-username e542bf7dd4 Working on implementing SQLite Database #16 2019-03-02 19:33:29 -05:00
amazing-username 74fcbd09c9 Able to play music, next song, previous song 2019-03-02 13:09:59 -05:00
amazing-username 00535c3c8d Switch 2019-02-28 21:46:20 -05:00