Fixed IllegalArgumentException exception on some activities when

changing orientation
This commit is contained in:
Juan Miguel Boyero Corral 2013-03-25 12:35:20 +01:00
parent d2c193f5c7
commit 6e5ee7b77b

View File

@ -63,46 +63,46 @@
android:name=".modules.rollcall.Rollcall"
android:label="@string/rollcallModuleLabel"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.RollcallConfigDownload"
android:label="@string/rollcallModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.sessions.NewPracticeSession"
android:label="@string/sessionModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.sessions.SessionsHistory"
android:label="@string/rollcallHistoryModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.sessions.SessionsList"
android:label="@string/sessionModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.students.StudentsHistory"
android:label="@string/studentsHistoryModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.rollcall.students.StudentsList"
android:label="@string/sessionModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.Groups"
android:label="@string/rollcallModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name="com.google.zxing.client.android.CaptureActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden" >
@ -115,31 +115,31 @@
<activity
android:name=".modules.Courses"
android:label="@string/coursesModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.notifications.Notifications"
android:label="@string/notificationsModuleLabel"
android:theme="@android:style/Theme.NoTitleBar" >
android:theme="@android:style/Theme.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.tests.Tests"
android:label="@string/testsModuleLabel"
android:theme="@android:style/Theme.NoTitleBar" >
android:theme="@android:style/Theme.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.tests.TestsQuestionsDownload"
android:label="@string/testsModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.tests.TestsConfigDownload"
android:label="@string/testsModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.tests.TestsMake"
android:configChanges="orientation|screenSize"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:label="@string/testsModuleLabel"
android:theme="@android:style/Theme.NoTitleBar">
</activity>
@ -152,7 +152,7 @@
<activity
android:name=".modules.notifications.NotificationItem"
android:label="@string/notificationsModuleLabel"
android:theme="@android:style/Theme.NoTitleBar" >
android:theme="@android:style/Theme.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.Notices"
@ -168,33 +168,33 @@
<activity
android:name=".modules.downloads.DirectoryTreeDownload"
android:label="@string/documentsDownloadModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.downloads.GetFile"
android:label="@string/documentsDownloadModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.downloads.DownloadsManager"
android:label="@string/documentsDownloadModuleLabel"
android:theme="@android:style/Theme.NoTitleBar"
>
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.groups.MyGroupsManager"
android:label="@string/myGroupsModuleLabel"
android:theme="@android:style/Theme.NoTitleBar" >
android:theme="@android:style/Theme.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.GroupTypes"
android:label="@string/groupTypesModuleLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<activity
android:name=".modules.groups.SendMyGroups"
android:label="@string/sendMyGroupsProgressTitle"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
</activity>
<provider