Issue 679 allow much more history

git-svn-id: https://zxing.googlecode.com/svn/trunk@1700 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-01-11 15:41:44 +00:00
parent e6d969b6f4
commit 7119d3878b

View file

@ -57,7 +57,7 @@ public final class HistoryManager {
private static final String TAG = HistoryManager.class.getSimpleName();
private static final int MAX_ITEMS = 50;
private static final int MAX_ITEMS = 500;
//private static final String[] TEXT_COL_PROJECTION = { DBHelper.TEXT_COL };
private static final String[] GET_ITEM_COL_PROJECTION = {
DBHelper.TEXT_COL,