ad2ddfa22f
added dropbox settings
2012-10-22 14:33:53 -05:00
77f138e159
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-10-22 14:21:03 -05: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
5caeff23c9
restored __init__.py files
2012-10-22 13:53:01 -05:00
7bed37a6c2
Merge pull request #18 from robweber/master
...
Merge Master with Frodo
2012-10-16 07:35:33 -07: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
6b5b465121
update changelog and version bump
2012-09-28 09:15:39 -05:00
28e3d08f0c
added string value for backup rotation setting
2012-09-28 09:15:20 -05:00
db7021d97e
Merge branch 'frodo-dev' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-09-19 11:44:39 -05:00
272ea8b8a9
added backup rotation closes #10
2012-09-19 11:43:36 -05:00
a3724657c7
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-09-13 09:54:03 -05:00
3892a16778
Merge pull request #16 from robweber/master
...
Merge Master with Frodo
2012-09-13 07:53:36 -07: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
dd39dc182e
forgot utils import
2012-09-12 15:34:13 -05:00
719a189de6
Merge branch 'master' into frodo-dev
...
Conflicts:
addon.xml
changelog.txt
default.py
resources/lib/backup.py
2012-09-12 15:30:54 -05:00
557771ee95
Merge branch 'frodo-dev' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-09-12 15:04:28 -05:00
2cf9356f9c
created backup.py in prep for pull from master
2012-09-12 15:03:46 -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
dff28f2653
Merge pull request #12 from robweber/master
...
Update Frodo branch
2012-08-28 17:18:18 -07:00
402964c144
fixes #11
2012-08-28 19:15:34 -05:00
377d7cd58d
Merge branch 'frodo-dev' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-08-20 14:37:32 -05:00
d908f23d72
merge with master moved 0.2.0 info
2012-08-20 14:36:57 -05:00
92b74eb41c
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-08-20 14:36:16 -05:00
3d1729b721
Merge pull request #8 from robweber/master
...
Merge with Master
2012-08-20 12:34:48 -07:00
39a7278a31
flipped changelog version order
2012-08-20 14:32:14 -05:00
38b2c0b535
updated addon.xml and changelog.txt
2012-08-20 14:29:28 -05:00
e4f25f174f
removed VFS library, now using xbmcvfs exclusively
2012-08-20 14:27:35 -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