Commit d3ab5f5f by Neeloy Ghosh

Initial commit

parents
Showing with 1658 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
<entry name="!?*.aj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="1.8" />
</component>
</project>
\ No newline at end of file
<component name="CopyrightManager">
<settings default="" />
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
</list>
</value>
</option>
<option name="myNotNulls">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
</list>
</value>
</option>
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />
<OptionsSetting value="true" id="Remove" />
<OptionsSetting value="true" id="Checkout" />
<OptionsSetting value="true" id="Update" />
<OptionsSetting value="true" id="Status" />
<OptionsSetting value="true" id="Edit" />
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
<component name="SvnBranchConfigurationManager">
<option name="myConfigurationMap">
<map>
<entry key="$PROJECT_DIR$">
<value>
<SvnBranchConfiguration>
<option name="trunkUrl" value="http://rspc1293.rssoftware.com/svn/Merchant_Management_Solution_Device/Android/BharatBillPayment" />
</SvnBranchConfiguration>
</value>
</entry>
</map>
</option>
<option name="mySupportsUserInfoFilter" value="true" />
</component>
<component name="masterDetails">
<states>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/BBPS(BHIM).iml" filepath="$PROJECT_DIR$/BBPS(BHIM).iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
<mapping directory="D:/BBPS Git" vcs="Git" />
</component>
</project>
\ No newline at end of file
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.bbps"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
allprojects {
repositories {
jcenter()
flatDir {
dirs 'libs'
}
}
}
repositories {
//...
maven { url "https://jitpack.io" }
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:design:23.2.1'
compile 'com.liuguangqiang.ripplelayout:library:0.1.0'
// compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'
compile 'com.android.support:cardview-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.github.stankoutils:app:1.3.10'
//compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'
/* Animations */
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.easing:library:1.0.1@aar'
compile 'com.daimajia.androidanimations:library:1.1.3@aar'
/* Fillable Loaders */
compile 'com.github.jorgecastilloprz:fillableloaders:1.02@aar'
/*Circular reveal*/
compile 'com.github.ozodrukh:CircularReveal:1.1.1@aar'
compile files('libs/jettison-1.2.jar')
compile files('libs/oauth2-common-0.1.jar')
compile files('libs/slf4j-api-1.6.1.jar')
compile files('libs/oauth2.jar')
compile files('libs/oauth2-client.jar')
// retrofit, gson
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile ('com.squareup.retrofit2:converter-simplexml:2.1.0'){
exclude group: 'stax', module: 'stax-api'
exclude group: 'stax', module: 'stax'
exclude group: 'xpp3', module: 'xpp3'
}
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
compile 'com.github.clans:fab:1.6.2'
// compile 'commons-io:commons-io:2.4'
testCompile 'junit:junit:4.12'
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.bbps.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.bbps.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.bbps;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.bbps";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/* 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.test.espresso;
public final class R {
public static final class string {
public static final int app_name = 0x7f020000;
}
}
/* 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.test.rule;
public final class R {
public static final class string {
public static final int app_name = 0x7f020000;
}
}
/* 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.bbps.test;
public final class R {
public static final class attr {
}
public static final class string {
public static final int app_name=0x7f020000;
}
}
This diff could not be displayed because it is too large.
/* 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.cardview;
public final class R {
public static final class attr {
public static final int cardBackgroundColor = 0x7f0100a2;
public static final int cardCornerRadius = 0x7f0100a3;
public static final int cardElevation = 0x7f0100a4;
public static final int cardMaxElevation = 0x7f0100a5;
public static final int cardPreventCornerOverlap = 0x7f0100a7;
public static final int cardUseCompatPadding = 0x7f0100a6;
public static final int contentPadding = 0x7f0100a8;
public static final int contentPaddingBottom = 0x7f0100ac;
public static final int contentPaddingLeft = 0x7f0100a9;
public static final int contentPaddingRight = 0x7f0100aa;
public static final int contentPaddingTop = 0x7f0100ab;
}
public static final class color {
public static final int cardview_dark_background = 0x7f0c0014;
public static final int cardview_light_background = 0x7f0c0015;
public static final int cardview_shadow_end_color = 0x7f0c0016;
public static final int cardview_shadow_start_color = 0x7f0c0017;
}
public static final class dimen {
public static final int cardview_compat_inset_shadow = 0x7f08005b;
public static final int cardview_default_elevation = 0x7f08005c;
public static final int cardview_default_radius = 0x7f08005d;
}
public static final class style {
public static final int CardView = 0x7f0900d3;
public static final int CardView_Dark = 0x7f0900d4;
public static final int CardView_Light = 0x7f0900d5;
}
public static final class styleable {
public static final int[] CardView = { 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac };
public static final int CardView_cardBackgroundColor = 0;
public static final int CardView_cardCornerRadius = 1;
public static final int CardView_cardElevation = 2;
public static final int CardView_cardMaxElevation = 3;
public static final int CardView_cardPreventCornerOverlap = 5;
public static final int CardView_cardUseCompatPadding = 4;
public static final int CardView_contentPadding = 6;
public static final int CardView_contentPaddingBottom = 10;
public static final int CardView_contentPaddingLeft = 7;
public static final int CardView_contentPaddingRight = 8;
public static final int CardView_contentPaddingTop = 9;
}
}
/* 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 final int layoutManager = 0x7f010136;
public static final int reverseLayout = 0x7f010138;
public static final int spanCount = 0x7f010137;
public static final int stackFromEnd = 0x7f010139;
}
public static final class dimen {
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080091;
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f080092;
public static final int item_touch_helper_swipe_escape_velocity = 0x7f080093;
}
public static final class id {
public static final int item_touch_helper_previous_elevation = 0x7f0d0006;
}
public static final class styleable {
public static final int[] RecyclerView = { 0x010100c4, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139 };
public static final int RecyclerView_android_orientation = 0;
public static final int RecyclerView_layoutManager = 1;
public static final int RecyclerView_reverseLayout = 3;
public static final int RecyclerView_spanCount = 2;
public static final int RecyclerView_stackFromEnd = 4;
}
}
This diff could not be displayed because it is too large.
/* 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.daimajia.androidanimations.library;
public final class R {
public static final class drawable {
}
public static final class string {
public static final int app_name = 0x7f07002d;
}
}
/* 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.github.jorgecastillo.library;
public final class R {
public static final class attr {
public static final int fl_clippingTransform = 0x7f0100d8;
public static final int fl_fillColor = 0x7f0100d1;
public static final int fl_fillDuration = 0x7f0100d7;
public static final int fl_originalHeight = 0x7f0100d5;
public static final int fl_originalWidth = 0x7f0100d4;
public static final int fl_strokeColor = 0x7f0100d2;
public static final int fl_strokeDrawingDuration = 0x7f0100d6;
public static final int fl_strokeWidth = 0x7f0100d3;
}
public static final class color {
public static final int fillColor = 0x7f0c002f;
public static final int strokeColor = 0x7f0c0058;
}
public static final class dimen {
public static final int fourthSampleStrokeWidth = 0x7f080088;
public static final int fourthSampleViewSize = 0x7f080089;
public static final int strokeWidth = 0x7f0800a9;
}
public static final class id {
public static final int bites = 0x7f0d0032;
public static final int plain = 0x7f0d0033;
public static final int rounded = 0x7f0d0034;
public static final int spikes = 0x7f0d0035;
public static final int squares = 0x7f0d0036;
public static final int waves = 0x7f0d0037;
}
public static final class integer {
public static final int fillDuration = 0x7f0b0005;
public static final int strokeDrawingDuration = 0x7f0b0007;
}
public static final class string {
public static final int app_name = 0x7f07002d;
}
public static final class styleable {
public static final int[] FillableLoader = { 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8 };
public static final int FillableLoader_fl_clippingTransform = 7;
public static final int FillableLoader_fl_fillColor = 0;
public static final int FillableLoader_fl_fillDuration = 6;
public static final int FillableLoader_fl_originalHeight = 4;
public static final int FillableLoader_fl_originalWidth = 3;
public static final int FillableLoader_fl_strokeColor = 1;
public static final int FillableLoader_fl_strokeDrawingDuration = 5;
public static final int FillableLoader_fl_strokeWidth = 2;
}
}
/* 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.stanko;
public final class R {
public static final class bool {
public static final int isTablet = 0x7f0a0001;
}
public static final class string {
public static final int last_update_test_preferences = 0x7f070015;
public static final int loading = 0x7f070016;
public static final int no = 0x7f070017;
public static final int ok = 0x7f070018;
public static final int please_wait = 0x7f070019;
public static final int update_test = 0x7f07001a;
public static final int yes = 0x7f07001b;
public static final int you_are_not_updated_message = 0x7f07001c;
public static final int you_are_not_updated_title = 0x7f07001d;
public static final int you_are_updated_message = 0x7f07001e;
public static final int you_are_updated_title = 0x7f07001f;
}
}
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugAndroidTestResources\\merged.dir\\values\\values.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 45,
"endOffset": 96
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support.test\\rules\\0.5\\res\\values\\values.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 229,
"endColumn": 45,
"endOffset": 270
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-al\\values-al.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 74,
"endOffset": 125
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 202,
"endColumn": 74,
"endOffset": 272
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 130,
"endColumn": 50,
"endOffset": 176
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 277,
"endColumn": 50,
"endOffset": 323
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 181,
"endColumn": 33,
"endOffset": 210
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 328,
"endColumn": 33,
"endOffset": 357
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 215,
"endColumn": 33,
"endOffset": 244
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 362,
"endColumn": 33,
"endOffset": 391
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 249,
"endColumn": 55,
"endOffset": 300
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 396,
"endColumn": 55,
"endOffset": 447
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 305,
"endColumn": 71,
"endOffset": 372
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 452,
"endColumn": 71,
"endOffset": 519
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 377,
"endColumn": 34,
"endOffset": 407
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 524,
"endColumn": 34,
"endOffset": 554
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 412,
"endColumn": 128,
"endOffset": 536
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 559,
"endColumn": 128,
"endOffset": 683
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 541,
"endColumn": 77,
"endOffset": 614
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 688,
"endColumn": 77,
"endOffset": 761
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 619,
"endColumn": 147,
"endOffset": 762
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 766,
"endColumn": 147,
"endOffset": 909
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 767,
"endColumn": 76,
"endOffset": 839
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-al\\values-al.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 914,
"endColumn": 76,
"endOffset": 986
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en\\values-en.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 74,
"endOffset": 125
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 202,
"endColumn": 74,
"endOffset": 272
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 130,
"endColumn": 44,
"endOffset": 170
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 277,
"endColumn": 44,
"endOffset": 317
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 175,
"endColumn": 33,
"endOffset": 204
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 322,
"endColumn": 33,
"endOffset": 351
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 209,
"endColumn": 33,
"endOffset": 238
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 356,
"endColumn": 33,
"endOffset": 385
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 243,
"endColumn": 51,
"endOffset": 290
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 390,
"endColumn": 51,
"endOffset": 437
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 295,
"endColumn": 61,
"endOffset": 352
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 442,
"endColumn": 61,
"endOffset": 499
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 357,
"endColumn": 35,
"endOffset": 388
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 504,
"endColumn": 35,
"endOffset": 535
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 393,
"endColumn": 117,
"endOffset": 506
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 540,
"endColumn": 117,
"endOffset": 653
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 511,
"endColumn": 76,
"endOffset": 583
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 658,
"endColumn": 76,
"endOffset": 730
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 588,
"endColumn": 131,
"endOffset": 715
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 735,
"endColumn": 131,
"endOffset": 862
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 720,
"endColumn": 76,
"endOffset": 792
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.github.stankoutils\\app\\1.3.10\\res\\values-en\\values-en.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 867,
"endColumn": 76,
"endOffset": 939
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 66,
"endOffset": 117
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 66,
"endOffset": 117
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endLine": 6,
"endColumn": 13,
"endOffset": 327
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endLine": 6,
"endColumn": 13,
"endOffset": 327
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 69,
"endOffset": 120
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-land\\values-land.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 69,
"endOffset": 120
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 125,
"endColumn": 63,
"endOffset": 184
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-land\\values-land.xml",
"position": {
"startLine": 3,
"startColumn": 4,
"startOffset": 125,
"endColumn": 63,
"endOffset": 184
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 189,
"endColumn": 70,
"endOffset": 255
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-land\\values-land.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 189,
"endColumn": 70,
"endOffset": 255
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 260,
"endColumn": 67,
"endOffset": 323
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-land\\values-land.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 260,
"endColumn": 67,
"endOffset": 323
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 328,
"endLine": 9,
"endColumn": 12,
"endOffset": 505
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\23.2.1\\res\\values-land\\values-land.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endLine": 5,
"endColumn": 12,
"endOffset": 232
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 58,
"endOffset": 109
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 58,
"endOffset": 109
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 114,
"endColumn": 70,
"endOffset": 180
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 3,
"startColumn": 4,
"startOffset": 114,
"endColumn": 70,
"endOffset": 180
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 185,
"endColumn": 70,
"endOffset": 251
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 185,
"endColumn": 70,
"endOffset": 251
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 256,
"endColumn": 69,
"endOffset": 321
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 256,
"endColumn": 69,
"endOffset": 321
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 326,
"endColumn": 69,
"endOffset": 391
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 326,
"endColumn": 69,
"endOffset": 391
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 396,
"endColumn": 67,
"endOffset": 459
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 396,
"endColumn": 67,
"endOffset": 459
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 464,
"endColumn": 67,
"endOffset": 527
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 464,
"endColumn": 67,
"endOffset": 527
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 532,
"endColumn": 103,
"endOffset": 631
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 532,
"endColumn": 103,
"endOffset": 631
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 636,
"endColumn": 115,
"endOffset": 747
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-large-v4\\values-large-v4.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 636,
"endColumn": 115,
"endOffset": 747
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 112,
"endOffset": 163
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 112,
"endOffset": 163
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 69,
"endOffset": 120
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 69,
"endOffset": 120
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 125,
"endColumn": 83,
"endOffset": 204
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 3,
"startColumn": 4,
"startOffset": 125,
"endColumn": 83,
"endOffset": 204
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 209,
"endColumn": 83,
"endOffset": 288
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 209,
"endColumn": 83,
"endOffset": 288
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 293,
"endColumn": 95,
"endOffset": 384
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 293,
"endColumn": 95,
"endOffset": 384
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 389,
"endColumn": 101,
"endOffset": 486
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 389,
"endColumn": 101,
"endOffset": 486
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 491,
"endColumn": 101,
"endOffset": 588
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 491,
"endColumn": 101,
"endOffset": 588
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 593,
"endColumn": 93,
"endOffset": 682
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-night-v8\\values-night-v8.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 593,
"endColumn": 93,
"endOffset": 682
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 55,
"endOffset": 106
},
"from": {
"file": "D:\\BBPS(BHIM)\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\25.0.0\\res\\values-port\\values-port.xml",
"position": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 55,
"endOffset": 106
}
}
}
]
}
]
\ No newline at end of file
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment