doubledotlabs / doki

An Android library that displays information from dontkillmyapp.com to users in a clean and presentable manner.
https://jitpack.io/#dev.doubledot/doki
MIT License
169 stars 16 forks source link

Support for application name argument #7

Open isaiasmatewos opened 4 years ago

isaiasmatewos commented 4 years ago

Hey There,

Thank your for making doki!

Can you add support for app name url paramater:

e.g https://dontkillmyapp.com/xiaomi?app=AppNameHere

This allows you to use your apps real name in the guides and references.

Thanks

fennifith commented 4 years ago

Hmm, it looks like dontkillmyapp just finds all occurrences of the text "your app" on the page and replaces them with whatever you pass to the URL parameter. This should definitely be possible, if a bit strange to implement (lol)

isaiasmatewos commented 4 years ago

Yeah it's definitely possible, I could help with the implementation if you like