Git Product home page Git Product logo

pifire-android's People

Contributors

weberbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pifire-android's Issues

Android 12

The app seems to keep crashing in Android 12. Sorry dont have anymore details.
pifire crash

Issue with Server Maybe?

Describe the bug

OK, I am not sure if this is expected behavior, but when I was trying to setup the Android App today - I found that I couldn't manually enable OneSignal in the WebUI settings page.

image

And when I went to look at the app.py code, I found that it only had the following for OneSignal setup - but no input for enabling.

		if('delete_device' in response):
			DeviceID = response['delete_device']
			settings['onesignal']['devices'].pop(DeviceID)

		if('edit_device' in response):
			if(response['edit_device'] != ''):
				DeviceID = response['edit_device']
				settings['onesignal']['devices'][DeviceID] = {
					'friendly_name' : response['FriendlyName_' + DeviceID],
					'device_name' : response['DeviceName_' + DeviceID],
					'app_version' : response['AppVersion_' + DeviceID]
				}

Or, was this by design? I can get the app to connect to my server if I go and manually update my settings.

Steps to Reproduce

  1. In PiFire WebUI, go to settings > notify
  2. Toggle enable for OneSignal
  3. Save

Try to connect via App, and it will fail.

Expected Behavior

No response

PiFire Android Version

v1.4.1

PiFire Server Version

v1.3.1

Mobile Device

Nexus 7

Additional Context

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.