gingo
gingo
Please allow calling update() and insert() on model directly to avoid calling exists(), when one knows what kind of operation should be performed. Current implementation of save method is real...
Will be very handy to have a chance to enable debug loging with queries and its execution times.
Will be great to add support for WAL: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#enableWriteAheadLogging() and allow enabling cocurency when writing data in long-running transaction: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionNonExclusive() currently the database is locked for reads and background sync...
Could you please add Nexus 5 support?
Hi! PJON is really great library. I build my own simple protocol based on it for my smart-home solution. It works great for Arduino Arduiono communication, but actually I need...
Shouldn't we add dependency for LayoutCast as debug only? ``` dependencies { debugCompile 'com.github.mmin18.layoutcast:library:1.+@aar' ... } ```
Why is required android.permission.INTERNET permission?
Hi there! I have this two methods in my test-class: ``` public class ContentLoaderTest { @Test public void loadContent() throws Exception { // just for sure enable both internet connection...
Would be great to have an automated GIT-check utility for windows.