Commit Graph

67 Commits

Author SHA1 Message Date
c6b8356d61 updated translations 2012-11-15 16:56:23 -06:00
7f6510282a merge with translations 2012-11-07 20:20:48 -06:00
f8adda5449 Merge branch 'master' of https://github.com/robweber/xbmcbackup 2012-10-22 14:19:43 -05:00
e2f048e778 Need to pass "true" to force update after backup is run 2012-10-22 14:19:03 -05:00
d7109f6bb5 Merge pull request #17 from dersphere/german_2
updated german translation
2012-10-16 07:34:36 -07:00
a03302c769 updated german translation 2012-10-13 00:01:17 +02:00
2fd7b130c7 added check to settings.xml before loading new cron timer
fixed bug where disabling scheduler did not turn it off
2012-09-13 09:52:17 -05:00
a066491757 update to changelog and version bump 2012-09-12 10:18:18 -05:00
b64088660d Merge pull request #14 from robweber/service-dev
Service dev
2012-09-12 08:06:44 -07:00
17a4e8ad3d refactored code to use strings.xml 2012-09-12 10:02:33 -05:00
9bda2055b3 added call to XbmcBackup.run() in service.py file
added showNotification() method so that a notification can display when backup starts via scheduler
2012-09-06 15:28:41 -05:00
0bb915ae3a added initial resources for scheduler.py to function
starte settings.xml modifications for timer intervals
2012-09-05 15:50:25 -05:00
0150e6a277 created utils library to avoid duplicate functions
pulled XbmcBackup class into separate library
2012-09-05 14:28:43 -05:00
5b51a96531 added additional parameters to run() method, can now override user preference if needed
added "mode" logging message
2012-09-04 11:08:14 -05:00
cb115e42fb created stub for new addon settings 2012-09-04 10:42:17 -05:00
144b089673 fixed #13 2012-09-04 09:18:32 -05:00
1c79ba6e23 updated changelog.txt 2012-08-29 13:00:42 -05:00
402964c144 fixes #11 2012-08-28 19:15:34 -05:00
39a7278a31 flipped changelog version order 2012-08-20 14:32:14 -05:00
1e5a524ae3 changed backup behavior, all backups now create dated folder within backup location
restore operation now prompts for the date of the backup you wish to restore from
2012-08-17 14:59:47 -05:00
26c99723bf added global log and encode functions to combat ascii encoding errors 2012-08-17 14:18:08 -05:00
6059612001 added French translations for new strings - thanks mikebzh44! 2012-08-10 07:58:23 -05:00
940ddabe59 Removed setting for "verbose logging". Instead the global xbmc debug logging flag is used to toggle normal vs debug type logging. 2012-08-07 09:36:07 -05:00
da76f41d4b use localized strings for logging 2012-08-07 09:32:21 -05:00
38798b10d2 added French summary and description (works this time) 2012-08-07 09:28:35 -05:00
98d7c97f33 Merge pull request #7 from dersphere/language_tag
fixed language tag
2012-08-07 07:15:48 -07:00
15966b7f33 Merge pull request #6 from dersphere/german
german translation
2012-08-07 07:12:06 -07:00
38ae42a4ac fixed language tag
The language tag in addon.xml is meant for the language of the content it provides (not for the translations it has).
It is mainly used for hiding "foreign language addons" - this addon doesn't provide content and is meant to be usable in all languages.
2012-08-06 11:34:41 +02:00
db253a5022 german translation 2012-08-05 12:39:45 +02:00
7ca7912749 adding hardcoded strings to strings.xml - not fully localized yet 2012-08-03 15:44:02 -05:00
c409bf01a4 French translations 2012-08-02 07:49:07 -05:00
bc835eb37b version bump and changelog additions 2012-08-01 14:51:33 -05:00
2c2b87b861 added some encoding options to minimize international text from crashing addon 2012-08-01 14:50:07 -05:00
1e41f75df4 added french language translations and new icon - Thanks to mikebzh44 2012-08-01 14:49:40 -05:00
934f9b63e8 added check for key in vfs.py - Thanks Martijn! 2012-07-26 12:48:14 -05:00
9ac69e10db version bump 2012-07-24 12:57:44 -05:00
dd4aa8855a removed transparency from icon.png 2012-07-24 09:44:26 -05:00
03c65f3ffd bump to addon.xml for repo pull 2012-07-18 10:29:10 -05:00
7b582072bd Added verbose logging setting
modified vfs.py to filter out compressed files that xbmc treats as directories by default
2012-07-18 10:27:00 -05:00
acb1bb2de3 added some extra logging 2012-05-28 13:54:08 -05:00
b23ea5f35e added language tag to addon.xml 2012-05-25 19:39:38 -05:00
5163152ce8 when using vfs module need to cut off full file path 2012-05-25 16:02:23 -05:00
707bd61863 found old reference to os module replaced with vfs.pyo
added keymap and perperipheral_data folders to "config" area
2012-05-25 15:57:48 -05:00
842f56afd1 added catch so zip files are not treated as directories and also imported urllib to parse zip file names correctly 2012-05-23 16:03:04 -05:00
ce7a2acb90 filter out zipped files (caused errors) 2012-05-22 21:16:01 -05:00
bc9cc7d345 removed file handle and restore.txt file. now the filenames are written to a list in memory 2012-05-21 21:12:37 -05:00
0081169d11 closes #2 - added call to update the local addon folder after a restore operation 2012-05-04 14:54:26 -05:00
c5008dd84d this one too 2012-04-30 07:53:07 -05:00
20b15eb051 these were missed in the last commit 2012-04-30 07:52:22 -05:00
1d320cd601 added enum setting to make setting the remote path more understandable 2012-04-28 14:46:42 -05:00