lp:~cmiller/ubuntuone-android-files/build-setup
Created by
Chad Miller
on
2010-10-21
and last modified on
2010-10-26
- Get this branch:
- bzr branch lp:~cmiller/ubuntuone-android-files/build-setup
Only
Chad Miller
can upload to this branch. If you are
Chad Miller
please log in for upload directions.
Branch merges
- MichaĆ Karnicki (community): Approve on 2010-11-11
-
Diff: 1713 lines (+308/-828)34 files modified.bzrignore (+11/-0)
AndroidManifest.xml (+8/-8)
build.xml (+90/-0)
gen/com/ubuntuone/androidu1/IAndroidU1.java (+0/-241)
gen/com/ubuntuone/androidu1/R.java (+0/-204)
gen/com/ubuntuone/androidu1/service/IU1Service.java (+0/-262)
res/raw/help (+8/-8)
res/raw/intro (+12/-9)
res/values/application.xml (+1/-1)
res/values/preferences.xml (+4/-4)
res/xml/preferences.xml (+1/-1)
setup (+87/-0)
src/com/ubuntuone/android/files/AndroidU1.java (+2/-2)
src/com/ubuntuone/android/files/FilesList.java (+13/-13)
src/com/ubuntuone/android/files/FilesListCursorAdapter.java (+5/-5)
src/com/ubuntuone/android/files/IAndroidU1.aidl (+1/-1)
src/com/ubuntuone/android/files/Preferences.java (+11/-15)
src/com/ubuntuone/android/files/net/INetworkListener.java (+1/-1)
src/com/ubuntuone/android/files/net/NetworkObserver.java (+2/-2)
src/com/ubuntuone/android/files/provider/U1CloudProvider.java (+5/-5)
src/com/ubuntuone/android/files/provider/U1CloudProviderUtils.java (+5/-5)
src/com/ubuntuone/android/files/service/IU1Service.aidl (+2/-2)
src/com/ubuntuone/android/files/service/U1Client.java (+7/-7)
src/com/ubuntuone/android/files/service/U1Service.java (+10/-10)
src/com/ubuntuone/android/files/sso/SSO.java (+4/-4)
src/com/ubuntuone/android/files/util/BrowserUtilities.java (+1/-1)
src/com/ubuntuone/android/files/util/ChangeLogUtils.java (+4/-4)
src/com/ubuntuone/android/files/util/ConfigUtilities.java (+1/-1)
src/com/ubuntuone/android/files/util/DateUtilities.java (+1/-1)
src/com/ubuntuone/android/files/util/DialogUtils.java (+1/-1)
src/com/ubuntuone/android/files/util/FileUtils.java (+1/-1)
src/com/ubuntuone/android/files/util/LogCollector.java (+2/-2)
src/com/ubuntuone/android/files/util/OAuthUtilities.java (+4/-4)
src/com/ubuntuone/android/files/util/U1HttpUtilities.java (+3/-3)
Branch information
Recent revisions
- 85. By Chad Miller on 2010-10-25
-
Don't use commons-codec? It appears to be unnecessary (and ignored!) on Android 2.2.
- 81. By Chad Miller on 2010-10-22
-
Drop "none" test, reorder to prefer wget over curl, and make wget emit error messages.
Quote filenames to b3 robust.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntuone-android-files/first-draft
