openrtist
openrtist copied to clipboard
Android client suggestions
A few suggestions on improving the Android client.
- Have it query the server to find which style models are available. This will allow the server to be updated with new models independently of the client.
- The display aspect ratio is sometimes far different from the images -- allow an option to scale preserving the pixel ratio in addition to filing the screen.
- Add button to switch between front and rear camera while viewing (not just in the set up).
- Add button to save an image while viewing.
For 2, we now have a predefined set of resolutions which can be selected from in the Experimental settings section. We should try to compute a list of possible resolutions based upon those available on the device which would maintain the aspect ratio.
Addressed 4 in the upcoming release which corresponds to this commit.
Looking at using the Gabriel control mechanism to address 1.
I think at this point 1, 3 and 4 have been addressed.