mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
remove '-dev' suffix from names, tackles #444
This commit is contained in:
parent
b0d7421458
commit
c067c2b700
4 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
<application android:name=".ApplicationContext"
|
||||
android:icon="@mipmap/ic_launcher_dev"
|
||||
android:label="Delta Chat dev"
|
||||
android:label="Delta Chat"
|
||||
android:supportsRtl="true"
|
||||
tools:replace="android:allowBackup"
|
||||
android:allowBackup="false"
|
||||
|
@ -90,7 +90,7 @@
|
|||
</activity>
|
||||
|
||||
<activity android:name=".ConversationListActivity"
|
||||
android:label="Delta Chat dev"
|
||||
android:label="Delta Chat"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/TextSecure.LightNoActionBar"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
||||
|
|
|
@ -188,9 +188,9 @@ android {
|
|||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
defaultConfig {
|
||||
versionCode 412
|
||||
versionName "0.98.2"
|
||||
applicationId "chat.delta.androidii"
|
||||
versionCode 537
|
||||
versionName "0.100.0"
|
||||
applicationId "com.b44t.messenger.beta"
|
||||
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<TextView style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Delta Chat dev"
|
||||
android:text="Delta Chat"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
|
|
|
@ -61,7 +61,7 @@ public class ApplicationDcContext extends DcContext {
|
|||
public volatile boolean isScreenOn = false;
|
||||
|
||||
public ApplicationDcContext(Context context) {
|
||||
super("android-dev");
|
||||
super("Android");
|
||||
this.context = context;
|
||||
|
||||
File dbfile = new File(context.getFilesDir(), "messenger.db");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue