improvements #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "mwarning/luna-tracker:improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A bunch of several improvements.
Features:
Layout changes:
Code cleanup:
62d2f9deb4
tob389197fb1
f92d27db28
tob389197fb1
b389197fb1
to897b7bcf93
897b7bcf93
to5df3b31e64
Hello @mwarning , thank you for the contribution! You've done a lot of work and it's very organized and easy to review.
It seems all perfect to me except for a part of the
replace dp with sp
commit, because the textviews inactivity_main.xml
containing emojis are used as images, so they should stay at the same size independently of the system font scale settings. No need to change the commit, btw, I'll going to merge this pull request and change it only where needed.Thank you a lot!
PS: for the next time it's better to create a PR on the develop branch, so that if there's a version already in publishing, the PR can be merged anyway and published later. Thank you!
hi @penguin86, thanks a lot for merging. I went with the dp/sp change because android studio suggested it.
Next time I will target the development branch. :)