ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

#17, #116: Tag glitching after deletion fixed, Crash handling for no activity found #261

Closed pgpathan22 closed 2 years ago

pgpathan22 commented 2 years ago

Solves #17 and #116.

kirillt commented 2 years ago

This PR seems to solve #193 but not #116 at the moment.

pgpathan22 commented 2 years ago

This PR seems to solve #193 but not #116 at the moment.

This PR only include crash issue of #116 which is mention here (https://github.com/ARK-Builders/ARK-Navigator/pull/229#issuecomment-1086224762): Process: space.taran.arknavigator, PID: 28207 android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.EDIT dat=content://space.taran.arknavigator.provider/external/Download/test.txt typ=text/plain flg=0x3 (has extras) } For plain text preview, we have #116.

kirillt commented 2 years ago

Please, sync with main branch to enable crash reporting in this PR.

pgpathan22 commented 2 years ago

Please, sync with main branch to enable crash reporting in this PR.

Done.