clean up
@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.gultsch.chat"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="19" />
|
||||
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@android:style/Theme.Holo.Light" >
|
||||
<activity
|
||||
android:name="de.gultsch.chat.ui.ConversationActivity"
|
||||
android:label="Secure Conversations">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="de.gultsch.chat.ui.SettingsActivity"
|
||||
android:label="Settings"
|
||||
android:parentActivityName="de.gultsch.chat.ui.ConversationActivity" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="de.gultsch.chat.ui.ManageAccountActivity"
|
||||
android:label="Manage Accounts"
|
||||
android:parentActivityName="de.gultsch.chat.ui.ConversationActivity" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="de.gultsch.chat.ui.NewConversationActivity"
|
||||
android:label="@string/title_activity_new_conversation"
|
||||
android:parentActivityName="de.gultsch.chat.ui.ConversationActivity"
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:noHistory="true">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="de.gultsch.chat.ui.ConversationActivity" />
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
BIN
bin/classes.dex
@ -1,3 +0,0 @@
|
||||
# cache for current jar dependency. DO NOT EDIT.
|
||||
# format is <lastModified> <length> <SHA-1> <path>
|
||||
# Encoding is UTF-8
|
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 875 B |
Before Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.3 KiB |