openrtist icon indicating copy to clipboard operation
openrtist copied to clipboard

Android client suggestions

Open pspillai opened this issue 6 years ago • 2 comments

A few suggestions on improving the Android client.

  1. 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.
  2. 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.
  3. Add button to switch between front and rear camera while viewing (not just in the set up).
  4. Add button to save an image while viewing.

pspillai avatar Feb 23 '19 18:02 pspillai

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.

teiszler avatar Mar 11 '19 19:03 teiszler

I think at this point 1, 3 and 4 have been addressed.

jaharkes avatar Feb 14 '20 16:02 jaharkes