pastthepixels / FreePaint

A vector graphics drawing app for Android.
GNU General Public License v3.0
70 stars 5 forks source link

Made the tool menu dynamic #29

Open jpcposth opened 4 months ago

jpcposth commented 4 months ago
name: Pull request
about: Request to have code merged into FreePaint
title: "Made the tool menu dynamic"

Checklist
In order for your pull request to be considered, please follow the checklist below. Ensure you have not deleted any points but instead checked them by replacing [ ] with [x] or clicking on the boxes.


Screenshots

pastthepixels commented 3 months ago

I wrote this on your other PR but because the same thing applies here I'll paste it:

Sorry I didn't make a PR template earlier - please follow the checklist here https://github.com/pastthepixels/FreePaint/blob/main/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Additionally since I use the main branch for stable releases, I've made a 1.3.0 branch; please rebase and try to merge to that instead.

Also, please add to your PR description what you mean by making the tool menu dynamic. (You don't need to have screenshots but they help!) I have some plans on what I want FreePaint's UI to look like (also undocumented right now but I'm working on that), plus for Android some seemingly easy solutions become very hard to maintain due to Android's UI libraries being all over the place, so I might be able to merge this code as-is or we might have to come up with a different solution.

Thanks!