~igor-cali/bilancio/stable

« back to all changes in this revision

Viewing changes to android/API26/main/java/com/igisw/openmoneybox/constants.java

  • Committer: Igor Calì
  • Date: 2019-04-07 16:24:48 UTC
  • Revision ID: igor.cali0@gmail.com-20190407162448-5mfwr7c39y3kzz6u
 v3.3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************
 
1
/* **************************************************************
2
2
 * Name:      
3
3
 * Purpose:   Header with constants for OpenMoneyBox
4
4
 * Author:    Igor Calì (igor.cali0@gmail.com)
5
 
 * Created:   2018-07-24
 
5
 * Created:   2019-01-24
6
6
 * Copyright: Igor Calì (igor.cali0@gmail.com)
7
7
 * License:             GNU
8
8
 **************************************************************/
13
13
 
14
14
        public final static int MY_PERMISSIONS_REQUEST_READ_CONTACTS = 104;
15
15
 
16
 
        final static int dbVersion = 32;        // OpenMoneyBox database version
 
16
        final static String cipher_compat_sql = "PRAGMA cipher_default_compatibility = 3;";
 
17
        final static int dbVersion = 33;        // OpenMoneyBox database version
17
18
 
18
19
        final static int dbMeta_application_info        = 1;
19
20
        final static int dbMeta_default_fund            = 2;
25
26
                //bilFFORMAT_301,       // bilancio 3.0.1 format
26
27
                //bilFFORMAT_302,       // bilancio 3.0.2 format
27
28
                //bilFFORMAT_31,        // bilancio 3.1 format
28
 
                ombFFORMAT_31,  // openmoneybox 3.1 format
29
 
                ombFFORMAT_32,  // openmoneybox 3.2 format
 
29
                ombFFORMAT_31,          // openmoneybox 3.1 format
 
30
                ombFFORMAT_32,          // openmoneybox 3.2 format
 
31
                ombFFORMAT_33,          // openmoneybox 3.3 format
 
32
                ombWRONGPASSWORD,       // wrong password
30
33
        }
31
34
 
32
35
        final static double ombInvalidLatitude = 91;