indication / OpenRedmine

Open Redmine
http://indication.github.io/OpenRedmine/
88 stars 44 forks source link

ActionBar.Tab was deprecated in API level 21. #141

Open indication opened 10 years ago

indication commented 10 years ago

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

It seems to support navigation drawer.

New UI is following: imag1882

indication commented 10 years ago

oops! too much users on the tablets! notitle

indication commented 10 years ago

Oops! miss configured locales...

indication commented 9 years ago

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 commented 9 years ago

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.