Ecosyste.ms: OpenCollective

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

github.com/kivy/plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://github.com/kivy/plyer

Fix pep8 failures, and apply black formatting where applicable. (#788)

47fbce1feb49828c300acca5933be0ca970a33f5 authored about 1 year ago by Mirko Galimberti <[email protected]>
Add (now mandatory) `.readthedocs.yaml` file, add docs extras and update sphinx conf (#787)

d16addd9d950105da664c4c5963d3d922cd5263b authored about 1 year ago by Mirko Galimberti <[email protected]>
Make doc structure consistent and up-to-date (#786)

* Make doc structure consistent and up-to-date

This is part of an effort to make the Kivy sib...

fee1bb2c534904dbc273f5089cac1ce5c267009b authored about 1 year ago by Julian <[email protected]>
Create `no-response.yml` (#783)

Support the no-response bot.

Direct copy of the kivy/kivy one.

8c0e11ff2e356ea677e96b0d7907d000c8f4bbd0 authored about 1 year ago by Julian <[email protected]>
fix downloads folder issue (#753)

9c874abc68f7706d959a1350747827479df68c23 authored about 1 year ago by Dexer <[email protected]>
fix _get_sdcard_dir for Android API < 24 (#781)

9d96fe56f241e03728ec4fffde9b58ddc50f0ee5 authored about 1 year ago by Dexer <[email protected]>
Merge pull request #754 from DexerBR/patch-2

Fixed issue accessing sd_card path in newer Android APIs

d8a2b3d16b12fc54667744a092a453ad007c9448 authored over 1 year ago by Akshay Arora <[email protected]>
Merge pull request #755 from DexerBR/patch-3

Fixes error when selecting a file from the `Documents` option in newer Android APIs

d94d5f9a8491269869228500b098312045372a96 authored over 1 year ago by Akshay Arora <[email protected]>
Merge pull request #756 from SomberNight/202304_fix_android_notification_sdk31

android: fix notification.notify() for sdk>=31, by setting new req flag

5bd3807d17d0f7aaf04e4c01b89e5bc3efccbb0b authored over 1 year ago by Akshay Arora <[email protected]>
Merge pull request #750 from rshah713/master

Add iOS implementation for Maps facade

4b811ebd4179382a5068c5d50a3de65a4f7c333a authored over 1 year ago by Akshay Arora <[email protected]>
:pencil2: Fix github.ref typo on coverage upload (#762)

This led to the coverage never being uploaded for this job

0d4135bb26420ad29e8db1f229ac2ff3b1118ba2 authored over 1 year ago by Andre Miras <[email protected]>
Fix typo on supported matrix for `SMS` (#760)

dfc26182c08ed4fbb24219214b718ef938459936 authored over 1 year ago by Rohan Shah <[email protected]>
Revert "whoops"

This reverts commit 50806c39724c75ee4529b6cc32b97c267b95d881.

aeac0aaac4e352cf166cd1bf51b825710fa98f6e authored over 1 year ago by Rohan Shah <[email protected]>
whoops

50806c39724c75ee4529b6cc32b97c267b95d881 authored over 1 year ago by Rohan Shah <[email protected]>
android: fix notification.notify() for sdk>=31, by setting new req flag

fixes https://github.com/kivy/plyer/issues/702

see https://developer.android.com/about/versions...

5262087c85b2c82c69e702fe944069f1d8465fdf authored over 1 year ago by SomberNight <[email protected]>
Fixes error when selecting a file from the Documents option in newer APIs

da41ed2bbbeec40cbab89af42ae5cbc3a2f68c46 authored over 1 year ago by Dexer <[email protected]>
update to match sd_card path changes

9b65ab43c91291b65a9f197da570c51e40bfb4dc authored over 1 year ago by Dexer <[email protected]>
Fixed issue accessing sd_card path in newer APIs

a50e355ac6bc05128a4988e7f329b6c6cd0e7f28 authored over 1 year ago by Dexer <[email protected]>
Fix docs rendering

76a7f8eff0ce02931402ba23d1a0bb6793e203c8 authored almost 2 years ago by Rohan Shah <[email protected]>
Merge pull request #665 from HyTurtle/master

Address LocationListener java method added with API31

6fb47d9d71e02d70b9c0bae8a391daa1aaa76710 authored almost 2 years ago by Mathieu Virbel <[email protected]>
update supported platforms

386f07fb25722aeacce3c970859c376af891b144 authored almost 2 years ago by Rohan Shah <[email protected]>
Update README

f152489e96281d17c0cad8f46e57924d15452ab4 authored almost 2 years ago by Rohan Shah <[email protected]>
Add iOS implementation

bcba3f37176648f47d9e20c3ff07c88265f35561 authored almost 2 years ago by Rohan Shah <[email protected]>
YADFileChooser: s/--file-selection/--file/ (#745)

YAD removed support for its --file-selection option, which was an alias for --file, in commit 50...

36ce4f4e3efd1d6e5c7ec76c44e3c31cc934f6ed authored almost 2 years ago by barries <[email protected]>
Add Maps example (#742)

* Add Maps example

* Style changes

* Fix E302

4d323401aafb46651cbf8f1e861786c4953989a9 authored almost 2 years ago by Rohan Shah <[email protected]>
Add Maps facade + macOS Maps implementation (#732)

* Implement Maps facade

* Create Maps proxy

* Fix style

* style rules 2nd pass

* Rev...

630457fb716e65304c023471cc48d0e12b19932c authored almost 2 years ago by Rohan Shah <[email protected]>
feat(android-filechooser): Implement save file method (#728)

* feat(android-filechooser): Implement save file method

* style: Fix lint errors

Co-author...

06ed8e31c47a1bc83babc9f1a1f98862e34ce44b authored almost 2 years ago by Leestarb Original <[email protected]>
SMS support for macOS (#712)

* SMS support for macOS

* 1st pass at style fix

* 2nd pass at style fixes

* 3rd time th...

b98b3692e69dda415ccba3aedf995ec841d571e1 authored about 2 years ago by Rohan Shah <[email protected]>
Bump to 2.2.0.dev0 for development (#726)

5f59ab181f60115d65cf3ee80a2c3ebf3e767e45 authored about 2 years ago by Mirko Galimberti <[email protected]>
Update CHANGELOG.md for release 2.1.0 (part 2) (#725)

28b2363fc596b269f899366e01e932baefe533bb authored about 2 years ago by Mirko Galimberti <[email protected]>
action-gh-release now uses github.token (#724)

47ba3b0889fabf4c32a31bf94dcc9b43ff601d66 authored about 2 years ago by Mirko Galimberti <[email protected]>
Update CHANGELOG.md for release 2.1.0 (#722)

* Update CHANGELOG.md for release 2.1.0

* Add version bump to CHANGELOG

d1a0ea8e82fa8a7d6f8706494f46b2b2c7abd464 authored about 2 years ago by Mirko Galimberti <[email protected]>
Bump version to 2.1.0 for release (#723)

358c0d4a6da3740afccb5f1973ad4cb65fdf2069 authored about 2 years ago by Mirko Galimberti <[email protected]>
Bump action-gh-release to a newer version (#721)

6a98a713c80acab91ae3bd155417c19fa0051ff3 authored about 2 years ago by Mirko Galimberti <[email protected]>
Update supported Python versions (#720)

6505fc44af9926021d086b57fa740143ee7396a3 authored about 2 years ago by Mirko Galimberti <[email protected]>
Merge pull request #711 from misl6/fix/fixes-some-E275

Fixes some E275. + other minor PEP8 fixes

924e406043768d3e8696b90778dc1ac16d6e1081 authored about 2 years ago by Akshay Arora <[email protected]>
Fixes some E275

2d38bc16691e60ea16d8d5342e660c32c99bec78 authored about 2 years ago by Mirko Galimberti <[email protected]>
Document linux support for orientation (#709)

* Update README for orientation

* Add linux into supported platforms

9663f3d4d7fae513c08d5b37989f521bade5f562 authored about 2 years ago by Rohan Shah <[email protected]>
Document supported platforms for humidity (#704)

* Document supported platforms for humidity

95832b6f0ac2cdddd5c333e101af32a3dca2a407 authored over 2 years ago by Rohan Shah <[email protected]>
Keyword should only hold name of license (#701)

* Keyword should only hold name of license

In accordance with pypa/twine#425

* Correct license...

6152a4224adc1b2736a2f4ee71cdafc756ef57c2 authored over 2 years ago by Rohan Shah <[email protected]>
Document supported platforms in native filechooser (#700)

* Document supported platforms in native filechooser

484a333e9a95952f9b826c2cad2dabb775e01e3b authored over 2 years ago by Rohan Shah <[email protected]>
Fix Keystore comment to point at correct class (#697)

9c353b0684a9a3a1bc2640974e44fdc71f5417c3 authored over 2 years ago by Rohan Shah <[email protected]>
Fix supported platforms for barometer (#695)

330023d6096ac86b54b4c841fdd97dd134675648 authored over 2 years ago by Rohan Shah <[email protected]>
Add missing platforms in audio (#694)

* Fix supported platforms for audio

* Minor fix to OS name

Co-authored-by: Mirko Galimbert...

c4ccbdc09c9c01d7ad3151e3d69634aced513d37 authored over 2 years ago by Rohan Shah <[email protected]>
Clear documentation for Processors (#689)

* Update processors docstring

* Add processors to README

* Fix style for ubuntu continuous...

4075dc7c0d10880da4fac0f78fe13a54c1c08629 authored over 2 years ago by Rohan Shah <[email protected]>
hints is a dict, not a list. (#692)

6ee2fde61b715a1ff9207645dfccd9d04cc4a867 authored over 2 years ago by Mirko Galimberti <[email protected]>
Fixes style check (#691)

* Fixes style check for keystore

* Fixes style on notification, storagepath, filechooser

a4653459cd4825f1146ac5f855aefc4380342a8b authored over 2 years ago by Mirko Galimberti <[email protected]>
Merge pull request #633 from ljnath/add-contributors-in-readme-file

Added contributors in readme.md file

055d9e4476bebebc90d89ccee1f70313e2c157cd authored over 2 years ago by Akshay Arora <[email protected]>
Merge pull request #639 from olumidesan/transient_linux_notifications

Enabled transient notifications on Linux

bdba28b100cef43e941101878873e46249e823e1 authored over 2 years ago by Akshay Arora <[email protected]>
Merge pull request #646 from rski/master

linux/storagepath: fixup a host of issues

e248597c684fe1875048e66d3006e8e23a5c9be4 authored over 2 years ago by Akshay Arora <[email protected]>
Update Documentation for DeviceName

24dc23f29c15357b6d34bcc9d90c1a9faa6a082d authored over 2 years ago by Akshay Arora <[email protected]>
Merge pull request #680 from JakobDev/notificationportal

Use xdg-desktop-portal for Notification inside Flatpak

06c7f9d6d04b66e4a263241245c00141d7093b52 authored over 2 years ago by Akshay Arora <[email protected]>
Merge pull request #688 from rshah713/master

Create clear documentation for Keystore

2be7b318d945072bc4fde41d6108cfc4758cecab authored over 2 years ago by Akshay Arora <[email protected]>
Add Keystore docstring to correct keystore file

Accidentally created new keystore in prev commit, create docstring in correct (existing) keystore

797d2fe3eeff1c4bd82965a628ca02b83143344b authored over 2 years ago by Rohan Shah <[email protected]>
Revert "Create docstring for Keystore"

This reverts commit 4900a32670763b95b1ca4ed396b469cf3e3c6e05.

ce69faa6473f61f49e2d78be9f0d8c1ec66426b2 authored over 2 years ago by Rohan Shah <[email protected]>
Create docstring for Keystore

Create and modify docstring for Keystore facade

4900a32670763b95b1ca4ed396b469cf3e3c6e05 authored over 2 years ago by Rohan Shah <[email protected]>
Add Keystore to README

Make multiplatform support of Keystore clear in README

76fe3be187a10684dfa8f8b1f76fcba877599909 authored over 2 years ago by Rohan Shah <[email protected]>
Merge pull request #685 from Neizvestnyj/patch-4

Added tick in ios native file chooser row

a698349525d2bfc04c17e0a4c644b391d1c7dd51 authored over 2 years ago by Akshay Arora <[email protected]>
Added tick in ios native file chooser row

59f9ae1c2c4257e4a68f4965f7fce43dbc6a80aa authored over 2 years ago by Neizvestnyj <[email protected]>
Update gps.py

04aa4406bcab39fb0a1f71e649cb11a7b2ad42c2 authored over 2 years ago by HyTurtle <[email protected]>
Use xdg-desktop-portal for Notification inside Flatpak

2fe4a9df1f5e0d3e45d9a8a504bc63610528194c authored over 2 years ago by JakobDev <[email protected]>
More robust way to get application icon on Android for notification (#669)

8a6ae053beb1c19ff792ca3bc795417511e49f72 authored over 2 years ago by rdb <[email protected]>
:zap: Fix pep8 violations (#678)

* :zap: Fix pep8 violations

* :alien: Rename vsd_card variable for consistency

43c4d284530be1ad40b93efdfd001090e1aaab65 authored over 2 years ago by Richard Larkin <[email protected]>
Merge pull request #677 from kivy/fix/CICD_checks

:hammer: Fix pep 8 failure for CICD

c2c7b149a704e874a86d625dbe6391a7002a96d6 authored over 2 years ago by Mirko Galimberti <[email protected]>
android 11+ compatibility Documents folder (#672)

for android 11+ it is not possible to capture the real path of the files inside the documents fo...

806e90a78215b25d481fe305fff3f2f7d58f21c8 authored over 2 years ago by MoonPyx <[email protected]>
:hammer: Fix pep 8 failure for CICD

8ee69e939c6a6227a80437f0027909f213b13e7d authored over 2 years ago by Richard Larkin <[email protected]>
Merge pull request #670 from rdb/robust-android-detection

Use sys.getandroidapilevel for more robust Android detection

2179cd09ff9abaa7172cf92c56ee7e512df56838 authored over 2 years ago by Akshay Arora <[email protected]>
Merge pull request #676 from AdamMusa/fix_readme_file

fix some errors in readme file

890aa391cdd5ea7ba5c452700ba32b68cc0042bf authored over 2 years ago by Akshay Arora <[email protected]>
fix some errors in readme file

42b9db93f5a237e026c61f9fc1118963f48736b8 authored over 2 years ago by AdamMusa <[email protected]>
Added the ability to track the closure of the file manager without selecting content (#667)

* Added the ability to track the closure of the file manager without selecting content
* extrac...

b2896c0d43ed4a6f0bf74ad5594c2ad21ccbc4e2 authored over 2 years ago by Neizvestnyj <[email protected]>
Use sys.getandroidapilevel for more robust Android detection

9ca72034b546b5bcfecaf32e326ada5f9cd882fd authored almost 3 years ago by rdb <[email protected]>
Fix bug, when user cancels filechooser, `on_selection` does not dispatch (#666)

8dc622e8d42ede763bd47fe5e7299ead0f482689 authored almost 3 years ago by Neizvestnyj <[email protected]>
Update gps.py

java List correction

1f84fcd24a44877522a8e2edf885c708e8158466 authored almost 3 years ago by HyTurtle <[email protected]>
Update gps.py

Add onLocationChangedList to account for onLocationChanged method added in API31

699cd3f086df741074b1c447aa701f07a6250e94 authored almost 3 years ago by HyTurtle <[email protected]>
Merge pull request #655 from kivy/Fix-LowBuffer-1

Bigger buffer, allows large selection

7a71707bdf99979cdacf2240d823aefa13d18f00 authored about 3 years ago by Akshay Arora <[email protected]>
Bigger buffer, allows large selection

Fixes Crash due to low buffer for selecting large number of files > 100
Ref: https://mail.pytho...

d87c44642f5606554dfd4fe5d70b741cdb241bdc authored about 3 years ago by Akshay Arora <[email protected]>
Merge pull request #652 from psyrykh/fix/save-file-dialog-kde-kdialog

fix: fix filechooser save dialog for the KDE

836adc1259868b7d46291ea1e019b8814db756ae authored about 3 years ago by Akshay Arora <[email protected]>
fix: fix filechooser save dialog for the KDE

5b7632748112f0863d06fe2efec1ddfdb57faa0b authored about 3 years ago by psyrykh <[email protected]>
Merge pull request #648 from masterjoseph914/master

Change R$drawable to R$mipmap in notification.py for android platform

7ac7b4515a052f7752dff856d851b5e430080588 authored about 3 years ago by Akshay Arora <[email protected]>
Change the Drawable in notification.py

25f0830d836cb9997ef94161568c276ebf9c7059 authored about 3 years ago by Mark Joseph Caisip <[email protected]>
Update icon to presplash

Changing Drawable.icon to Drawable.presplash in line 100 of notificaiton.py

adb12b647cbf581586bb4292bd6abcd3fac8f0c6 authored about 3 years ago by Mark Joseph Caisip <[email protected]>
linux/storagepath: Revamp handling of user-dirs

- dont assume that ~/.config/user-dirs.dirs exists
- don't assume it does have contents or the r...

f803697a1fe4fb5e9c729ee6ef1997b8d64f3ccd authored over 3 years ago by Romanos Skiadas <[email protected]>
linux/storagepath: Fixup DOCUMENTS to DOCUMENT

this is the right name according to the XDG spec, and the key used in
the default paths dict

99dabb2d62248fc3ea5705c2720abf71c9fc378b authored over 3 years ago by Romanos Skiadas <[email protected]>
Explicitly specified hints argument

538afa1478b46366de2ef548555f7e632fbb750c authored over 3 years ago by olumidesan <[email protected]>
Change `PythonActivity` java class (#642)

7617bdba4ead0bd2768e40a942100a0d9d89a0ae authored over 3 years ago by Neizvestnyj <[email protected]>
Implemented passing other arguments to `notify-send`

a4266d39ff6c163da28600f9f7f77dd0b9dfa79f authored over 3 years ago by olumidesan <[email protected]>
Added other keyword arguments to `notify` method

aa3e75802667e1beef5bd0a578d827dc6ee0f9e1 authored over 3 years ago by olumidesan <[email protected]>
updated-device-name-implementation-for-backward-compatibility (#634)

* Changed devicename api from android.provider.Settings.Global to android.os.Build for backward ...

0c226e1fbc2f70d713654aa6443488d71b31af93 authored over 3 years ago by Lakhya Jyoti Nath <[email protected]>
Added contributors in readme.md file

8b68684f5fea2c00896a09b2b8c62ebb833d0481 authored over 3 years ago by Lakhya Jyoti Nath <[email protected]>
Fixed pep8 errors (#632)

* Fixed pep8 errors

* fixed few more errors

* added Exception in except statement

27a611f6eaaac1ab077c9fd3869a448fb30391ff authored over 3 years ago by Lakhya Jyoti Nath <[email protected]>
Removed python2.6|7 reference and added reference for python 3.6|7|8 (#631)

43d86749740780ec50628b2c3505bdbb32a49292 authored over 3 years ago by Lakhya Jyoti Nath <[email protected]>
Support to get android device name or hostname for linux and windows (#630)

* Added device-name facades
* added device-name support for android
* Added Linux api for Devi...

daf23c31a57bcd28db8c6e05651029498530df4a authored over 3 years ago by Lakhya Jyoti Nath <[email protected]>
Merge branch 'Guhan-SenSam-filechooser_android'

c17fd019cc49ae62a3a1d7aaec2ba6ad39035b74 authored over 3 years ago by quanon <[email protected]>
use multiple kwarg to specify if chooser allows multiple choice

182030683a5d5faab8eab6c57ecf1ad1a4f06ab1 authored over 3 years ago by quanon <[email protected]>
Removed whitspaces

d7265b9d48bd6bd9359f8c6c123c2776b213faa7 authored over 3 years ago by Guhan Sensam <[email protected]>
Updated URI processing for multiple file select

7176f86f673fe7155120057121df567de5d23fcc authored over 3 years ago by Guhan Sensam <[email protected]>
Removed Whitespaces

a307f62e4c4e169635d82885b0716b681f146a18 authored over 3 years ago by Guhan Sensam <[email protected]>
Added multiple file select

Added the ability to allow for multiple file selection on android filechooser

d6672e4538a2b0c6c2499804da98cfb34e3370d4 authored over 3 years ago by Guhan Sensam <[email protected]>
Merge pull request #624 from kivy/kengoon-master

#611 add filters for file chooser on android

c773bcd72f1d90f2aa62671ca15aadf97ad22b1d authored over 3 years ago by Akshay Arora <[email protected]>
added an empty string alternative if kwargs does not have "filters" key

8bf6a99668ed730a806edf177b4ed2348c858cd4 authored over 3 years ago by kengoon <[email protected]>