Updated kodi settings on Lenovo
This commit is contained in:
44
Kodi/Lenovo/addons/script.module.dropbox/addon.xml
Normal file
44
Kodi/Lenovo/addons/script.module.dropbox/addon.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.module.dropbox"
|
||||
name="Dropbox API"
|
||||
version="10.3.1+matrix.1"
|
||||
provider-name="Dropbox">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
<import addon="script.module.requests" version="2.18.4"/>
|
||||
<import addon="script.module.six" version="1.14.0" />
|
||||
</requires>
|
||||
<extension point="xbmc.python.module" library="lib" /> <!-- entry to import this in other addons -->
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en_GB">Dropbox API</summary>
|
||||
<description lang="en_GB">Provide Dropbox Python API support</description>
|
||||
<description lang="he">התוסף מספק תמיכה ב-API Python Dropbox</description>
|
||||
<platform>all</platform>
|
||||
<license>Apache2</license>
|
||||
<website>https://www.dropbox.com/developers/documentation/python</website>
|
||||
<source>https://github.com/dropbox/dropbox-sdk-python</source>
|
||||
<news>
|
||||
v10.3.1+matrix.1 (2023-10-24)
|
||||
- fixes for strptime bug
|
||||
v10.3.1 (2020-08-10)
|
||||
- remove beta feature comments
|
||||
v10.3.0 (2020-07-15)
|
||||
- Update Readme
|
||||
- Fix error message for non-UTF8 strings
|
||||
- Make with_path_root() update existing headers rather than overwrite them
|
||||
- Add Close() method to _DropboxTransport to cleanup any network resources
|
||||
- Add default timeout to oauth flow finish calls
|
||||
v10.2.0 (2020-05-27)
|
||||
- support additional properties for Dropbox Teams
|
||||
v10.1.0 (2020-04-16)
|
||||
- support additional properties for Dropbox Teams
|
||||
v10.0.0 (2020-04-16)
|
||||
- support for PKCE
|
||||
- Added support for short lived access tokens
|
||||
- added support for scopes
|
||||
- requirements update
|
||||
v9.5.0 (2020-04-02)
|
||||
- support additional properties for Dropbox Teams
|
||||
</news>
|
||||
</extension>
|
||||
</addon>
|
||||
Reference in New Issue
Block a user