First release

This commit is contained in:
Kevin Puertas
2017-12-02 21:54:50 +01:00
parent a23cfb93fd
commit 205a238d5c
5 changed files with 13 additions and 5 deletions

View File

@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.jkanetwork.st.com.jkanetwork.st.frasesdeanime", appContext.getPackageName());
assertEquals("com.jkanetwork.st.frasesdeanime", appContext.getPackageName());
}
}

View File

@@ -262,6 +262,14 @@ class SQLiteHelper(ctx: Context) : ManagedSQLiteOpenHelper(ctx, "otaku.sqlite",
}
/** It returns to program that this sentence can't be seen */
fun getSentenceCanBeSeen(year: Int,month: Int, day: Int): Boolean {
//TODO, return 0 when if check this sentence will be "nothing", for disable button
return true;
}
}
// Access property for Context