ElderDrivers / EdXposedManager

Companion Android application for EdXposed
https://edxp.meowcat.org/
GNU General Public License v3.0
1.78k stars 247 forks source link

Ui fix #51

Closed Palatis closed 4 years ago

Palatis commented 4 years ago
  1. escape various unescaped single-quote in nb translation (so it compiles...)
  2. current known-issue message indicates you to click on a TextView to open up the remote link (in a browser), use a Button for that instead. also, don't show the button when there's actually no URL to "goto".
  3. fix potential crash when updating the backed data in the TabsAdapter. this rarely happens, but it did happen on me a few (really few) times.