mirror of
https://gitlab.com/SoftwareTalent/FrasesDeAnime.git
synced 2026-02-24 14:03:46 +01:00
First release
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user