add "no breastfeeding" setting to hide the breast feeding buttons (some women do not breastfeed, showing those options every time can be unnerving)
suppoort for 24h date picker
add view toggle eye for the webdav password field (makes it easiert to share the password)
add previous/next links to the event detail dialog (allows to see how long ago the previous mils was gives etc.)
Layout changes:
remove "Log event" title (saves some vertical space)
put connection progress bar to the right of "Logged events" title (saves some vertical space)
increase font size in event details dialog
remove stray character in time format string
Code cleanup:
make more strings translatable
replace deprecated / discouraged layout options (dp to sp, layoutMarginLeft to layoutMarginStart, ..)
remove unnecessary code
escape aprosthrophe in translations (Android Studio refuses to build it otherwise)
A bunch of several improvements.
Features:
* add "no breastfeeding" setting to hide the breast feeding buttons (some women do not breastfeed, showing those options every time can be unnerving)
* suppoort for 24h date picker
* add view toggle eye for the webdav password field (makes it easiert to share the password)
* add previous/next links to the event detail dialog (allows to see how long ago the previous mils was gives etc.)
Layout changes:
* remove "Log event" title (saves some vertical space)
* put connection progress bar to the right of "Logged events" title (saves some vertical space)
* increase font size in event details dialog
* remove stray character in time format string
Code cleanup:
* make more strings translatable
* replace deprecated / discouraged layout options (dp to sp, layoutMarginLeft to layoutMarginStart, ..)
* remove unnecessary code
* escape aprosthrophe in translations (Android Studio refuses to build it otherwise)
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 in activity_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!
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 in `activity_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!
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. :)
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. :)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
A bunch of several improvements.
Features:
Layout changes:
Code cleanup:
62d2f9deb4tob389197fb1f92d27db28tob389197fb1b389197fb1to897b7bcf93897b7bcf93to5df3b31e64Hello @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 spcommit, because the textviews inactivity_main.xmlcontaining 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. :)