- Refactor code for checking orientation
- Refactor getActionBar(), and recreate()
Full change log: https://github.com/calvinaquino/LNReade ... its/master
@erakk: cannot do the checking in Application level, because the method is under Activity Class, so I create an UIHelper class to reduce the redudant code. This class also used for those method which only available in Honeycomb, this also to clean up the SuppressLint warning so we can run the apk in Android 2.2 (API Level

To All: we need more tester, esp. for those different version. Currently I'm only tested the code in ICS (Android 4.0), and I think erakk is running Jelly Beans (Android 4.1). I see someone in the GitHub Issue Tracker is running using Honeycomb (3.1) and Gingerbread (2.3)