lp://staging/~headbangerkenny/ubuntuone-android-music/branch
- Get this branch:
- bzr branch lp://staging/~headbangerkenny/ubuntuone-android-music/branch
Branch merges
- Chad Miller (community): Needs Fixing
-
Diff: 163 lines (+32/-8)9 files modifiedres/values/styles.xml (+2/-2)
res/xml/appwidget_info.xml (+1/-1)
src/net/sourceforge/subsonic/androidapp/activity/DownloadActivity.java (+8/-2)
src/net/sourceforge/subsonic/androidapp/activity/MainActivity.java (+1/-1)
src/net/sourceforge/subsonic/androidapp/service/CachedMusicService.java (+2/-0)
src/net/sourceforge/subsonic/androidapp/service/DownloadService.java (+2/-0)
src/net/sourceforge/subsonic/androidapp/service/DownloadServiceImpl.java (+2/-1)
src/net/sourceforge/subsonic/androidapp/util/FileUtil.java (+2/-1)
src/net/sourceforge/subsonic/androidapp/util/ShufflePlayBuffer.java (+12/-0)
Branch information
Recent revisions
- 530. By Joe Simpson
-
Removed that play(0); code that was requested. However, I have moved the cache folder from /sdcard/subsonic to /sdcard/
Android/ data/net. sourceforge. subsonic. u1m/music because Android says we should do that. Also, I noticed on my device that the ShuffleBuffer would randomly be empty, so when that happens on get() I tell it to grab more tracks, which works (I end up waiting up to 15 mins for this to refill on my device otherwise) - 529. By Joe Simpson
-
I have modified the Ubuntu One Music App so that when you tell it to Shuffle, it'll say it's buffering while the playlist is sorted out. Also it'll automatically play when pressing "Shuffle Songs" from the main screen.
- 527. By Chad Miller
-
When overriding Activities, be sure to call the superclass's same method. Android requires it.
- 524. By Chad Miller
-
Don't dispatch automatically. We are going to use the network here, so dispatch only when we have the network active.
- 522. By Chad Miller
-
Make analytics use more flag values, instead of magnitude values where appropriate.
Add analytics for cache miss and cache total-use. (Subtraction equals cache hit.)
Add analytics for free-space magnitude.
- 521. By Chad Miller
-
Make manual trackers dispatch events.
Make downloader start tracker correctly.
Add tracking to other Activities.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntuone-android-music