OSDN Git Service

Initial commit
authorMathewka <mathewka@git.osdn.jp>
Sat, 9 Jan 2016 19:36:39 +0000 (04:36 +0900)
committerMathewka <mathewka@git.osdn.jp>
Sat, 9 Jan 2016 19:36:39 +0000 (04:36 +0900)
commit147cafc45ebd660614d24aff7d2c129f5e4cf8e2
treeb6abfe99f30dffeefe92bf6eb5cef3a768f4cdb4
Initial commit
44 files changed:
SyncerClient/.classpath [new file with mode: 0644]
SyncerClient/.project [new file with mode: 0644]
SyncerClient/AndroidManifest.xml [new file with mode: 0644]
SyncerClient/libs/android-support-v4.jar [new file with mode: 0644]
SyncerClient/lint.xml [new file with mode: 0644]
SyncerClient/proguard-project.txt [new file with mode: 0644]
SyncerClient/project.properties [new file with mode: 0644]
SyncerClient/res/drawable-xhdpi/ic_complete.png [new file with mode: 0644]
SyncerClient/res/drawable-xhdpi/ic_downloading.png [new file with mode: 0755]
SyncerClient/res/drawable-xhdpi/ic_pending.png [new file with mode: 0755]
SyncerClient/res/drawable-xhdpi/playlist_syncer_icon.png [new file with mode: 0644]
SyncerClient/res/drawable/progress.xml [new file with mode: 0644]
SyncerClient/res/layout/activity_select.xml [new file with mode: 0644]
SyncerClient/res/layout/activity_sync.xml [new file with mode: 0644]
SyncerClient/res/layout/view_file_item.xml [new file with mode: 0644]
SyncerClient/res/layout/view_service_item.xml [new file with mode: 0644]
SyncerClient/res/values/colors.xml [new file with mode: 0644]
SyncerClient/res/values/dimens.xml [new file with mode: 0644]
SyncerClient/res/values/strings.xml [new file with mode: 0644]
SyncerClient/res/values/styles.xml [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/Constants.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/FileListAdapter.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/MediaScannerClient.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/PlaylistUpdater.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/SelectActivity.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/SyncActivity.java [new file with mode: 0644]
SyncerClient/src/org/upsuper/playlistsyncer/client/SyncerClient.java [new file with mode: 0644]
SyncerServer/SyncerServer.xcodeproj/project.pbxproj [new file with mode: 0644]
SyncerServer/SyncerServer/AppDelegate.h [new file with mode: 0644]
SyncerServer/SyncerServer/AppDelegate.m [new file with mode: 0644]
SyncerServer/SyncerServer/GCDAsyncSocket.h [new file with mode: 0755]
SyncerServer/SyncerServer/GCDAsyncSocket.m [new file with mode: 0755]
SyncerServer/SyncerServer/GCDAsyncUdpSocket.h [new file with mode: 0755]
SyncerServer/SyncerServer/GCDAsyncUdpSocket.m [new file with mode: 0755]
SyncerServer/SyncerServer/NSString+UTF8Data.h [new file with mode: 0644]
SyncerServer/SyncerServer/NSString+UTF8Data.m [new file with mode: 0644]
SyncerServer/SyncerServer/NSURL+relativePath.h [new file with mode: 0644]
SyncerServer/SyncerServer/NSURL+relativePath.m [new file with mode: 0644]
SyncerServer/SyncerServer/SyncerServer-Info.plist [new file with mode: 0644]
SyncerServer/SyncerServer/SyncerServer-Prefix.pch [new file with mode: 0644]
SyncerServer/SyncerServer/en.lproj/Credits.rtf [new file with mode: 0644]
SyncerServer/SyncerServer/en.lproj/InfoPlist.strings [new file with mode: 0644]
SyncerServer/SyncerServer/en.lproj/MainMenu.xib [new file with mode: 0644]
SyncerServer/SyncerServer/main.m [new file with mode: 0644]