Checker -> AUTOBONUS

This commit is contained in:
kifio
2017-07-29 13:50:01 +03:00
parent b499d2ce5d
commit 10c3c18df1
5 changed files with 363 additions and 64 deletions

View File

@@ -1 +1 @@
Кроссплатформенное приложение Checker для Dinect.
Кроссплатформенное приложение AUTOBONUS для Dinect.

View File

@@ -0,0 +1,217 @@
{
"auto_complete":
{
"selected_items":
[
[
"e",
"else"
],
[
"pre",
"previewing"
],
[
"purc",
"_purchase"
]
]
},
"buffers":
[
],
"build_system": "",
"build_system_choices":
[
],
"build_varint": "",
"command_palette":
{
"height": 359.0,
"last_filter": "packa",
"selected_items":
[
[
"packa",
"Package Control: Install Package"
],
[
"pac",
"Install Package Control"
]
],
"width": 485.0
},
"console":
{
"height": 0.0,
"history":
[
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"file_history":
[
"/Users/kifio/FlutterProjects/checker/lib/consts.dart",
"/Users/kifio/FlutterProjects/checker/lib/activate_token.dart",
"/Users/kifio/FlutterProjects/checker/lib/registration.dart",
"/Users/kifio/FlutterProjects/checker/lib/purchase_success.dart",
"/Users/kifio/FlutterProjects/checker/lib/purchase.dart",
"/Users/kifio/FlutterProjects/checker/lib/main.dart",
"/Users/kifio/FlutterProjects/checker/lib/faq.dart",
"/home/kifio/ShitCoding/checker/lib/main.dart",
"/home/kifio/ShitCoding/checker/lib/base_state.dart",
"/home/kifio/ShitCoding/checker/lib/splash.dart",
"/home/kifio/ShitCoding/checker/lib/registration.dart",
"/home/kifio/ShitCoding/checker/lib/activate_token.dart"
],
"find":
{
"height": 23.0
},
"find_in_files":
{
"height": 93.0,
"where_history":
[
""
]
},
"find_state":
{
"case_sensitive": true,
"find_history":
[
"intToken",
"http://pos-api-autoclub.dinect.com/20130701/",
"intUrl",
"async",
"common",
" \treturn new Text('Покупка на сумму 1234.00 руб. проведена', style: new TextStyle(color: tokenActiveTextColor, decorationColor: const Color(0x8ae28aff)));\n",
"getProgressIndicator",
"direc",
"_loading",
"_merchantID",
" \n",
"getPaddingForTextField",
"horiz",
"horizontaMargin",
"28.0",
"merchantID"
],
"highlight": true,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
"loading",
"textFieldValue",
"verticalMargin",
"_merchantID"
],
"reverse": false,
"show_context": true,
"use_buffer2": true,
"whole_word": false,
"wrap": true
},
"groups":
[
{
"sheets":
[
]
}
],
"incremental_find":
{
"height": 23.0
},
"input":
{
"height": 33.0
},
"layout":
{
"cells":
[
[
0,
0,
1,
1
]
],
"cols":
[
0.0,
1.0
],
"rows":
[
0.0,
1.0
]
},
"menu_visible": true,
"output.find_results":
{
"height": 0.0
},
"pinned_build_system": "",
"project": "AndroidManifest.sublime-project",
"replace":
{
"height": 42.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"select_project":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"select_symbol":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"selected_group": 0,
"settings":
{
},
"show_minimap": true,
"show_open_files": false,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 241.0,
"status_bar_visible": true,
"template_settings":
{
}
}

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dinect.checker"
android:versionCode="1"
android:versionName="0.3">
android:versionName="0.4">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Checker</string>
<string name="app_name">AUTOBONUS</string>
<string name="scanner_title">Сканнер карты</string>
<string name="scan">Сканировать</string>
<string name="faq">FAQ</string>

View File

@@ -23,7 +23,7 @@
"file": "lib/base_state.dart",
"settings":
{
"buffer_size": 5474,
"buffer_size": 5449,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -41,7 +41,16 @@
"file": "lib/network.dart",
"settings":
{
"buffer_size": 1105,
"buffer_size": 926,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "pubspec.yaml",
"settings":
{
"buffer_size": 1885,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -50,7 +59,7 @@
"file": "lib/purchase.dart",
"settings":
{
"buffer_size": 5084,
"buffer_size": 5304,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -59,7 +68,7 @@
"file": "lib/registration.dart",
"settings":
{
"buffer_size": 2514,
"buffer_size": 2467,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -68,7 +77,7 @@
"file": "android/app/src/main/java/com/dinect/checker/activity/MainActivity.java",
"settings":
{
"buffer_size": 6170,
"buffer_size": 6565,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -77,7 +86,7 @@
"file": "lib/activate_token.dart",
"settings":
{
"buffer_size": 3297,
"buffer_size": 3295,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -86,7 +95,7 @@
"file": "lib/common.dart",
"settings":
{
"buffer_size": 3424,
"buffer_size": 3529,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -95,7 +104,16 @@
"file": "lib/consts.dart",
"settings":
{
"buffer_size": 1436,
"buffer_size": 1494,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "android/app/src/main/AndroidManifest.xml",
"settings":
{
"buffer_size": 2161,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -104,7 +122,7 @@
"file": "lib/splash.dart",
"settings":
{
"buffer_size": 3435,
"buffer_size": 3493,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -113,7 +131,7 @@
"file": "lib/faq.dart",
"settings":
{
"buffer_size": 4387,
"buffer_size": 4681,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -122,7 +140,7 @@
"file": "android/app/src/main/java/com/dinect/checker/activity/CameraActivity.java",
"settings":
{
"buffer_size": 8727,
"buffer_size": 13352,
"encoding": "UTF-8",
"line_ending": "Unix"
}
@@ -204,9 +222,10 @@
},
"find_in_files":
{
"height": 0.0,
"height": 93.0,
"where_history":
[
""
]
},
"find_state":
@@ -214,6 +233,9 @@
"case_sensitive": true,
"find_history":
[
"intToken",
"http://pos-api-autoclub.dinect.com/20130701/",
"intUrl",
"async",
"common",
" \treturn new Text('Покупка на сумму 1234.00 руб. проведена', style: new TextStyle(color: tokenActiveTextColor, decorationColor: const Color(0x8ae28aff)));\n",
@@ -248,7 +270,7 @@
"groups":
[
{
"selected": 0,
"selected": 10,
"sheets":
[
{
@@ -257,7 +279,7 @@
"semi_transient": false,
"settings":
{
"buffer_size": 5474,
"buffer_size": 5449,
"regions":
{
},
@@ -276,10 +298,10 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 918.0,
"translation.y": 976.0,
"zoom_level": 1.0
},
"stack_index": 0,
"stack_index": 10,
"type": "text"
},
{
@@ -309,7 +331,7 @@
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 11,
"stack_index": 13,
"type": "text"
},
{
@@ -318,15 +340,15 @@
"semi_transient": false,
"settings":
{
"buffer_size": 1105,
"buffer_size": 926,
"regions":
{
},
"selection":
[
[
1105,
1105
926,
926
]
],
"settings":
@@ -339,16 +361,46 @@
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 2,
"stack_index": 6,
"type": "text"
},
{
"buffer": 3,
"file": "lib/purchase.dart",
"semi_transient": true,
"file": "pubspec.yaml",
"semi_transient": false,
"settings":
{
"buffer_size": 5084,
"buffer_size": 1885,
"regions":
{
},
"selection":
[
[
916,
916
]
],
"settings":
{
"syntax": "Packages/Dart/Pubspec.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 5,
"type": "text"
},
{
"buffer": 4,
"file": "lib/purchase.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 5304,
"regions":
{
},
@@ -366,19 +418,19 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 1410.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 1,
"stack_index": 7,
"type": "text"
},
{
"buffer": 4,
"buffer": 5,
"file": "lib/registration.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 2514,
"buffer_size": 2467,
"regions":
{
},
@@ -399,16 +451,16 @@
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 5,
"stack_index": 8,
"type": "text"
},
{
"buffer": 5,
"buffer": 6,
"file": "android/app/src/main/java/com/dinect/checker/activity/MainActivity.java",
"semi_transient": false,
"settings":
{
"buffer_size": 6170,
"buffer_size": 6565,
"regions":
{
},
@@ -429,16 +481,16 @@
"translation.y": 1245.0,
"zoom_level": 1.0
},
"stack_index": 9,
"stack_index": 12,
"type": "text"
},
{
"buffer": 6,
"buffer": 7,
"file": "lib/activate_token.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 3297,
"buffer_size": 3295,
"regions":
{
},
@@ -459,16 +511,16 @@
"translation.y": 8.0,
"zoom_level": 1.0
},
"stack_index": 4,
"stack_index": 11,
"type": "text"
},
{
"buffer": 7,
"buffer": 8,
"file": "lib/common.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 3424,
"buffer_size": 3529,
"regions":
{
},
@@ -486,27 +538,27 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 1.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 3,
"stack_index": 9,
"type": "text"
},
{
"buffer": 8,
"buffer": 9,
"file": "lib/consts.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 1436,
"buffer_size": 1494,
"regions":
{
},
"selection":
[
[
1180,
1180
358,
358
]
],
"settings":
@@ -517,24 +569,54 @@
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 7,
"stack_index": 1,
"type": "text"
},
{
"buffer": 9,
"file": "lib/splash.dart",
"buffer": 10,
"file": "android/app/src/main/AndroidManifest.xml",
"semi_transient": false,
"settings":
{
"buffer_size": 3435,
"buffer_size": 2161,
"regions":
{
},
"selection":
[
[
2886,
3248
160,
160
]
],
"settings":
{
"syntax": "Packages/XML/XML.sublime-syntax",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
"type": "text"
},
{
"buffer": 11,
"file": "lib/splash.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 3493,
"regions":
{
},
"selection":
[
[
812,
797
]
],
"settings":
@@ -544,19 +626,19 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 255.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 6,
"stack_index": 4,
"type": "text"
},
{
"buffer": 10,
"buffer": 12,
"file": "lib/faq.dart",
"semi_transient": false,
"settings":
{
"buffer_size": 4387,
"buffer_size": 4681,
"regions":
{
},
@@ -574,27 +656,27 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 9.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 8,
"stack_index": 3,
"type": "text"
},
{
"buffer": 11,
"buffer": 13,
"file": "android/app/src/main/java/com/dinect/checker/activity/CameraActivity.java",
"semi_transient": false,
"settings":
{
"buffer_size": 8727,
"buffer_size": 13352,
"regions":
{
},
"selection":
[
[
7036,
7036
10606,
10606
]
],
"settings":
@@ -604,10 +686,10 @@
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 2950.0,
"translation.y": 4935.0,
"zoom_level": 1.0
},
"stack_index": 10,
"stack_index": 2,
"type": "text"
}
]