Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed the IDE forgetting the Authentication dialog. Oops.
Browse files Browse the repository at this point in the history
Also, the .classpath keeps derping.
  • Loading branch information
indrora committed Feb 11, 2014
1 parent 20862d4 commit 4042f0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
Expand Down
8 changes: 8 additions & 0 deletions application/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:name="indrora.atomic.activity.ConversationActivity"
android:windowSoftInputMode="adjustResize|stateHidden" >
</activity>

<activity
android:name="indrora.atomic.activity.AuthenticationActivity"
android:label="@string/authentication"
android:theme="@android:style/Theme.Dialog" >
</activity>


<activity
android:name="indrora.atomic.activity.AboutActivity"
android:label="@string/about_label"
Expand Down

0 comments on commit 4042f0e

Please sign in to comment.