Last 7 days
Last 30 days
-
-
issue 55
(Incorrect error handling in FiveSyncAdapter#getImageData can...) Labels changed by jasta00
-
Labels:
Priority-High
−Priority-Low
Labels:
Priority-High
−Priority-Low
-
-
-
-
issue 56
(Android external media button support) Status changed by jasta00
-
-
issue 56
(Android external media button support) Summary changed by jasta00
-
Summary:
Android external media button support
Summary:
Android external media button support
Earlier this year
-
-
issue 55
(Incorrect error handling in FiveSyncAdapter#getImageData can...) reported by jasta00
-
-
issue 54
(New sync engine lacks delete and conflict resolution support...) reported by jasta00
-
-
-
issue 31
(On-the-fly transcoding from the server for FLAC and other hi...) Labels changed by jasta00
-
Labels:
Priority-High
−Priority-Critical
Labels:
Priority-High
−Priority-Critical
-
issue 20
(Last.fm scrobbling support) Labels changed by jasta00
-
Labels:
Priority-High
−Priority-Critical
Labels:
Priority-High
−Priority-Critical
-
issue 52
(Main screen settings icon still looks like the old songs ico...) reported by jasta00
-
-
-
-
Source Wiki page deleted by jasta00
- Revision r1156
Deleting wiki page Source.
Revision r1156
Deleting wiki page Source.
-
issue 45
(Five sync should support multiple addresses for different pr...) Labels changed by jasta00
-
Labels:
Priority-Low
−Priority-High
Labels:
Priority-Low
−Priority-High
-
issue 29
(five-server needs a configuration UI for after the wizard se...) Status changed by jasta00
-
-
issue 26
(Synchronization should display a notification (letting the u...) Status changed by jasta00
-
-
issue 37
(Utilize persistent TCP connection to server to detect change...) Status changed by jasta00
-
-
issue 33
(Should cache reflection of album cover during sync to speed ...) Status changed by jasta00
-
-
issue 39
(Schedule-based synchronization is not currently implemented) Status changed by jasta00
-
-
issue 43
(Sync source detail always reports "Status: Synchronized") Status changed by jasta00
-
-
issue 27
(Check that synchronizing while crawling doesn't crash the se...) Status changed by jasta00
-
-
AccessingTheSource
Wiki page added by jasta00
- Revision r1155
Copied Source in order to rename to Accessing the source
Revision r1155
Copied Source in order to rename to Accessing the source
-
Source
Wiki page edited by jasta00
- Revision r1154
Edited wiki page through web user interface.
Revision r1154
Edited wiki page through web user interface.
-
Source
Wiki page edited by jasta00
- Revision r1153
Edited wiki page through web user interface.
Revision r1153
Edited wiki page through web user interface.
-
Source
Wiki page edited by jasta00
- Revision r1152
Edited wiki page through web user interface.
Revision r1152
Edited wiki page through web user interface.
-
Source
(How to get the source code.) Wiki page added by jasta00
- Revision r1151
Source replacement wiki page pointing to github.com
Revision r1151
Source replacement wiki page pointing to github.com
-
r1150
(Added Eclipse project files.) committed by jasta00
- Added Eclipse project files.
Added Eclipse project files.
-
r1149
(Fixed an unlikely race condition which could corrupt sync.
...) committed by jasta00
- Fixed an unlikely race condition which could corrupt sync.
After each sync, we previously record the latest of all synced items (in
each of the 5 synced data sets) and use that as the lastModifiedSince
argument upon the next sync. This creates an issue if an item is
modified from one data set while another is syncing.
This change computes the lastModifiedSince argument on each sync by
examining the latest sync time of each data set.
Additionally, the last sync time that's displayed to the user has been
changed to accurately reflect the timestamp of sync completion.
Fixed an unlikely race condition which could corrupt sync.
After each sync, we previously record the latest of all synced items (in
each of the 5 synced data sets) and use that as the lastModifiedSince
argument upon the next sync. This creates an issue if an item is
modified from one data set while another is syncing.
This change computes the lastModifiedSince argument on each sync by
examining the latest sync time of each data set.
Additionally, the last sync time that's displayed to the user has been
changed to accurately reflect the timestamp of sync completion.
-
r1148
(Drive the user toward initial set up on first launch.) committed by jasta00
- Drive the user toward initial set up on first launch.
Drive the user toward initial set up on first launch.
-
r1147
(Start first time sync immediately after adding server.) committed by jasta00
- Start first time sync immediately after adding server.
Start first time sync immediately after adding server.
-
r1146
(Removed redundant requestWindowFeature calls in Main and Pla...) committed by jasta00
- Removed redundant requestWindowFeature calls in Main and Player
Removed redundant requestWindowFeature calls in Main and Player
-
r1145
(Merged org.devtcg.five.music package into org.devtcg.five.
...) committed by jasta00
- Merged org.devtcg.five.music package into org.devtcg.five.
This gets rid of a legacy package structure leftover from when the music
and sync portions of the application were built into separate APKs.
Merged org.devtcg.five.music package into org.devtcg.five.
This gets rid of a legacy package structure leftover from when the music
and sync portions of the application were built into separate APKs.
-
r1144
(Added ServerPreference icon animated during sync.) committed by jasta00
- Added ServerPreference icon animated during sync.
Added ServerPreference icon animated during sync.
-
r1143
(Use android.R.drawable.stat_notify_sync instead of our copy.) committed by jasta00
- Use android.R.drawable.stat_notify_sync instead of our copy.
Use android.R.drawable.stat_notify_sync instead of our copy.
-
r1142
(Changed summary format of server "last synchronized" timesta...) committed by jasta00
- Changed summary format of server "last synchronized" timestamp.
Changed summary format of server "last synchronized" timestamp.
-
r1141
(Implemented auto-sync.) committed by jasta00
- Implemented auto-sync.
-
r1140
(Added notification during sync.) committed by jasta00
- Added notification during sync.
Added notification during sync.
-
r1139
(New sync UI.
Removed "Five Sync" launcher icon, merged with...) committed by jasta00
- New sync UI.
Removed "Five Sync" launcher icon, merged with the "Five Sync" main
screen. Replaced the "Songs" main button with a "Settings" button which
is the central area for adding/editing sources as well as observing the
sync progress.
Removed a significant amount of code and simplified numerous areas of
the UI and service design.
Additional work left to be done includes automatically prompting to add
a server when there are no sources, implementing auto-sync, and adding a
notification during sync which links back to the settings screen.
New sync UI.
Removed "Five Sync" launcher icon, merged with the "Five Sync" main
screen. Replaced the "Songs" main button with a "Settings" button which
is the central area for adding/editing sources as well as observing the
sync progress.
Removed a significant amount of code and simplified numerous areas of
the UI and service design.
Additional work left to be done includes automatically prompting to add
a server when there are no sources, implementing auto-sync, and adding a
notification during sync which links back to the settings screen.
-
r1138
(Project name is now set properly (FiveClient).) committed by jasta00
- Project name is now set properly (FiveClient).
Project name is now set properly (FiveClient).
-
r1137
(Introduced graceful support for configuration changes.
The ...) committed by jasta00
- Introduced graceful support for configuration changes.
The VerifyThread is now preserved properly across orientation changes.
Introduced graceful support for configuration changes.
The VerifyThread is now preserved properly across orientation changes.
-
r1136
(Refactored SourceCheckSettings to take advantage of new code...) committed by jasta00
- Refactored SourceCheckSettings to take advantage of new code.
Specifically converted VerifyThread to use CancelableThread and
correctly close the socket on demand, and switched to using the
SourceItem DAO object.
Refactored SourceCheckSettings to take advantage of new code.
Specifically converted VerifyThread to use CancelableThread and
correctly close the socket on demand, and switched to using the
SourceItem DAO object.
-
r1135
(Cleanup merge path.
Removed old code, minor performance imp...) committed by jasta00
- Cleanup merge path.
Removed old code, minor performance improvements by accessing the
FiveProvider directly during merge, and a trivial fix for incorrect
photo filename/ids during partial diff merging.
Cleanup merge path.
Removed old code, minor performance improvements by accessing the
FiveProvider directly during merge, and a trivial fix for incorrect
photo filename/ids during partial diff merging.
-
r1134
(Fixed sync logic errors preventing UPDATE merge ops.) committed by jasta00
- Fixed sync logic errors preventing UPDATE merge ops.
Fixed sync logic errors preventing UPDATE merge ops.
-
issue 42
(Synchronization should be broken up into 4 separate database...) Status changed by jasta00
-
-
issue 35
(Use GLib's file monitoring API instead of inotify directly) Status changed by jasta00
-
|