a-chris / medium-no-thanks

Workaround to avoid Medium paywall on your Android device.
Apache License 2.0
81 stars 4 forks source link

Added external medium urls #9

Closed elias123tre closed 2 years ago

elias123tre commented 2 years ago

Added urls: towardsdatascience.com betterprogramming.pub plainenglish.io

Feel free to edit, I don't know what I'm doing.

a-chris commented 2 years ago

thanks for the PR, I think the code is ok but before to merge this change I'm thinking about adding a notification in case a new release is available because I will need to release a new .apk every time we add new urls like you did here. It may take some time because I have not touched Android code in the last year

sorry for the delay

elias123tre commented 2 years ago

I see. I would however apreceare some build instructions for the project so I can compile an apk myself. I tried compiling it with both the grade script and android studio but got neither working. What workflow do you use to build the app?

P.S. no problem with the delay, I know how it can be to get familiar with an old code-base again