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

Commit 4042f0e

Browse files
committed
Fixed the IDE forgetting the Authentication dialog. Oops.
Also, the .classpath keeps derping.
1 parent 20862d4 commit 4042f0e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

application/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
3+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
44
<classpathentry kind="src" path="src"/>
55
<classpathentry kind="src" path="gen"/>
66
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>

application/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
6363
android:name="indrora.atomic.activity.ConversationActivity"
6464
android:windowSoftInputMode="adjustResize|stateHidden" >
6565
</activity>
66+
67+
<activity
68+
android:name="indrora.atomic.activity.AuthenticationActivity"
69+
android:label="@string/authentication"
70+
android:theme="@android:style/Theme.Dialog" >
71+
</activity>
72+
73+
6674
<activity
6775
android:name="indrora.atomic.activity.AboutActivity"
6876
android:label="@string/about_label"

0 commit comments

Comments
 (0)