antercepter / pushfish-android

The PushFish android client. Ready for Hacktoberfest πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Pushfish Android Client Circle CI License

This is the pushfish android client. It currently uses google GCM to send and receive messages. This means that any message that is directed at the android client will go through google. The client is licensed under BSD 2 clause just like the rest of the project.

Download latest apk

Permissions explained

The permissions used by Pushfish might seem a bit broad but they all have a reason:

  • Read phone status and identity:
  • This is needed to generate the device uuid that authenticates the device with the server.
  • Take pictures and videos:
  • This is needed to make sure we can scan QR codes to register new services.
  • Control flashlight/vibration and prevent phone from sleeping:
  • This makes sure we can receive notifications.

Screenshots

Pushfish push listing material Pushfish push listing Subscriptions

About

The PushFish android client. Ready for Hacktoberfest πŸŽ‰

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%