woheller69 / gptAssist

gptAssist is a simple WebView wrapper for ChatGPT
GNU General Public License v3.0
226 stars 6 forks source link

Immersive/fullscreen mode #10

Closed GGORG0 closed 11 months ago

GGORG0 commented 11 months ago

The black navigation (gesture) bar and status bar look very out of place when paired with a gray-ish app background. Could it be possible to just set the background of the navigation and status bars to #343541 to make the app feel more immersive?

Screenshot_20230804-070935~2

woheller69 commented 11 months ago

Please try: -Uninstall -Remove .zip and install

gptAssist_immersive.apk.zip

GGORG0 commented 11 months ago

Sorry for the very late reply. It just made it even worse - the bars are not colored, but instead it completely hides the status bar, replacing it with black Screenshot_20230805-233606

GGORG0 commented 11 months ago

This is what I had in mind (just threw a screenshot in an editing program): Screenshot_20230805-234643

woheller69 commented 11 months ago

on my devices the new version completely removes the status bar what Android do you have?

GGORG0 commented 11 months ago

Well, I still want to have the status bar. I think I phrased it incorrectly - I don't want the android's "Immersive mode", which hides the status and navigation bars, but instead to change their color to make the app feel more immersive.

On the versiom you sent me, it does remove the status bar, but the system has to replace it with black space because of the hole-punch/notch camera. Google Pixel 6, Android 13

woheller69 commented 11 months ago

On phones without camera hole fullscreen mode will bring more space, so I will keep it. Changing the status bar color does not work with the theme currently used. Probably I would have to change to AppCompat Activity or Material design and just these libraries will make the app a factor of 5 bigger, so I won't do this...

GGORG0 commented 11 months ago

Fine, but I think that the status bar should be kept as ChatGPT isn't really an app that would require hiding all the important info that's located in the status bar, but thats just my opinion. I've only seen games and media apps do this...

woheller69 commented 11 months ago

Then I well keep it as it was before