1.3.0 (2017-03-23)
Implemented enhancements:
- Feature Request: Alarms #8
Closed issues:
- Notification.notify crashes android app #296
- GPS android crash on launch #288
- Send SMS feature not working #261
- gps.configure() results in exception #257
- v1.2.4 archive not available via github #234
- SyntaxError in wifi.py for Linux #230
- New PyPi release please, to fix static jfieldID not valid for class java.lang.Class<org.renpy.android.PythonActivity> #229
- Drag-and-drop: originate in Kivy, drop in some external app #228
- GPS Issue after in iOS after last changes in plyer #224
- battery.status isCharging always shows false #221
- GPS example only updating location once #217
- uniqueid.id raises exception on Windows #212
- Redundant libs folder #209
- accelerometer on Android with Kivy Launcher 1.9.0 not working #206
- Camera on android doesn't return to app #200
- android compass suggestion #195
- more example code to the docs #166
- Mail API on linux raises error NameError: name 'Email' is not defined #131
- native gui widgets #124
- android: using gps app cannot resume from pause #112
- Please upgrade pypi ! #94
- UniqueID using OpenID #83
- Display the notification in the right places #78
- Python3 All The Plyer! #12
Merged pull requests:
- Modify readme #308 (malverick)
- Add version tags in light and temperature facade #307 (malverick)
- Android ambient temperature sensor #293 (malverick)
- Android light sensor #292 (malverick)
- Plyer android proximity sensor #287 (malverick)
- Plyer android pressure sensor #286 (malverick)
- Update readme and plyer/__init__.py #285 (malverick)
- Plyer android gravity sensor #283 (malverick)
- Add on_pause function #274 (malverick)
- uniqueid_facade #270 (bhaveshAn)
- add bin and .buildozer directory to .gitignore #259 (malverick)
- pep8 fixes #250 (malverick)
- update code #249 (kiok46)
- Adding small examples in facade files #237 (kiok46)
- Fix TypeError if
LANG
is not set in on osx #232 (ForeverWintr) - fix #230 #231 (kiok46)
- fix gps issue for ios #225 (kiok46)
- Fixed issue #221 #223 (Warlord77)
- Add flash example #219 (kiok46)
- Make gps request parameters configurable #218 (kiok46)
- Wifi Facade. OSX, Windows, Linux #213 (kiok46)
- add sms for ios #203 (kiok46)
- check android for namespace, otherwise use renpy #199 (kived)
- fix p4a revamp #198 (kived)
- Rewrite notification on Mac using PyOBJus #192 (andong777)
- Call for ios #191 (kiok46)
- Note on requirements for iOS #187 (doratoa)
- Adding battery example, notification ticker and gps example update #183 (kiok46)
- Call and dial for android #181 (kiok46)
- Dial or Call for android #180 (kiok46)
- Added accuracy argument to on_location call. #174 (lipi)
- Introduce camera access for ios and a example. #167 (akshayaurora)
- macosx: fix incorrect method name in filechooser #165 (kived)
- linux email import fix #151 (thegrymek)
- Merge android columns #148 (dessant)
- Camera example #41 (trivedigaurav)
v1.2.4 (2015-06-01)
Implemented enhancements:
- Update platform check code #109
Closed issues:
- webhook test #142
- Sync style check updates from the Kivy repo #141
- GPS on android doesn't work (a strange error) #136
- Create toast notification facade for Android and iOS #126
- uniqueid.id empty on linux. #114
- Gyroscope Support for iOS #111
- AndroidUniqueID doesn't use Android ID #107
- OverflowError: Python int too large to convert to C long [android lollipop] #103
- Feature request: ability to open browser to a particular page #98
- AndroidGPS list GPS Provider but use hardcoded "gps" #54
- Email Support for Android < 4.0 #42
Merged pull requests:
- style fixes #147 (dessant)
- add pydev files to gitignore #146 (dessant)
- Plyer style guide update #145 (thegrymek)
- Plyer audio for android with facade and example #144 (thegrymek)
- fix versionchanged tag #143 (dessant)
- update info about support email for android<4.0 #140 (thegrymek)
- added plyer.facade to setuptools package #139 (thegrymek)
- splitted facades #138 (thegrymek)
- Inclement orientation #135 (thegrymek)
- remove unused variables #134 (thegrymek)
- fix #107 - Use Android_ID instead of IMEI #133 (aron-bordin)
- vibrator for android v < 4.0 #129 (thegrymek)
- PEP8 and typo fixes in MacOS X file chooser. #123 (robertjerovsek)
- pep8 - removed unused imports and variables #122 (thegrymek)
- Pep8 fix #121 (laltin)
- add video recoding to Camera facade and camera.py #120 (pspchucky)
- Use environ to change LANG to 'C' while calling shell processes #119 (trivedigaurav)
- add IrBlaster facade and Android implementation #118 (kived)
- Android gps.py: fixed location provider cycling #117 (JimmyStavros)
- iOS GPS support #116 (laltin)
- use environ to change LANG to 'C' while calling lshw #115 (tshirtman)
- responds to issue 109 kivy#109 #110 (AlbericC)
- Add file chooser facade and support for Linux and Windows #106 (Depaulicious)
1.2.3 (2015-01-27)
1.2.2 (2015-01-27)
Closed issues:
- NotImplementedError: No usable implementation found! whith usable implementations on the system. #108
- Gyro example #101
- Notification is not working in android #93
- plyer.notification.notfy() raises NotImplementedError under Python 3.3 in Linux but not Python 2.7 #58
Merged pull requests:
1.2.1 (2014-08-19)
Implemented enhancements:
- Feature Request: codec-independent sound player #2
Closed issues:
- Battery status connected is actually isCharging #84
- Email Support for Windows #36
- Accelerometer Support for OSX #29
- Email Support for Linux #28
- Email Support for iOS #25
- TextToSpeech Support for iOS #24
Merged pull requests:
- fix print statement #92 (dessant)
- iOS UUID facade #90 (trivedigaurav)
- Removing build_ext from plyer #89 (trivedigaurav)
- iOS Email Facade #88 (trivedigaurav)
- iOS Battery #86 (trivedigaurav)
- Change connected to isCharging #85 (trivedigaurav)
- Return None until sensor data is available #82 (trivedigaurav)
- Update compass.py #80 (ChrisCole42)
- Use whereis_exe to check for binaries #79 (trivedigaurav)
- Update compass.py #77 (ChrisCole42)
- Maintenance #75 (trivedigaurav)
- facade docstring revision #74 (dessant)
- Query Battery info/status #73 (trivedigaurav)
- Revert "Activity was imported twice" #71 (trivedigaurav)
- Fix tabbing #70 (trivedigaurav)
- Gyroscope facade proxy declarations #69 (trivedigaurav)
- Linux accelerometer facade #68 (trivedigaurav)
- Update README.rst #67 (trivedigaurav)
1.2.0 (2014-06-24)
Implemented enhancements:
- Feature Request: Add adjustable timeout option to Windows notification #13
- Changes notify to use ctypes instead of win32gui so we could use unicode. #18 (matham)
- User-specified icon support for Windows notifications #11 (brousch)
- Added Vibrator facade and android implementation #6 (inclement)
Closed issues:
Merged pull requests:
- Plyer Unique ID facade #66 (trivedigaurav)
- Switched to pyjnius #63 (trivedigaurav)
- Update README #62 (trivedigaurav)
- Gyroscope Facades #60 (trivedigaurav)
- Ios compass #59 (trivedigaurav)
- Plyer compass facade #57 (trivedigaurav)
- Update README #56 (trivedigaurav)
- Using sudden motion sensor as accelerometer on OSX #55 (trivedigaurav)
- Added sms facade, example and android implementation #52 (mihaineacsu)
- add Mac OS X email support #49 (Depaulicious)
- add Windows email support #48 (Depaulicious)
- added Linux email support #47 (Depaulicious)
- Add compat module, remove decoding of strings in notification #46 (matham)
- Created an accelerometer example. Uses garden graph to plot the values #39 (trivedigaurav)
- Shows an error popup if there is no TTS #38 (trivedigaurav)
- Text to Speech Example #37 (trivedigaurav)
- readme typo corrected #15 (ghost)
- Introduce dbus notification #10 (akshayaurora)
- Added an email facade and basic android implementation #5 (inclement)
- Tts #1 (brousch)
* This Change Log was automatically generated by github_changelog_generator