1. 04 Jul, 2020 6 commits
  2. 02 Jul, 2020 3 commits
  3. 01 Jul, 2020 1 commit
    • waffshappen's avatar
      Fix release build XLint error for translations · cef14d45
      waffshappen authored
      Due to the accidental safety>N<et the release build would fail with XLint complaining about a missing default translation. Correcting this to be in line with the actual translation fixes the build error.
      
      
      Xlint Error in Question: 
      
      ```res/values-in/strings.xml:106: Error: "safetyNet_api_error" is translated here but not found in default locale [ExtraTranslation]
          <string name="safetyNet_api_error">Kesalahan API SafetyNet</string>```
      cef14d45
  4. 30 Jun, 2020 3 commits
  5. 29 Jun, 2020 5 commits
  6. 28 Jun, 2020 2 commits
  7. 27 Jun, 2020 4 commits
  8. 25 Jun, 2020 3 commits
  9. 21 Jun, 2020 3 commits
  10. 20 Jun, 2020 8 commits
  11. 19 Jun, 2020 2 commits
    • topjohnwu's avatar
      Update su request process · 43146b83
      topjohnwu authored
      Due to changes in ec3705f2, the app can
      no longer communicate with the dameon through a socket opened on the
      daemon side due to SELinux restrictions. The workaround here is to have
      the daemon decide a socket name, send it to the app, have the app create
      the socket server, then finally the daemon connects to the app through
      the socket.
      43146b83
    • topjohnwu's avatar
      Fix colors in su request dialog · b71b4bd4
      topjohnwu authored
      b71b4bd4