OpenRedmine icon indicating copy to clipboard operation
OpenRedmine copied to clipboard

ActionBar.Tab was deprecated in API level 21.

Open indication opened this issue 10 years ago • 4 comments

http://developer.android.com/intl/ja/reference/android/app/ActionBar.Tab.html

It seems to support navigation drawer.

New UI is following: imag1882

indication avatar Oct 22 '14 17:10 indication

oops! too much users on the tablets! notitle

indication avatar Oct 27 '14 14:10 indication

Oops! miss configured locales...

indication avatar Oct 27 '14 14:10 indication

Switching content provider: There is terrible problem about migration. While migrate from id to _id, there is foreign keys... There is no plan to solve.

https://github.com/jakenjarvis/Android-OrmLiteContentProvider/issues/20

indication avatar Mar 04 '15 16:03 indication

There are two problem. Column _id is required from CursorAdapter. There is a solution by wraping Cursor class that return another primary id column when the _id column is requested.

Second, foregin key is not included foregin table. In this situation, we try to create view.

indication avatar Jul 07 '15 23:07 indication