Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45389bf8 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Gitignore

parent 4ed73f6f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,7 +31,13 @@ gen/

# Ignore gradle files
.gradle/

# Build outputs
build/
app/fdroid/release/
app/fdroid/debug/
app/play/release/
app/play/debug/

# Local configuration file (sdk path, etc)
local.properties
+8 −0
Original line number Diff line number Diff line
@@ -15,7 +15,11 @@ but I haven't had the time yet.
Without Firebase, you may want to still change the default `app_base_url` in [strings.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/strings.xml)
if you're self-hosting the server. Then run:
```
# To build an unsigned .apk (app/build/outputs/apk/fdroid/*.apk)
./gradlew assembleFdroidRelease

# To build a bundle .aab (app/fdroid/release/*.aab)
./gradlew bundleFdroidRelease
```

## Building with Firebase (FCM, Google Play flavor)
@@ -25,7 +29,11 @@ To build your own version with Firebase, you must:
* And change `app_base_url` in [strings.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/strings.xml)
* Then run:
```
# To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
./gradlew assemblePlayRelease

# To build a bundle .aab (app/play/release/*.aab)
./gradlew bundlePlayRelease
```

## License

TESTING.md

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Testing

## Manual testing steps

* Upgrade from old version
* Subscribe to topic
  * With instant delivery
  * With other server
* Main view
  * Multi-delete 
  * Toggle global mute
* Detail view
  * Toggle per-topic mute
  * Send message while in detail view (should show notification)
  * Check if notifications get canceled when sending message
  * 
    

app/.gitignore

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
/build