-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No method of specifying update frequency #100
Comments
Specifying the frequency would be nice. It is already possible to disable the syncing -this can be done under device settings, where all your 'accounts' (Google, twitter, etc -and 'Agit') can be found- find the Agit one, click it, and untick the single Agit account within. This slightly awkward arrangement is due to the conventions of Androids 'Accounts and Sync' infrastructure: http://developer.android.com/training/sync-adapters/creating-authenticator.html |
…sources from handmark.pulltorefresh library.
…l sync frequency. A settings menu was introduced in order to make changing the frequency of git repository synchronization more intuitive. The new activity has a single preference that is being controlled, and is, as yet, unable to actually do anything after being set. It's not currently connected to a SharedPreferences object, either.
…pository sync frequency. Adds a new PreferenceScreen xml file (and associated PreferenceActivity) that contains a single preference: a numeric value that controls how long (in minutes) the system should wait before attempting another synchronization.
…ntrols sync frequency. Added a settings menu, accessible from the dashboard of the application, with a single preference entry: the frequency of the sync, in minutes. Added a handler for when this activity finishes, to set the preferences and re-initialize sync properties by re-adding the account.
… new dialog with different selections of sync options.
…nization with git repositories.
…ing an alarm that will run a sync immediately.
…ing an alarm that will run a sync immediately when the alarm goes off.
…ing an alarm that will run a sync immediately when the alarm goes off.
… new dialog with different selections of sync options.
…nization with git repositories.
…ing an alarm that will run a sync immediately when the alarm goes off.
… PR rtyley#103. The following items were changed: * Removed commented options to sync on a specific day of the week and sync on a specific day of the month. * Added additional possibilities to sync every: 5 minutes, 4 hours, daily (not at a specified time), and weekly.
… PR rtyley#103. The following items were changed: * Removed commented options to sync on a specific day of the week and sync on a specific day of the month. * Added additional possibilities to sync every: 5 minutes, 4 hours, daily (not at a specified time), and weekly. * Added some summary text to the list preference in the SettingsActivity that displays the current sync setting, so the user doesn't have to click into the sub-screen to see which sync setting is selected.
According to the documentation, agit updates known repositories quarter-hourly. It would be nice, to save bandwidth, if this frequency could be specified somehow. At the very least, it should be able to be disabled.
The text was updated successfully, but these errors were encountered: