yoshistabber / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 0 forks source link

full screen mode not working #248

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.define full screen mode
2.
3.still normal screen

What is the expected output? What do you see instead?

What is the AnyMemo version (E.g 8.999.1, 9.0, 9.1.1)?

What is your Android phone model?

What is your Android version?

Original issue reported on code.google.com by shin...@gmail.com on 9 Aug 2013 at 8:27

GoogleCodeExporter commented 8 years ago
What AnyMemo version are you using?
What Android version are you using.

For the 8/9/2013's nightly build and Android 4.3, it works fine.

Original comment by mrlhwlib...@gmail.com on 9 Aug 2013 at 8:39

GoogleCodeExporter commented 8 years ago
Tried uninstall of the app, and reinstall the nightly build 22. Set to full 
screen, sti display ad normal screen for me.

Original comment by shin...@gmail.com on 9 Aug 2013 at 8:50

GoogleCodeExporter commented 8 years ago
I used huawei 9200, i assume its Android 4.0

Original comment by shin...@gmail.com on 9 Aug 2013 at 8:51

GoogleCodeExporter commented 8 years ago
What android version and phone model?

Original comment by mrlhwlib...@gmail.com on 9 Aug 2013 at 8:51

GoogleCodeExporter commented 8 years ago
Ok.. I think it is an bug in Google's new ActionBarCompat library. I will 
search if there are workarounds and I will report bug to google.

Original comment by mrlhwlib...@gmail.com on 9 Aug 2013 at 8:55

GoogleCodeExporter commented 8 years ago
I can not reproduce the issue in Android emulator 2.3. 4.0, 4.1 and 4.2. I will 
test on a Lenovo Android 4.0 phone to see if it happens.

If it doesn't happen, probably it is because your phone is not quite 
compatible. 

Take a note here, normal way to make Android Activity full screen is:
        requestWindowFeature(Window.FEATURE_NO_TITLE);
        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, 
                                WindowManager.LayoutParams.FLAG_FULLSCREEN);

However 
requestWindowFeature(Window.FEATURE_NO_TITLE);
will cause crash if used with ActionBarCompat.

So I remove this line. I can expect some problems, but I can't reproduce it.

Original comment by mrlhwlib...@gmail.com on 10 Aug 2013 at 7:41

GoogleCodeExporter commented 8 years ago
Mark this issue invalid since I can't reproduce the problem on all my devices 
and emulators.

Original comment by mrlhwlib...@gmail.com on 19 Dec 2013 at 2:23