-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Fastlane structure for F-Droid inclusion
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The official DontKillMyApp app is here - make apps finally work properly even if you do not own a Pixel. | ||
|
||
Helps you set up your phone background tasks so that your apps can finally work for YOU even when not looking at the screen right now. | ||
|
||
See how is your phone doing and test different settings with DontKillMyApp benchmark. | ||
|
||
Features: | ||
• DKMA benchmark: Measure how aggressively is your phone killing background apps | ||
• Guides: Get actionable steps to overcome most background process restrictions | ||
• Make a change:️Help smartphones stay smart by sharing your benchmark report to dontkillmyapp.com | ||
|
||
DontKillMyApp is a benchmark tool to see how well does your phone support background processing. You can measure before setting up your phone, then go through the setup guides and benchmark again to see how much has your phone been slacking in the background. | ||
|
||
You can share your report through the app to the maintainers of the dontkillmyapp.com website who compile it and base the overall negative score on it. | ||
|
||
How does the benchmark work? (Technical!) | ||
|
||
The app starts a foreground service with a wake lock and schedules repetitive task on the main thread, a custom thread executor and schedules regular alarms (AlarmManager.setExactAndAllowWhileIdle). Then it calculates executed vs. expected. That's it! | ||
|
||
For more details check the code. The app is open source available it https://github.com/urbandroid-team/dontkillmy-app | ||
|
||
Special thanks to Doki (github.com/doubledotlabs/doki). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The official DontKillMyApp app is here - make apps finally work properly even if you do not own a Pixel. | ||
|
||
Helps you set up your phone background tasks so that your apps can finally work for YOU even when not looking at the screen right now. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DontKillMyApp ✌️ Make apps work |