Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LibreELEC/service.libreelec.settings

the LibreELEC settings addon for KODI
https://github.com/LibreELEC/service.libreelec.settings

Merge pull request #163 from antonlacon/le10-backup-filter

filter certain paths from backup

7f4fd4532d0c90b4b93bb2e5a3d21f4c9fb58522 authored almost 4 years ago by Christian Hewitt <[email protected]>
make filenames used to trigger resets generic

Signed-off-by: Ian Leonard <[email protected]>

f7abfcf229b70aec246dfd0459bce37854997680 authored almost 4 years ago by Ian Leonard <[email protected]>
Merge pull request #216 from antonlacon/le10-fixes

Fix backup creation

d8796af7ff4d2a8566e8ea35de957cb1e922bbab authored almost 4 years ago by mglae <[email protected]>
Spanish translation of syncing disks

Signed-off-by: Ian Leonard <[email protected]>

7dbfc6149fadb553ab2c56d5933bc9224004e25a authored almost 4 years ago by Ian Leonard <[email protected]>
system.py: sync disk after finishing creating backup

Signed-off-by: Ian Leonard <[email protected]>

b5160d1084439bb436fc832ede51567a98d31c4a authored almost 4 years ago by Ian Leonard <[email protected]>
Wizard: call xbmc.executebuiltin('UpdateAddonRepos') early

98e7d5f514eae45cccb065f87a938a9b65d2412b authored almost 4 years ago by mglae <[email protected]>
Merge pull request #217 from flubshi/updates_fix_invalid_pattern_handling

Handle invalid regex pattern in updates

cd0a3372f11945f147d76f5ea70f051603c25533 authored almost 4 years ago by CvH <[email protected]>
Merge pull request #218 from flubshi/check_setting_value_if_none_before_join

Check if setting is None before join

63d17ea4bfa4aa17c62be1878c6165bfb00150a6 authored almost 4 years ago by CvH <[email protected]>
system.py: init more variables for cross function use

Prior to this commit, creating a backup generates an error:

ERROR <general>: SETTINGS: system.d...

983d201207a3205c4a1424ad6a003ab6a38f8a37 authored almost 4 years ago by Ian Leonard <[email protected]>
Check if setting is None before join, fixes 'TypeError: can only join an iterable'

b347e7568bfd6bc07fd7a7f9002b00ec681c2a0c authored almost 4 years ago by flubshi <[email protected]>
Handle invalid regex pattern in updates

4727a79c9d0751d8686b7eec8b3823bafdf608ad authored almost 4 years ago by flubshi <[email protected]>
oe.py: cleanup timestamp

Signed-off-by: Ian Leonard <[email protected]>

56ecd8865821f555e1a3786a71a98c6e026a807e authored almost 4 years ago by Ian Leonard <[email protected]>
Merge pull request #215 from antonlacon/le10-wizard

oeWindows.py: fix language pack installation after first run wizard

3851b2469d89d79b21e426ce0ada5da8619c8a3a authored almost 4 years ago by CvH <[email protected]>
oeWindows.py: fix language pack installation after first run wizard

This resolves:

ERROR <general>: installaddon called with invalid number of parameters (should b...

bd565b215aed45d7dfde2639340b665ac0cd94f6 authored almost 4 years ago by Ian Leonard <[email protected]>
Merge pull request #214 from mglae/le10_no_log_function_info

Use only debug logging for @log.log_function()

890d67f22f8ab3fdd7a3dcd5d328150d77952e83 authored almost 4 years ago by CvH <[email protected]>
Use only debug logging for @log.log_function()

476a8d918442da23646fa01bb3296fca9fc74350 authored almost 4 years ago by mglae <[email protected]>
filter certain paths from backup

Signed-off-by: Ian Leonard <[email protected]>

d65acfa31f0a88cff9a8bfbd8822b7b94aa57e26 authored almost 4 years ago by Ian Leonard <[email protected]>
Merge pull request #212 from mglae/le10_silent_debug_log

log.py: avoid log spam, only debug log to kodi if $DEBUG is set

c11de70894f34d25ce4028fa0ac342843bb430b7 authored almost 4 years ago by Matthias Reichl <[email protected]>
log.py: avoid log spam, only debug log to kodi if $DEBUG is set

Reimplmentation of LE 9.2 (and older) feature

0dbe4ea196f81a1990a29bf41427f5ac38c6d74f authored almost 4 years ago by mglae <[email protected]>
Merge pull request #213 from lrusak/bluetooth

Bluetooth: finish moving to dbussy

cdb040654f764669c07e8815b2785df392e97b57 authored almost 4 years ago by CvH <[email protected]>
don't use async when listening updating the gui

crashes can easily happen if we aren't careful

d3d7a7822683129f6da3ace522817a596517204d authored almost 4 years ago by Lukas Rusak <[email protected]>
return early if already discovering

cc73af4023d5b79b02cd825073b3fb13ef5c380c authored almost 4 years ago by Lukas Rusak <[email protected]>
say bye bye to dbus-python

229761f9c4648d761faaed638a5f3e83b365a10d authored almost 4 years ago by Lukas Rusak <[email protected]>
add obex listener class and use new agent class

dbcb0eb4cc047ff1060ac3b68c6790edf893cf2f authored almost 4 years ago by Lukas Rusak <[email protected]>
add bluetooth listener class and use new agent class

4d50c168fa24d07d034208d17c10ba20871ae554 authored almost 4 years ago by Lukas Rusak <[email protected]>
Merge pull request #211 from mglae/le10_no_executebuildin_reboot

Work around deadlock when calling xbmc.executebuildin(Reboot)

0e4e1c57cb77c39c29e241d11fd5e1158b5978e2 authored almost 4 years ago by Christian Hewitt <[email protected]>
Work around deadlock when calling xbmc.executebuildin(Reboot)

5a63da8f510a78a50b085658e79e0e1644b9d501 authored almost 4 years ago by mglae <[email protected]>
Merge pull request #209 from thoradia/agents

bluetooth.py: migrate agents to ravel

e0ed780c670d1cd2aa0b099a1391e124d8aa9bb0 authored almost 4 years ago by CvH <[email protected]>
Merge pull request #210 from mglae/le10_default_waitonnetwork

Enable Wait On Network by default (need change in service).

248e7874586966ed1f7177dc8f85e3b3eec95a7a authored almost 4 years ago by CvH <[email protected]>
dbus_obex: use agent class

345c0c6bf998d37437598fadedbd2caf87e6b139 authored almost 4 years ago by thoradia <[email protected]>
dbus_bluez: use agent class

1a4e3d56f8f219b585b7e5a7e9508bbd40b9aa13 authored almost 4 years ago by thoradia <[email protected]>
dbus_utils: split monitor in agent and listener

0e0cf2140ca33bbd32b0a80852259fb0d44cd7cc authored almost 4 years ago by thoradia <[email protected]>
dbus_utils: add monitor class

8634f6d6c3815e1f5d7a693063744920f101dfd3 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: wip

a72ec59c1e45f47c4444ea54e86a09c7d95f6933 authored almost 4 years ago by thoradia <[email protected]>
Enable Wait On Network by default (need change in service).

23ffdb60611d95f7d2f357bd9980e9f04693ddfa authored almost 4 years ago by mglae <[email protected]>
bluetooth.py: migrate bluez agent

44b1b7d716ce88a2180c5e495fb3141c9344a391 authored almost 4 years ago by thoradia <[email protected]>
connman.py: tidy up

375b61bfe49e0d21e7c18d34c1b5150143af7a41 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: remove test code

b46eb5cc9e1f9767a89a2fe6e1ea0cda2f59c36a authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: migrate last method

19cac9ea6936ff59942a2939c088b8fb37b60f7d authored almost 4 years ago by thoradia <[email protected]>
connman.py: minors

77f0ce0f9429c55754a4aed65bbf0a1af9c39342 authored almost 4 years ago by thoradia <[email protected]>
Merge pull request #208 from thoradia/updates

updates.py: cleanup

95572552935d62063f984b3127b22f0c3eb1dec6 authored almost 4 years ago by CvH <[email protected]>
service.py: gracefully stop close the event loop

97ffd94db9c69aaad47032e9c312c0f2be0fc790 authored almost 4 years ago by thoradia <[email protected]>
updates.py: move data out of code

a59b5b471e5ea80c172dda70d70124ef5cd260e6 authored almost 4 years ago by thoradia <[email protected]>
updates.py: use log function

cfb96ad3c2fc261d22763175023170a26aa68021 authored almost 4 years ago by thoradia <[email protected]>
Merge pull request #207 from thoradia/bluetooth

bluetooth.py: migrate to ravel

e7559693978aa2adc9854f968bf955eeeab62de4 authored almost 4 years ago by Christian Hewitt <[email protected]>
updates.py: directly refer to oe

1927611b367668296543db1ca0585b1c3d169201 authored almost 4 years ago by thoradia <[email protected]>
system.py: delegate hostname

7a7ede4e48140deaf6678863f6505712c418d9bc authored almost 4 years ago by thoradia <[email protected]>
connman.py: gracefully handle errors

54a8ac0b24e89c25666032fafdd70d9c9643b222 authored almost 4 years ago by thoradia <[email protected]>
refactor some

9c0c4f5def0ee521de162ed4287cbf5e2c799d08 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: migrate some method calls to ravel

a73e8318f37122274318f62b0b57ff0aaa23d2ae authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: None is the default argument of menu_connections

372d5b93b66c2f880c9138f1f4a663efa4a69c8b authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: migrate device part 1

abaffc6df9f7a4e7e7a8909f3f1ca4b6a224441e authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: correct constistent typo

653d0c8cf3841838c8382aadae84c2f02e247714 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: disconnect_device_by() is never referred to

f0a112de07e4c59cf2278809a0a6d459209e88d8 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: remove unused code

2acd3113f7d9a87ec2f2350120250e88daf6243e authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: correct init_adapter call

9e18d4bc431eee928f630129467399e5811d7507 authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: rewrite adapter

2b898fd811678358a94ea4ceda38ca52555b1d50 authored almost 4 years ago by thoradia <[email protected]>
Merge pull request #205 from Portisch/fix_load_file

oe: fix 'load_file' encoding for Python 3

29bf2370f13354183e40aea0707d4d2c752c49a7 authored almost 4 years ago by Christian Hewitt <[email protected]>
Merge pull request #206 from thoradia/connman_no_python_dbus

connman.py: remove dbus python

d7d893f42cbd82719056d63747010abc652c4937 authored almost 4 years ago by CvH <[email protected]>
connman.py: order and silence

e0006c8602cdf539125a4cbd0063f9ee619afa9b authored almost 4 years ago by thoradia <[email protected]>
bluetooth.py: refer to LEGACY_SYSTEM_BUS

739678572e96bcd43d022e3a8ff71cb12219f4c7 authored almost 4 years ago by thoradia <[email protected]>
oe.py: drop dbus

5828015a431986dc564ea8c62b4c89613e92064c authored almost 4 years ago by thoradia <[email protected]>
oe.py: drop dbus.mainloop.glib

aa6f8842c93c71f6674ce4a7fd179c04fa396fd0 authored almost 4 years ago by thoradia <[email protected]>
connman.py: do not send empty settings

6d61a45d9e825c98ff6aec1ba0c151356190bff6 authored almost 4 years ago by thoradia <[email protected]>
connman.py: python dbus be gone

0e9c52a2d8d3ece6a853916b0f205d6cfef2fadf authored almost 4 years ago by thoradia <[email protected]>
connman.py: remove dbus 1

534507c8e1e9c65e33aed31a8708d06da54b9112 authored almost 4 years ago by thoradia <[email protected]>
connman.py: split data from code

d588211bf3b61ec214bf455432a0cf5e04a6a44b authored almost 4 years ago by thoradia <[email protected]>
Makefile: correct date

2431036317a9733d99be46f9036a1e822a9efe08 authored almost 4 years ago by thoradia <[email protected]>
oe: fix 'load_file' encoding for Python 3

1968e863b93e6ac0e1aed157d28c4cc52874778b authored almost 4 years ago by Portisch <[email protected]>
Merge pull request #204 from thoradia/good_news

addon.xml: good news

3cf8fcdd1f7ddaff2a39f98201737454e458b8d9 authored about 4 years ago by CvH <[email protected]>
addon.xml: good news

9bc229877a84d121da3d7ac2861920fc5443c155 authored about 4 years ago by thoradia <[email protected]>
Merge pull request #203 from thoradia/makefile

File layout and Makefile

3878b066c5fe9464bc726252696530b761b0ecab authored about 4 years ago by CvH <[email protected]>
Makefile: add header

5df45eb6aa8d7f5b9060fee8ea8d75e4ff0be837 authored about 4 years ago by thoradia <[email protected]>
Makefile: simplify

276d1f350da3e4ddb3781f2c947a3bd9a1eccce6 authored about 4 years ago by thoradia <[email protected]>
move changelog.txt to news of addon.xml

38d2d678214bef152323db5296419428a45d5698 authored about 4 years ago by thoradia <[email protected]>
use add-on file layout

57d56388bc79d19b757be0df4de6163e530f2c72 authored about 4 years ago by thoradia <[email protected]>
Merge pull request #202 from thoradia/bluetooth_cleanup

bluetooth.py: cleanup

4294fe8aecd1ef23d449de949f43c176b9eeac7e authored about 4 years ago by CvH <[email protected]>
bluetooth.py: directly refer to oe

9d9bb910aa521921bf2637e6c0d4cb5ddba33791 authored about 4 years ago by thoradia <[email protected]>
bluetooth.py: use log decorator

3a0d6414254fbf7482059a04bfb94dcf3283e54e authored about 4 years ago by thoradia <[email protected]>
Merge pull request #201 from thoradia/debug_log

log.py: set default log level to DEBUG

c28f4630f3d070e4e54a96ee8d7899aa7c6a9708 authored about 4 years ago by CvH <[email protected]>
log.py: set default log level to DEBUG

6c9724c38710ac5203988a2dd6fc546902f7c053 authored about 4 years ago by thoradia <[email protected]>
Merge pull request #200 from antonlacon/wizard

Small cleanup of services.py

06e0152dab32134f343d54e72f418ebc71ce86ef authored about 4 years ago by CvH <[email protected]>
Merge pull request #199 from antonlacon/system

Small cleanup pass over system.py

dbb0e30f4ae99f433cdde0c3cd3b1d950e65fc21 authored about 4 years ago by CvH <[email protected]>
system.py: no need to repeatedly define xbmcDialog

Signed-off-by: Ian Leonard <[email protected]>

48ed65ef4d62f82ed1337a62d287f178d2228e38 authored about 4 years ago by Ian Leonard <[email protected]>
system.py: drop unused imports

Signed-off-by: Ian Leonard <[email protected]>

11a9f334e562e7b32bda51ca68345c4b568c210d authored about 4 years ago by Ian Leonard <[email protected]>
services.py: use with blocks for reading files

Signed-off-by: Ian Leonard <[email protected]>

374b9b946c75a6308c7f3565a618183407c1464e authored about 4 years ago by Ian Leonard <[email protected]>
services.py: make better use of fstrings

Signed-off-by: Ian Leonard <[email protected]>

7ddf55d2c3a97210fcf9bdf199868f802edace87 authored about 4 years ago by Ian Leonard <[email protected]>
services.py: rename init_obex to initialize_obex

Signed-off-by: Ian Leonard <[email protected]>

c759d7a559a41d675638b0f1c905b18a0e55f502 authored about 4 years ago by Ian Leonard <[email protected]>
services.py: rename init_bluetooth to initalize_bluetooth

Signed-off-by: Ian Leonard <[email protected]>

bea14af83ef1e8ae273260e7cba1723635b746aa authored about 4 years ago by Ian Leonard <[email protected]>
services.py: set service state once on init; standardize autostart testing

Signed-off-by: Ian Leonard <[email protected]>

610e310f27c22d697d036efe5632b56440f076c5 authored about 4 years ago by Ian Leonard <[email protected]>
services.py: drop unused imports and vars

Signed-off-by: Ian Leonard <[email protected]>

5d4756dc3455d36de3b9c80d2ac90842c8f4fb9d authored about 4 years ago by Ian Leonard <[email protected]>
Merge pull request #198 from thoradia/wifi_agent

connman.py: rewire wifi agent

9896ae8434e49c0ee7dfbb6f16d078ca1c90c5bb authored about 4 years ago by CvH <[email protected]>
connman.py: use log

54b57decbe9a751a17d8523e256b6e25c9e2279e authored about 4 years ago by thoradia <[email protected]>
connman.py: migrate tethering to ravel

3e9111c2f92578200f3243629145481fe6df4757 authored about 4 years ago by thoradia <[email protected]>
system.py: use log

5f7b20a1c3d8d2f5d602a6c05bbbf472cdbb1f06 authored about 4 years ago by thoradia <[email protected]>
services.py: use log

a1de75b051d71f14675af5a0fcdc086ff596486c authored about 4 years ago by thoradia <[email protected]>
system.py: use log

e66525cfacd1583ba91318afa4686f64d0a58f1d authored about 4 years ago by thoradia <[email protected]>
system.py: directly refer to oe

e068d32fe11a215cbe85ad27723e5a66d5893429 authored about 4 years ago by thoradia <[email protected]>
services.py: use log decorator

da9c533fc3b3d157b76ef896b1a7a0476baf4d67 authored about 4 years ago by thoradia <[email protected]>
services.py: use log

4480b2b7c001ad740dc767223a1d5a395b190f65 authored about 4 years ago by thoradia <[email protected]>