Giter Club home page Giter Club logo

soundwaves's Introduction

SoundWaves

SoundWaves is a free, libre and open source app for fetching and listening to podcasts.

Download from Google Play SoundWaves on fdroid.org

Help out

If you feel like helping out we are more than happy to accept any kind of help. There are a lot of programming - and non programming - tasks which needs to be done .

BETA Testing

You can opt in as a beta tester here: http://play.google.com/apps/testing/org.bottiger.podcast

Feedback, bug reports and feature requests

I, as many other developers, aim to produce the best possible application for my users :) However, this requires that I know what you want. If something (anything) is not working or a feature is missing, please create a bug report - it's a huge help.

Getting feedback from my users is the best way of knowing what I should priorities next.

Translations

If you want to help translate SoundWaves into your language please head over to: https://www.transifex.com/projects/p/soundwaves/

Unfortunately a (free) account is required.

UI Mockups

If you have ideas for the look and feel, but not able to help programming. Just send me a mock-up or two of how you would like the 'workflow' of the application should be, and I'll may be testing it out.

Privacy

SoundWaves takes privacy very seriously, and I try to do whatever I can do always behave in the users best interest.

If you are getting SoundWaves from source or the F-droid it will never share any data with anyone without your explicit consent. However, if you are getting SoundWaves from a proprietary app store, like the Play store, it will collect some anonymous information - like crash reports - in order for me to improve the quality.

Permissions

SoundWaves aims at not requesting any permissions it doesn't need. I am not quite there yet - but almost.

Basic internet access. SoundWaves also need to know the state of the current network connection in order know if the device is using a cellular connection.

  • INTERNET
  • ACCESS_WIFI_STATE
  • ACCESS_NETWORK_STATE

A wakelock is required in order to keep the device alive while downloading new episodes in the background.

  • WAKE_LOCK

Write access to the external storage is required in order to store episodes.

  • WRITE_EXTERNAL_STORAGE

Knowlegde of the phone state is required in order to pause an episode if there is an incomming phone call. Unfortunatly this permission also grants the app permission to various other capabilities like reading the phone number. However, this is never done and should be verified by anyone who is worried about it. The Android API for getting the phone number is called "getLine1Number" and does not appear anywhere in the source code. Expect for this readme file.

  • READ_PHONE_STATE

In order to start fetching new episodes in the background without starting the app first we need to get notified when the device has booted up.

  • RECEIVE_BOOT_COMPLETED

In order to synchronize the database to the cloud we use Android build in sync framework.

  • READ_SYNC_STATS
  • READ_SYNC_SETTINGS
  • WRITE_SYNC_SETTINGS

[Play store only] On the play store we can request access to Google Drive in order to provide free cross device synchronization.

  • GET_ACCOUNTS
  • USE_CREDENTIALS

Required in order to control the media player.

  • MEDIA_CONTENT_CONTROL

Legacy permission which will be removed in the near future.

  • VIBRATE
  • DOWNLOAD_WITHOUT_NOTIFICATION

soundwaves's People

Contributors

bottiger avatar smarquespt avatar

Watchers

 avatar  avatar

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.