Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01628e08 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

[Package] Change package

parent 480609b3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ android {
    compileSdkVersion 28
    buildToolsVersion "28.0.0"
    defaultConfig {
        applicationId "org.indin.blissiconpack"
        applicationId "foundation.e.blissiconpack"
        minSdkVersion 21
        targetSdkVersion 28
        versionCode 1
+0 −26
Original line number Diff line number Diff line
package org.indin.blissiconpack;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
 * Instrumentation test, which will execute on an Android device.
 *
 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
 */
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
    @Test
    public void useAppContext() throws Exception {
        // Context of the app under test.
        Context appContext = InstrumentationRegistry.getTargetContext();

        assertEquals("org.indin.blissiconpack", appContext.getPackageName());
    }
}
+1 −1
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

    package="org.indin.blissiconpack">
    package="foundation.e.blissiconpack">

    <application
        android:allowBackup="true"
+24 −4
Original line number Diff line number Diff line
@@ -75,6 +75,10 @@
        component="ComponentInfo{ws.xsoh.etar/com.android.calendar.AllInOneActivity}"
        drawable="calendar" />

    <item
        component="ComponentInfo{foundation.e.calendar/com.android.calendar.AllInOneActivity}"
        drawable="calendar" />

    <!-- Camera -->
    <item
      component="ComponentInfo{net.sourceforge.opencamera/net.sourceforge.opencamera.MainActivity}"
@@ -99,6 +103,10 @@
        component="ComponentInfo{io.eelo.mail/io.eelo.mail.activity.Accounts}"
        drawable="email" />

    <item
        component="ComponentInfo{foundation.e.mail/foundation.e.mail.activity.Accounts}"
        drawable="email" />

    <!-- Files -->
    <item
      component="ComponentInfo{com.android.documentsui/com.android.documentsui.LauncherActivity}"
@@ -119,6 +127,10 @@
        component="ComponentInfo{com.simplemobiletools.flashlight.debug/com.simplemobiletools.flashlight.activities.SplashActivity.Teal}"
        drawable="light" />

    <item
        component="ComponentInfo{foundation.e.light/foundation.e.light.activities.SplashActivity.Teal}"
        drawable="light" />

    <!-- Maps -->
    <item
        component="ComponentInfo{com.generalmagic.magicearth/com.R66.android.map.MapActivity}"
@@ -137,6 +149,10 @@
        component="ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationListActivity}"
        drawable="message" />

    <item
        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.feature.main.MainActivity}"
        drawable="message" />

    <!-- Music -->
    <item
        component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.HomeActivity}"
@@ -151,6 +167,10 @@
        component="ComponentInfo{it.niedermann.owncloud.notes/it.niedermann.owncloud.notes.android.activity.SplashscreenActivity}"
        drawable="notes" />

    <item
        component="ComponentInfo{foundation.e.notes/foundation.e.notes.android.activity.SplashscreenActivity}"
        drawable="notes" />

    <!-- Phone -->
    <item
        component="ComponentInfo{com.android.dialer/com.android.dialer.DialtactsActivity}"
+0 −17
Original line number Diff line number Diff line
package org.indin.blissiconpack;

import org.junit.Test;

import static org.junit.Assert.*;

/**
 * Example local unit test, which will execute on the development machine (host).
 *
 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
 */
public class ExampleUnitTest {
    @Test
    public void addition_isCorrect() throws Exception {
        assertEquals(4, 2 + 2);
    }
}
 No newline at end of file