vishesh / sealnote

Android app for keeping encrypted notes
https://play.google.com/store/apps/details?id=com.twistedplane.sealnote
MIT License
78 stars 50 forks source link

FIX: App crashes when password is null or tags are retrieved from parcel FIXES #25 #29

Closed rohitramkumar308 closed 7 years ago

rohitramkumar308 commented 7 years ago
vishesh commented 7 years ago

LGTM. Thanks for fixing this!

Just an advice for next PR. You don't have to make new PR for each update. If you do, git push --force the PR will automatically update itself. So for example. for this issue you created 3 PRs, you could have just force pushed each time and the original PR would have updated itself. Me or @akshatgoel can help you out with that in future if you like.

@akshatgoel : Can you please take a look as well, make the build and do a quick-run? I currently don't have Android environment setup and it can take a while otherwise. If everything looks good from your end too, its all good for merge.

rohitramkumar308 commented 7 years ago

Great. Thanks for the advice.