amazing-username
|
ca4ec72e2c
|
Implemented basic Icarus functionality. Will continue to improve on it. Need to work on updating the song view when returning from the player. #49
|
2019-06-03 19:52:47 -07:00 |
|
amazing-username
|
1b585458e9
|
Implemented Database functionality and play count functionality. #9 and #16
|
2019-06-02 19:37:34 -07:00 |
|
amazing-username
|
9c2b8a71b7
|
Implemented Download functionality and retrieving the song metadata from the local database. Next is to indicate which songs are download on the UI and then the ability to delete the downloaded music. #16 and #49
|
2019-06-01 14:17:10 -04:00 |
|
amazing-username
|
7959458c5e
|
Song elasping functionality implemented, can seek to a certain point of a song via the scroll bar, Song metadata are displayed, and continuing working on the Player view. #8, #24, #25, #27, #33
|
2019-06-01 12:53:39 -04:00 |
|
amazing-username
|
c1fe9d45a4
|
Continuing work on the player view
|
2019-05-31 22:29:25 -04:00 |
|
amazing-username
|
e0de184cc8
|
Added Song DB repository but functionality is not fully implemented. Working on the song player view.
|
2019-05-31 20:33:14 -04:00 |
|
amazing-username
|
bf2371f1ef
|
Added Artist view
|
2019-05-30 21:24:03 -04:00 |
|
amazing-username
|
8e365cc07f
|
Added option menu for the music library, skeleton Album view, added album repository
|
2019-05-29 20:42:11 -04:00 |
|
Kun Deng
|
522f105878
|
Update README.md
|
2019-05-28 20:40:49 -04:00 |
|
amazing-username
|
96c5594193
|
Working on the streamig component of Icarus. Enforcing grant permissions for streaming songs. #39
|
2019-05-28 20:30:21 -04:00 |
|
amazing-username
|
7a4b8cbafb
|
Implemented Icarus, can play songs from the Icarus server, and implemented a local SQLite database. #49, #15, #16
|
2019-05-27 21:10:58 -04:00 |
|
amazing-username
|
1962979271
|
Can now authneticate via Icarus. Next is to setup the Song view and test streaming.
|
2019-05-27 14:48:20 -04:00 |
|
amazing-username
|
55940deda1
|
Did some work. Though it was a good idea to commit before something goes wrong.
|
2019-05-27 13:28:58 -04:00 |
|
amazing-username
|
b22f97346f
|
Non-descriptive commit
|
2019-05-26 19:27:38 -04:00 |
|
amazing-username
|
7fc0743316
|
Created Song Model and added the Newtonsoft.Json library #55
|
2019-05-24 15:22:13 -04:00 |
|
amazing-username
|
e51d053f1b
|
#12
|
2019-05-22 17:31:53 -04:00 |
|
amazing-username
|
32e9a338c8
|
Switching over to C# and Xamarin #12
|
2019-05-22 17:30:46 -04:00 |
|
unknown
|
0bdf2788e7
|
Dev tool switch #12
|
2019-05-21 19:37:50 -07:00 |
|
amazing-username
|
4c20a9c319
|
Start work on Play Count. Able to display the play count but the count numbering is off. #9
v0.0.2
|
2019-04-20 19:45:37 -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
|
ab1ed63fb0
|
Finished #43
|
2019-04-20 14:02:37 -04:00 |
|
amazing-username
|
95ad867743
|
Minor improvements to the music adding process #43
|
2019-04-18 21:34:18 -04:00 |
|
amazing-username
|
66a14edbce
|
Re-opened issue #43 to improve the music adding process. Added TODO to pick up on later
|
2019-04-18 19:03:57 -04:00 |
|
amazing-username
|
ded051b812
|
Re-opened issue #43 to improve the music adding process. Added TODO to pick up on later
|
2019-04-17 22:08:04 -04:00 |
|
amazing-username
|
9f54fe912c
|
Re-opened issue #43 to improve the music adding process. Added TODO to pick up on later
|
2019-04-15 21:10:05 -04:00 |
|
amazing-username
|
ee66850c24
|
Working on adding the cover art of a song in the song view #51
|
2019-04-10 21:30:26 -04:00 |
|
amazing-username
|
876e75b330
|
Merge remote-tracking branch 'origin/master'
|
2019-04-09 21:50:13 -04:00 |
|
amazing-username
|
26065ac107
|
Added Holder for SettingItems #42
|
2019-04-09 21:48:44 -04:00 |
|
Kun Deng
|
730a703b14
|
Update README.md
|
2019-04-07 18:35:59 -04:00 |
|
amazing-username
|
31bdc60e13
|
Styled the SearchView #43
|
2019-04-07 17:23:42 -04:00 |
|
amazing-username
|
7a5f5bfe1f
|
Functionality to search songs is operational. Next step is to work on the styling of the searchbar. Currently it is barely visible due to the color and the sizing #44
|
2019-04-07 14:04:26 -04:00 |
|
amazing-username
|
9e79ebb8d0
|
When adding tracks to the library only 40 tracks are added initially. A background coroutine for adding the remainder of the tracks continues. The coroutine does not block the main thread. #43
|
2019-04-07 10:59:54 -04:00 |
|
amazing-username
|
10d399afa7
|
Implemented adding 40 tracks, next is to implement adding the rest of the tracks in the background #43
|
2019-04-06 21:31:17 -04:00 |
|
amazing-username
|
c677dca036
|
Track view refactor #46
|
2019-04-06 18:00:42 -04:00 |
|
amazing-username
|
c9665f9b5b
|
Resolved issue #41
|
2019-04-02 21:52:31 -04:00 |
|
amazing-username
|
4bb4450e11
|
Beginning work on #42. SettingsAdapter has not been implemented
|
2019-03-28 20:51:58 -04:00 |
|
amazing-username
|
6775cc37ac
|
Implemented permission to prompt the user to allow the app to read from the external storage #30
|
2019-03-27 20:51:17 -04:00 |
|
Kun Deng
|
4dab1a85dd
|
Update README.md
|
2019-03-26 22:19:54 -04:00 |
|
amazing-username
|
5b8227d6da
|
Fixed issue with functionality breaking when starting a SongViewActivity
|
2019-03-26 21:47:53 -04:00 |
|
Kun Deng
|
65a05af308
|
Merge pull request #40 from zularizal/master
Update new icons and add logo files
|
2019-03-26 21:49:55 -04:00 |
|
Zularizal
|
babdcccb7f
|
Update README.md
|
2019-03-27 07:53:16 +07:00 |
|
Zularizal
|
612b6f1c48
|
Add Logo Files
|
2019-03-27 07:51:12 +07:00 |
|
Zularizal
|
925a5a326a
|
Update New Launcher Icons
|
2019-03-27 07:49:46 +07:00 |
|
Kun Deng
|
28af4d53de
|
Update CONTRIBUTING.md
|
2019-03-26 18:17:16 -04:00 |
|
amazing-username
|
c89d867bff
|
Song view functionality broke, attempting to bind the music service to a Holder class through the RecyclerAdapter
|
2019-03-25 21:55:34 -04:00 |
|
amazing-username
|
f99c4b797f
|
Working on playing a song from the song list
|
2019-03-24 20:39:44 -04:00 |
|
Kun Deng
|
2f40523cfd
|
Update CONTRIBUTING.md
|
2019-03-22 21:27:20 -04:00 |
|
Kun Deng
|
b45021ef05
|
Update README.md
|
2019-03-22 21:18:36 -04:00 |
|
Kun Deng
|
bd2ec02363
|
Create CONTRIBUTING.md
|
2019-03-22 21:17:21 -04:00 |
|
amazing-username
|
9d7019530a
|
Continuing work on #32 and #33
|
2019-03-16 17:23:28 -04:00 |
|