billing permission

This commit is contained in:
Mike Schwörer 2018-11-11 19:36:58 +01:00
parent 90d8b46179
commit ac681065fa
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 35 additions and 2 deletions

View File

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.blackforestbytes.simplecloudnotifier">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.vending.BILLING" />
<application
android:allowBackup="false"

View File

@ -96,4 +96,34 @@ public class SCNApp extends Application implements LifecycleObserver
{
isBackground = false;
}
}
}
/*
==TODO==
- Pro mode
- no ads
- more quota
- restore pro mode
- send pro state to server
- prevent duplicate-send
- send custom msg-id in API
- prevent second ack on same msg-id
- more in-depth API doc on website (?)
- perhaps response codes in api (?)
- test notification channels
- publish (+ HN post ?)
- Use for mscom server errrors
- Use for bfb server errors
- Use for transmission state
- Message on connnection lost (seperate process - resend until succ)
- Message on connnection regained
- Message on seed-count changed
*/

View File

@ -63,6 +63,7 @@
<ImageView
android:id="@+id/ivPriority"
android:tint="#BBB"
android:visibility="gone"
android:layout_width="24dp"
android:layout_height="24dp"