Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding battery example, notification ticker and gps example update #183

Merged
merged 6 commits into from
Mar 14, 2016

Conversation

kiok46
Copy link
Contributor

@kiok46 kiok46 commented Dec 31, 2015

Here is the screen shot of the battery example on android device.

screenshot_2015-12-31-20-10-27

And a screenshot showing the notification ticker (at the top).

scre

def notify(self, title='', message='', app_name='', app_icon='',
timeout=10):
def notify(self, title='', message='', ticker='', app_name='', app_icon='',
timeout=10):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a new keyword argument should happen at the end of the argument list, or people using them with direct values ("app name" instead of app_name="app name") will get a breakage.

@kiok46
Copy link
Contributor Author

kiok46 commented Mar 14, 2016

@tshirtman updated!, please check if it's ok. 😄

@tshirtman
Copy link
Member

Looks good to me :) 👍

tshirtman added a commit that referenced this pull request Mar 14, 2016
Adding battery example, notification ticker and gps example update
@tshirtman tshirtman merged commit efb7fa4 into kivy:master Mar 14, 2016
@kiok46 kiok46 deleted the battery_example_and_noti_ticker branch March 14, 2016 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants