Skip to content

Commit 61de12a

Browse files
committed
First commit
1 parent d8a5a27 commit 61de12a

File tree

181 files changed

+3892
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+3892
-0
lines changed

.DS_Store

12 KB
Binary file not shown.

.classpath

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry exported="true" kind="lib" path="/Users/WilliamHill/Documents/workspace/android/BlockchainMerchantTerminal/libs/core.jar"/>
9+
<classpathentry exported="true" kind="lib" path="/Users/WilliamHill/Documents/workspace/android/BlockchainMerchantTerminal/libs/zbar.jar"/>
10+
<classpathentry exported="true" kind="lib" path="/Users/WilliamHill/Documents/workspace/android/BlockchainMerchantTerminal/libs/commons-io-2.4.jar"/>
11+
<classpathentry exported="true" kind="lib" path="/Users/WilliamHill/Documents/workspace/android/BlockchainMerchantTerminal/libs/android-async-http-1.4.4.jar"/>
12+
<classpathentry kind="output" path="bin/classes"/>
13+
</classpath>

.project

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>BlockchainMerchantTerminal</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
encoding//src/info/blockchain/merchant/tabsswipe/PaymentFragment.java=UTF-8
3+
encoding//src/info/blockchain/merchant/tabsswipe/TransactionsFragment.java=UTF-8

AndroidManifest.xml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="info.blockchain.merchant"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
8+
9+
<uses-permission android:name="android.permission.CAMERA" />
10+
<uses-permission android:name="android.permission.INTERNET" />
11+
12+
<application
13+
android:allowBackup="true"
14+
android:icon="@drawable/ic_launcher"
15+
android:label="@string/app_name"
16+
android:theme="@style/AppTheme" >
17+
<activity
18+
android:name="info.blockchain.merchant.MainActivity"
19+
android:label="@string/app_name" >
20+
<intent-filter>
21+
<action android:name="android.intent.action.MAIN" />
22+
<category android:name="android.intent.category.LAUNCHER" />
23+
</intent-filter>
24+
</activity>
25+
26+
<activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"
27+
android:screenOrientation="landscape"
28+
android:label="@string/app_name" />
29+
30+
</application>
31+
32+
</manifest>

bin/AndroidManifest.xml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="info.blockchain.merchant"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
8+
9+
<uses-permission android:name="android.permission.CAMERA" />
10+
<uses-permission android:name="android.permission.INTERNET" />
11+
12+
<application
13+
android:allowBackup="true"
14+
android:icon="@drawable/ic_launcher"
15+
android:label="@string/app_name"
16+
android:theme="@style/AppTheme" >
17+
<activity
18+
android:name="info.blockchain.merchant.MainActivity"
19+
android:label="@string/app_name" >
20+
<intent-filter>
21+
<action android:name="android.intent.action.MAIN" />
22+
<category android:name="android.intent.category.LAUNCHER" />
23+
</intent-filter>
24+
</activity>
25+
26+
<activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"
27+
android:screenOrientation="landscape"
28+
android:label="@string/app_name" />
29+
30+
</application>
31+
32+
</manifest>

bin/BlockchainMerchantTerminal.apk

2.72 MB
Binary file not shown.

bin/R.txt

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
int array currencies 0x7f070000
2+
int dimen action_bar_button_separator_margin 0x7f04000c
3+
int dimen action_bar_button_separator_width 0x7f04000b
4+
int dimen action_bar_button_width 0x7f04000a
5+
int dimen action_bar_height 0x7f040009
6+
int dimen activity_horizontal_margin 0x7f040000
7+
int dimen activity_vertical_margin 0x7f040001
8+
int dimen address_scalex 0x7f04000e
9+
int dimen font_size_normal 0x7f040004
10+
int dimen font_size_small 0x7f040003
11+
int dimen font_size_tiny 0x7f040002
12+
int dimen font_size_xlarge 0x7f040005
13+
int dimen list_entry_padding_horizontal 0x7f040007
14+
int dimen list_entry_padding_vertical 0x7f040008
15+
int dimen symbol_size_normal 0x7f040006
16+
int dimen wallet_address_qr_size 0x7f04000d
17+
int drawable edit_text 0x7f020000
18+
int drawable filled_check 0x7f020001
19+
int drawable grey_frame 0x7f020002
20+
int drawable hollow_check 0x7f020003
21+
int drawable ic_input_qrcode 0x7f020004
22+
int drawable ic_launcher 0x7f020005
23+
int drawable ic_pulltorefresh_arrow 0x7f020006
24+
int drawable pull_to_refresh_header_background 0x7f020007
25+
int drawable textfield_default 0x7f020008
26+
int drawable textfield_disabled 0x7f020009
27+
int drawable textfield_disabled_selected 0x7f02000a
28+
int drawable textfield_pressed 0x7f02000b
29+
int drawable textfield_selected 0x7f02000c
30+
int id action_settings 0x7f090016
31+
int id btc_display 0x7f090003
32+
int id clear 0x7f090007
33+
int id currencySymbol 0x7f090001
34+
int id new_payment 0x7f090008
35+
int id note 0x7f090005
36+
int id pager 0x7f090000
37+
int id posInput 0x7f090002
38+
int id pull_to_refresh_header 0x7f090011
39+
int id pull_to_refresh_image 0x7f090013
40+
int id pull_to_refresh_progress 0x7f090012
41+
int id pull_to_refresh_text 0x7f090014
42+
int id pull_to_refresh_updated_at 0x7f090015
43+
int id push_notifications 0x7f09000c
44+
int id qr 0x7f090006
45+
int id receive_coins_default_currency 0x7f09000b
46+
int id receive_coins_name 0x7f090009
47+
int id receive_coins_receiving_address 0x7f09000a
48+
int id tv_amount 0x7f09000f
49+
int id tv_date 0x7f09000d
50+
int id tv_note 0x7f09000e
51+
int id tv_status 0x7f090010
52+
int id use_btc 0x7f090004
53+
int layout activity_harness 0x7f030000
54+
int layout activity_main 0x7f030001
55+
int layout fragment_payment 0x7f030002
56+
int layout fragment_settings 0x7f030003
57+
int layout fragment_transactions 0x7f030004
58+
int layout pull_to_refresh_header 0x7f030005
59+
int menu harness 0x7f080000
60+
int menu main 0x7f080001
61+
int string action_about 0x7f050003
62+
int string action_settings 0x7f050001
63+
int string app_name 0x7f050000
64+
int string content_description 0x7f050019
65+
int string hello_world 0x7f050002
66+
int string no_data 0x7f050018
67+
int string payment_clear 0x7f050014
68+
int string payment_executed 0x7f050017
69+
int string payment_new 0x7f050015
70+
int string payment_note 0x7f050013
71+
int string payment_ready 0x7f050016
72+
int string pull_to_refresh_pull_label 0x7f05001c
73+
int string pull_to_refresh_refreshing_label 0x7f05001e
74+
int string pull_to_refresh_release_label 0x7f05001d
75+
int string pull_to_refresh_tap_label 0x7f05001f
76+
int string receive_coins_activity_title 0x7f05000c
77+
int string receive_coins_fragment_default_currency_hint 0x7f05000a
78+
int string receive_coins_fragment_email_address_hint 0x7f05000b
79+
int string receive_coins_fragment_email_receipts 0x7f050011
80+
int string receive_coins_fragment_name 0x7f050007
81+
int string receive_coins_fragment_push_notifications 0x7f050010
82+
int string receive_coins_fragment_receiving_address_error 0x7f050009
83+
int string receive_coins_fragment_receiving_address_hint 0x7f050008
84+
int string receive_coins_install_qr_scanner_msg 0x7f05000d
85+
int string receive_coins_parse_address_error_msg 0x7f05000f
86+
int string receive_coins_uri_parse_error_title 0x7f05000e
87+
int string tab_payment 0x7f050005
88+
int string tab_settings 0x7f050004
89+
int string tab_transactions 0x7f050006
90+
int string toggle_off 0x7f05001b
91+
int string toggle_on 0x7f05001a
92+
int string use_btc 0x7f050012
93+
int style AppBaseTheme 0x7f060000
94+
int style AppTheme 0x7f060001

bin/classes.dex

1.55 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
726 Bytes
Binary file not shown.
464 Bytes
Binary file not shown.
410 Bytes
Binary file not shown.
396 Bytes
Binary file not shown.
409 Bytes
Binary file not shown.
394 Bytes
Binary file not shown.
475 Bytes
Binary file not shown.
434 Bytes
Binary file not shown.
636 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
415 Bytes
Binary file not shown.
358 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.22 KB
Binary file not shown.
633 Bytes
Binary file not shown.
437 Bytes
Binary file not shown.
Binary file not shown.
449 Bytes
Binary file not shown.
787 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bin/jarlist.cache

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# cache for current jar dependency. DO NOT EDIT.
2+
# format is <lastModified> <length> <SHA-1> <path>
3+
# Encoding is UTF-8
4+
1387961872000 393154 307c1cc532eabbf1d135b43e5c983c9da700449d /Users/WilliamHill/Documents/workspace/android/PocketChange/libs/android-support-v4.jar
5+
1391448372000 393154 307c1cc532eabbf1d135b43e5c983c9da700449d /Users/WilliamHill/Documents/workspace/android/BlockchainAPI/libs/android-support-v4.jar
6+
1391244954000 393154 307c1cc532eabbf1d135b43e5c983c9da700449d /Users/WilliamHill/Documents/workspace/android/BlockchainMerchantTerminal/libs/android-support-v4.jar
890 Bytes
890 Bytes
2.06 KB
6.52 KB
3.65 KB
8.77 KB
8.77 KB

bin/resources.ap_

54.2 KB
Binary file not shown.
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package com.softmachines.pocketchange;
8+
9+
public final class R {
10+
public static final class dimen {
11+
public static final int activity_horizontal_margin = 0x7f040000;
12+
public static final int activity_vertical_margin = 0x7f040001;
13+
}
14+
public static final class drawable {
15+
public static final int ic_launcher = 0x7f020005;
16+
}
17+
public static final class id {
18+
public static final int action_settings = 0x7f090016;
19+
}
20+
public static final class layout {
21+
public static final int activity_harness = 0x7f030000;
22+
}
23+
public static final class menu {
24+
public static final int harness = 0x7f080000;
25+
}
26+
public static final class string {
27+
public static final int action_settings = 0x7f050001;
28+
public static final int app_name = 0x7f050000;
29+
public static final int hello_world = 0x7f050002;
30+
}
31+
public static final class style {
32+
public static final int AppBaseTheme = 0x7f060000;
33+
public static final int AppTheme = 0x7f060001;
34+
}
35+
}

gen/info/blockchain/api/R.java

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package info.blockchain.api;
8+
9+
public final class R {
10+
public static final class dimen {
11+
public static final int activity_horizontal_margin = 0x7f040000;
12+
public static final int activity_vertical_margin = 0x7f040001;
13+
}
14+
public static final class drawable {
15+
public static final int ic_launcher = 0x7f020005;
16+
}
17+
public static final class id {
18+
public static final int action_settings = 0x7f090016;
19+
}
20+
public static final class layout {
21+
public static final int activity_harness = 0x7f030000;
22+
}
23+
public static final class menu {
24+
public static final int harness = 0x7f080000;
25+
}
26+
public static final class string {
27+
public static final int action_settings = 0x7f050001;
28+
public static final int app_name = 0x7f050000;
29+
public static final int hello_world = 0x7f050002;
30+
}
31+
public static final class style {
32+
public static final int AppBaseTheme = 0x7f060000;
33+
public static final int AppTheme = 0x7f060001;
34+
}
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** Automatically generated file. DO NOT MODIFY */
2+
package info.blockchain.merchant;
3+
4+
public final class BuildConfig {
5+
public final static boolean DEBUG = true;
6+
}

0 commit comments

Comments
 (0)