Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timhonders committed Mar 31, 2017
1 parent a32682d commit bc97d32
Show file tree
Hide file tree
Showing 1,173 changed files with 76,456 additions and 23 deletions.
8 changes: 2 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ android {

}

buildTypes {
release {
minifyEnabled true
}
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
provided fileTree(include: ['com.symbol.emdk.jar'], dir: 'libs')
compile fileTree(exclude: ['com.symbol.emdk.jar'], dir: 'libs')
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package nl.kega.reactnativeemdk;

public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "nl.kega.reactnativeemdk";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
1,222 changes: 1,222 additions & 0 deletions android/build/generated/source/r/release/android/support/v7/appcompat/R.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;

public final class R {
public static final class attr {
public static int layoutManager = 0x7f010052;
public static int reverseLayout = 0x7f010054;
public static int spanCount = 0x7f010053;
public static int stackFromEnd = 0x7f010055;
}
public static final class dimen {
public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
public static int item_touch_helper_swipe_escape_max_velocity = 0x7f070046;
public static int item_touch_helper_swipe_escape_velocity = 0x7f070047;
}
public static final class id {
public static int item_touch_helper_previous_elevation = 0x7f0c0005;
}
public static final class styleable {
public static int[] RecyclerView = { 0x010100c4, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 };
public static int RecyclerView_android_orientation = 0;
public static int RecyclerView_layoutManager = 1;
public static int RecyclerView_reverseLayout = 3;
public static int RecyclerView_spanCount = 2;
public static int RecyclerView_stackFromEnd = 4;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee;

public final class R {
public static final class attr {
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f010063;
public static int backgroundImage = 0x7f01003b;
public static int fadeDuration = 0x7f01002f;
public static int failureImage = 0x7f010035;
public static int failureImageScaleType = 0x7f010036;
public static int overlayImage = 0x7f01003c;
public static int placeholderImage = 0x7f010031;
public static int placeholderImageScaleType = 0x7f010032;
public static int pressedStateOverlayImage = 0x7f01003d;
public static int progressBarAutoRotateInterval = 0x7f010039;
public static int progressBarImage = 0x7f010037;
public static int progressBarImageScaleType = 0x7f010038;
public static int retryImage = 0x7f010033;
public static int retryImageScaleType = 0x7f010034;
public static int roundAsCircle = 0x7f01003e;
public static int roundBottomLeft = 0x7f010043;
public static int roundBottomRight = 0x7f010042;
public static int roundTopLeft = 0x7f010040;
public static int roundTopRight = 0x7f010041;
public static int roundWithOverlayColor = 0x7f010044;
public static int roundedCornerRadius = 0x7f01003f;
public static int roundingBorderColor = 0x7f010046;
public static int roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c0019;
public static int centerCrop = 0x7f0c001a;
public static int centerInside = 0x7f0c001b;
public static int fitCenter = 0x7f0c001c;
public static int fitEnd = 0x7f0c001d;
public static int fitStart = 0x7f0c001e;
public static int fitXY = 0x7f0c001f;
public static int focusCrop = 0x7f0c0020;
public static int none = 0x7f0c000f;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f010063 };
public static int SimpleDraweeView_actualImageUri = 0;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee.backends.pipeline;

public final class R {
public static final class attr {
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f010063;
public static int backgroundImage = 0x7f01003b;
public static int fadeDuration = 0x7f01002f;
public static int failureImage = 0x7f010035;
public static int failureImageScaleType = 0x7f010036;
public static int overlayImage = 0x7f01003c;
public static int placeholderImage = 0x7f010031;
public static int placeholderImageScaleType = 0x7f010032;
public static int pressedStateOverlayImage = 0x7f01003d;
public static int progressBarAutoRotateInterval = 0x7f010039;
public static int progressBarImage = 0x7f010037;
public static int progressBarImageScaleType = 0x7f010038;
public static int retryImage = 0x7f010033;
public static int retryImageScaleType = 0x7f010034;
public static int roundAsCircle = 0x7f01003e;
public static int roundBottomLeft = 0x7f010043;
public static int roundBottomRight = 0x7f010042;
public static int roundTopLeft = 0x7f010040;
public static int roundTopRight = 0x7f010041;
public static int roundWithOverlayColor = 0x7f010044;
public static int roundedCornerRadius = 0x7f01003f;
public static int roundingBorderColor = 0x7f010046;
public static int roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c0019;
public static int centerCrop = 0x7f0c001a;
public static int centerInside = 0x7f0c001b;
public static int fitCenter = 0x7f0c001c;
public static int fitEnd = 0x7f0c001d;
public static int fitStart = 0x7f0c001e;
public static int fitXY = 0x7f0c001f;
public static int focusCrop = 0x7f0c0020;
public static int none = 0x7f0c000f;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f010063 };
public static int SimpleDraweeView_actualImageUri = 0;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.fbui.textlayoutbuilder;

public final class R {
public static final class styleable {
public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 };
public static int TextAppearance_android_shadowColor = 4;
public static int TextAppearance_android_shadowDx = 5;
public static int TextAppearance_android_shadowDy = 6;
public static int TextAppearance_android_shadowRadius = 7;
public static int TextAppearance_android_textColor = 3;
public static int TextAppearance_android_textSize = 0;
public static int TextAppearance_android_textStyle = 2;
public static int[] TextStyle = { 0x01010034, 0x01010095, 0x01010097, 0x01010098, 0x010100ab, 0x01010153, 0x0101015d, 0x01010161, 0x01010162, 0x01010163, 0x01010164 };
public static int TextStyle_android_ellipsize = 4;
public static int TextStyle_android_maxLines = 5;
public static int TextStyle_android_shadowColor = 7;
public static int TextStyle_android_shadowDx = 8;
public static int TextStyle_android_shadowDy = 9;
public static int TextStyle_android_shadowRadius = 10;
public static int TextStyle_android_singleLine = 6;
public static int TextStyle_android_textAppearance = 0;
public static int TextStyle_android_textColor = 3;
public static int TextStyle_android_textSize = 1;
public static int TextStyle_android_textStyle = 2;
}
}
Loading

0 comments on commit bc97d32

Please sign in to comment.