blob: c9e871cfc75fc66ee1e10a0b32d7836d2890fbc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Basic Instructions
Run these commands to grab dependent libraries:
git submodule init
git submodule update
Go to both ActionBarSherlock/library and DragSortListView/library and build project files with:
android update project --path ./
Roadmap of major planned features in rough order that I plan to work on them in (little features get sprinkled in wherever):
Gapless Playback (may not be possible to get perfect)
-Media Player chaining (in progress)
-4.1+: setNextMediaPlayer?
HLS Video
-Display video where album art is currently (double tap to fullscreen)
-Videos can play inline with songs
Background Sync
-Mark playlists as 'offline', syncs changes
-Do things like star songs in offline mode that sync later
UI Redesign
-Fragments
-Native tabs
-Tablets: side by side fragments
New Tabs
-Podcasts
-Admin functions
-Change your password
-Create/delete users if admin
-Chat
|