├── .gradle
├── 5.1.1
│ ├── gc.properties
│ ├── fileChanges
│ │ └── last-build.bin
│ ├── fileHashes
│ │ ├── fileHashes.bin
│ │ └── fileHashes.lock
│ └── executionHistory
│ │ ├── executionHistory.bin
│ │ └── executionHistory.lock
├── vcs-1
│ └── gc.properties
├── 4.4
│ ├── fileChanges
│ │ └── last-build.bin
│ └── fileHashes
│ │ ├── fileHashes.bin
│ │ └── fileHashes.lock
└── buildOutputCleanup
│ ├── cache.properties
│ ├── outputFiles.bin
│ └── buildOutputCleanup.lock
├── app
├── .gitignore
├── release
│ ├── app-release.apk
│ └── output.json
└── src
│ └── main
│ └── res
│ ├── drawable
│ ├── due.png
│ ├── pos.png
│ ├── sell.png
│ ├── stock.png
│ ├── invoise.png
│ ├── profle.png
│ ├── report.PNG
│ ├── updateicon.png
│ └── backgroundfive.jpg
│ ├── mipmap-hdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ └── values
│ └── colors.xml
├── settings.gradle
├── p25Demo
├── build
│ ├── .transforms
│ │ ├── 51345ecdf994ce307a93f84d4493d1bd.bin
│ │ └── 51345ecdf994ce307a93f84d4493d1bd
│ │ │ └── classes
│ │ │ └── classes.dex
│ ├── intermediates
│ │ ├── incremental
│ │ │ ├── compileDebugAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileReleaseAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ └── dependency.store
│ │ │ ├── debug-mergeJniLibs
│ │ │ │ └── merge-state
│ │ │ ├── debug-mergeNativeLibs
│ │ │ │ └── merge-state
│ │ │ ├── release-mergeJniLibs
│ │ │ │ └── merge-state
│ │ │ ├── mergeDebugResources
│ │ │ │ └── merged.dir
│ │ │ │ │ ├── values-port
│ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ │ └── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ ├── mergeReleaseResources
│ │ │ │ └── merged.dir
│ │ │ │ │ ├── values-port
│ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ └── values-v16.xml
│ │ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ ├── dataBindingGenBaseClassesDebug
│ │ │ │ └── base_builder_log.json
│ │ │ ├── packageDebugResources
│ │ │ │ └── merged.dir
│ │ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ ├── packageReleaseResources
│ │ │ │ └── merged.dir
│ │ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ └── mergeDebugAndroidTestResources
│ │ │ │ └── merged.dir
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ └── values-sw720dp-land-v13.xml
│ │ ├── intermediate-jars
│ │ │ ├── debug
│ │ │ │ ├── res.jar
│ │ │ │ └── classes.jar
│ │ │ └── release
│ │ │ │ ├── res.jar
│ │ │ │ └── classes.jar
│ │ ├── library_java_res
│ │ │ └── debug
│ │ │ │ └── res.jar
│ │ ├── transforms
│ │ │ ├── stripDebugSymbol
│ │ │ │ ├── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ │ └── __content__.json
│ │ │ └── mergeJniLibs
│ │ │ │ ├── debug
│ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ └── __content__.json
│ │ ├── incremental-safeguard
│ │ │ ├── debug
│ │ │ │ └── tag.txt
│ │ │ ├── release
│ │ │ │ └── tag.txt
│ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ ├── proguard-rules
│ │ │ └── release
│ │ │ │ └── aapt_rules.txt
│ │ ├── data-binding-info
│ │ │ ├── debug
│ │ │ │ └── _generated.txt
│ │ │ └── release
│ │ │ │ └── _generated.txt
│ │ ├── data-binding
│ │ │ ├── debug
│ │ │ │ ├── class-list
│ │ │ │ │ └── _generated.txt
│ │ │ │ └── bundle-bin
│ │ │ │ │ └── net.londatiga.android.bluebamboo-br.bin
│ │ │ └── release
│ │ │ │ └── class-list
│ │ │ │ └── _generated.txt
│ │ ├── javaPrecompile
│ │ │ ├── debug
│ │ │ │ └── annotationProcessors.json
│ │ │ └── release
│ │ │ │ └── annotationProcessors.json
│ │ ├── bundles
│ │ │ ├── debug
│ │ │ │ ├── classes.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ └── data-binding
│ │ │ │ │ └── bin-files
│ │ │ │ │ └── net.londatiga.android.bluebamboo--br.bin
│ │ │ └── default
│ │ │ │ ├── classes.jar
│ │ │ │ └── res
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ └── values-sw720dp-land-v13.xml
│ │ ├── annotation_processor_list
│ │ │ └── debug
│ │ │ │ └── annotationProcessors.json
│ │ ├── res
│ │ │ ├── resources-debug-androidTest.ap_
│ │ │ ├── merged
│ │ │ │ ├── debug
│ │ │ │ │ ├── values-port
│ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── values-v16
│ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values-sw720dp-land-v13
│ │ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az
│ │ │ │ │ │ └── values-az.xml
│ │ │ │ │ ├── values-bg
│ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn
│ │ │ │ │ │ └── values-bn.xml
│ │ │ │ │ ├── values-bs
│ │ │ │ │ │ └── values-bs.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-et
│ │ │ │ │ │ └── values-et.xml
│ │ │ │ │ ├── values-eu
│ │ │ │ │ │ └── values-eu.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-gl
│ │ │ │ │ │ └── values-gl.xml
│ │ │ │ │ ├── values-gu
│ │ │ │ │ │ └── values-gu.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy
│ │ │ │ │ │ └── values-hy.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is
│ │ │ │ │ │ └── values-is.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka
│ │ │ │ │ │ └── values-ka.xml
│ │ │ │ │ ├── values-kk
│ │ │ │ │ │ └── values-kk.xml
│ │ │ │ │ ├── values-km
│ │ │ │ │ │ └── values-km.xml
│ │ │ │ │ ├── values-kn
│ │ │ │ │ │ └── values-kn.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky
│ │ │ │ │ │ └── values-ky.xml
│ │ │ │ │ ├── values-lo
│ │ │ │ │ │ └── values-lo.xml
│ │ │ │ │ ├── values-lt
│ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ ├── values-lv
│ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ ├── values-mk
│ │ │ │ │ │ └── values-mk.xml
│ │ │ │ │ ├── values-ml
│ │ │ │ │ │ └── values-ml.xml
│ │ │ │ │ ├── values-mn
│ │ │ │ │ │ └── values-mn.xml
│ │ │ │ │ ├── values-mr
│ │ │ │ │ │ └── values-mr.xml
│ │ │ │ │ ├── values-ms
│ │ │ │ │ │ └── values-ms.xml
│ │ │ │ │ ├── values-my
│ │ │ │ │ │ └── values-my.xml
│ │ │ │ │ ├── values-nb
│ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ ├── values-ne
│ │ │ │ │ │ └── values-ne.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ ├── values-pa
│ │ │ │ │ │ └── values-pa.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si
│ │ │ │ │ │ └── values-si.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq
│ │ │ │ │ │ └── values-sq.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-ta
│ │ │ │ │ │ └── values-ta.xml
│ │ │ │ │ ├── values-te
│ │ │ │ │ │ └── values-te.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur
│ │ │ │ │ │ └── values-ur.xml
│ │ │ │ │ ├── values-uz
│ │ │ │ │ │ └── values-uz.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ ├── values-be
│ │ │ │ │ │ └── values-be.xml
│ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-b+sr+Latn
│ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ ├── menu_main.xml.flat
│ │ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ │ ├── layout_dialog_input.xml.flat
│ │ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ │ ├── layout_simple_spinner_item.xml.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_ic_launcher.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_ic_launcher.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_ic_launcher.png.flat
│ │ │ │ │ │ ├── layout_activity_main_printer.xml.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_ic_launcher.png.flat
│ │ │ │ │ │ └── layout_simple_spinner_dropdown_item.xml.flat
│ │ │ │ └── release
│ │ │ │ │ ├── values-port
│ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az
│ │ │ │ │ └── values-az.xml
│ │ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn
│ │ │ │ │ └── values-bn.xml
│ │ │ │ │ ├── values-bs
│ │ │ │ │ └── values-bs.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-et
│ │ │ │ │ └── values-et.xml
│ │ │ │ │ ├── values-eu
│ │ │ │ │ └── values-eu.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-gl
│ │ │ │ │ └── values-gl.xml
│ │ │ │ │ ├── values-gu
│ │ │ │ │ └── values-gu.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy
│ │ │ │ │ └── values-hy.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is
│ │ │ │ │ └── values-is.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka
│ │ │ │ │ └── values-ka.xml
│ │ │ │ │ ├── values-kk
│ │ │ │ │ └── values-kk.xml
│ │ │ │ │ ├── values-km
│ │ │ │ │ └── values-km.xml
│ │ │ │ │ ├── values-kn
│ │ │ │ │ └── values-kn.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky
│ │ │ │ │ └── values-ky.xml
│ │ │ │ │ ├── values-lo
│ │ │ │ │ └── values-lo.xml
│ │ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ │ ├── values-mk
│ │ │ │ │ └── values-mk.xml
│ │ │ │ │ ├── values-ml
│ │ │ │ │ └── values-ml.xml
│ │ │ │ │ ├── values-mn
│ │ │ │ │ └── values-mn.xml
│ │ │ │ │ ├── values-mr
│ │ │ │ │ └── values-mr.xml
│ │ │ │ │ ├── values-ms
│ │ │ │ │ └── values-ms.xml
│ │ │ │ │ ├── values-my
│ │ │ │ │ └── values-my.xml
│ │ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ │ ├── values-ne
│ │ │ │ │ └── values-ne.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ │ ├── values-pa
│ │ │ │ │ └── values-pa.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si
│ │ │ │ │ └── values-si.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq
│ │ │ │ │ └── values-sq.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-ta
│ │ │ │ │ └── values-ta.xml
│ │ │ │ │ ├── values-te
│ │ │ │ │ └── values-te.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur
│ │ │ │ │ └── values-ur.xml
│ │ │ │ │ ├── values-uz
│ │ │ │ │ └── values-uz.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ │ ├── values-be
│ │ │ │ │ └── values-be.xml
│ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ └── debug
│ │ │ │ └── output.json
│ │ ├── compile_library_classes
│ │ │ └── debug
│ │ │ │ └── classes.jar
│ │ ├── full_jar
│ │ │ └── debug
│ │ │ │ └── createFullJarDebug
│ │ │ │ └── full.jar
│ │ ├── runtime_library_classes
│ │ │ └── debug
│ │ │ │ └── classes.jar
│ │ ├── classes
│ │ │ ├── debug
│ │ │ │ ├── android
│ │ │ │ │ ├── arch
│ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ └── R$styleable.class
│ │ │ │ │ │ └── coreutils
│ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ └── R$styleable.class
│ │ │ │ │ └── databinding
│ │ │ │ │ │ ├── DataBindingComponent.class
│ │ │ │ │ │ └── layouts
│ │ │ │ │ │ └── DataBindingInfo.class
│ │ │ │ ├── com
│ │ │ │ │ └── android
│ │ │ │ │ │ └── databinding
│ │ │ │ │ │ └── library
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── baseAdapters
│ │ │ │ │ │ ├── BR.class
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ └── R$styleable.class
│ │ │ │ └── net
│ │ │ │ │ └── londatiga
│ │ │ │ │ └── android
│ │ │ │ │ └── bluebamboo
│ │ │ │ │ ├── BR.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── util
│ │ │ │ │ ├── Util.class
│ │ │ │ │ ├── Printer.class
│ │ │ │ │ ├── Tracer.class
│ │ │ │ │ ├── DataModel.class
│ │ │ │ │ ├── DateUtil.class
│ │ │ │ │ ├── ByteConvert.class
│ │ │ │ │ ├── FontDefine.class
│ │ │ │ │ ├── NumberUtil.class
│ │ │ │ │ ├── StringUtil.class
│ │ │ │ │ ├── AppParameters.class
│ │ │ │ │ ├── DataConstants.class
│ │ │ │ │ └── FileOperation.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── P25Connector.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── PrintSellInfo.class
│ │ │ │ │ ├── InputTextDialog$1.class
│ │ │ │ │ ├── InputTextDialog.class
│ │ │ │ │ ├── pockdata
│ │ │ │ │ ├── Function.class
│ │ │ │ │ ├── PocketPos.class
│ │ │ │ │ ├── PostDefine.class
│ │ │ │ │ ├── SmartPost.class
│ │ │ │ │ └── PostMessage.class
│ │ │ │ │ ├── MainActivityPrinter.class
│ │ │ │ │ ├── MainActivityPrinter$1.class
│ │ │ │ │ ├── MainActivityPrinter$2.class
│ │ │ │ │ ├── MainActivityPrinter$3.class
│ │ │ │ │ ├── MainActivityPrinter$4.class
│ │ │ │ │ ├── MainActivityPrinter$5.class
│ │ │ │ │ ├── MainActivityPrinter$6.class
│ │ │ │ │ ├── MainActivityPrinter$7.class
│ │ │ │ │ ├── P25ConnectionException.class
│ │ │ │ │ └── P25Connector$ConnectTask.class
│ │ │ ├── release
│ │ │ │ ├── android
│ │ │ │ │ ├── arch
│ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ └── R$styleable.class
│ │ │ │ │ │ └── coreutils
│ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ └── R$styleable.class
│ │ │ │ │ └── databinding
│ │ │ │ │ │ ├── DataBindingComponent.class
│ │ │ │ │ │ └── layouts
│ │ │ │ │ │ └── DataBindingInfo.class
│ │ │ │ ├── com
│ │ │ │ │ └── android
│ │ │ │ │ │ └── databinding
│ │ │ │ │ │ └── library
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── baseAdapters
│ │ │ │ │ │ ├── BR.class
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ └── R$styleable.class
│ │ │ │ └── net
│ │ │ │ │ └── londatiga
│ │ │ │ │ └── android
│ │ │ │ │ └── bluebamboo
│ │ │ │ │ ├── BR.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── util
│ │ │ │ │ ├── Util.class
│ │ │ │ │ ├── Printer.class
│ │ │ │ │ ├── Tracer.class
│ │ │ │ │ ├── DataModel.class
│ │ │ │ │ ├── DateUtil.class
│ │ │ │ │ ├── FontDefine.class
│ │ │ │ │ ├── NumberUtil.class
│ │ │ │ │ ├── StringUtil.class
│ │ │ │ │ ├── ByteConvert.class
│ │ │ │ │ ├── AppParameters.class
│ │ │ │ │ ├── DataConstants.class
│ │ │ │ │ └── FileOperation.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── P25Connector.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── InputTextDialog.class
│ │ │ │ │ ├── PrintSellInfo.class
│ │ │ │ │ ├── InputTextDialog$1.class
│ │ │ │ │ ├── pockdata
│ │ │ │ │ ├── Function.class
│ │ │ │ │ ├── PocketPos.class
│ │ │ │ │ ├── PostDefine.class
│ │ │ │ │ ├── PostMessage.class
│ │ │ │ │ └── SmartPost.class
│ │ │ │ │ ├── MainActivityPrinter.class
│ │ │ │ │ ├── MainActivityPrinter$1.class
│ │ │ │ │ ├── MainActivityPrinter$2.class
│ │ │ │ │ ├── MainActivityPrinter$3.class
│ │ │ │ │ ├── MainActivityPrinter$4.class
│ │ │ │ │ ├── MainActivityPrinter$5.class
│ │ │ │ │ ├── MainActivityPrinter$6.class
│ │ │ │ │ ├── MainActivityPrinter$7.class
│ │ │ │ │ ├── P25ConnectionException.class
│ │ │ │ │ └── P25Connector$ConnectTask.class
│ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ ├── support
│ │ │ │ │ └── v4
│ │ │ │ │ │ └── R.class
│ │ │ │ └── databinding
│ │ │ │ │ ├── DynamicUtil.class
│ │ │ │ │ ├── DataBinderMapper.class
│ │ │ │ │ ├── DataBindingComponent.class
│ │ │ │ │ └── layouts
│ │ │ │ │ └── DataBindingInfo.class
│ │ │ │ ├── com
│ │ │ │ └── android
│ │ │ │ │ └── databinding
│ │ │ │ │ └── library
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ └── baseAdapters
│ │ │ │ │ ├── BR.class
│ │ │ │ │ └── R.class
│ │ │ │ └── net
│ │ │ │ └── londatiga
│ │ │ │ └── android
│ │ │ │ └── bluebamboo
│ │ │ │ ├── BR.class
│ │ │ │ ├── R.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── test
│ │ │ │ ├── BR.class
│ │ │ │ ├── R.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$layout.class
│ │ │ │ └── R$string.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$layout.class
│ │ │ │ └── R$string.class
│ │ ├── manifest
│ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── output.json
│ │ ├── compile_only_not_namespaced_r_class_jar
│ │ │ └── debug
│ │ │ │ ├── R.jar
│ │ │ │ └── generateDebugRFile
│ │ │ │ └── R.jar
│ │ ├── packaged_res
│ │ │ ├── debug
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ └── release
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ └── values-sw720dp-land-v13.xml
│ │ ├── data-binding-layout-out
│ │ │ ├── debug
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ ├── release
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── values-sw720dp-land-v13
│ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── values-sw720dp-land-v13
│ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ │ └── drawable-xxhdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ └── javac
│ │ │ └── debug
│ │ │ └── classes
│ │ │ ├── net
│ │ │ └── londatiga
│ │ │ │ └── android
│ │ │ │ └── bluebamboo
│ │ │ │ ├── BR.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── util
│ │ │ │ ├── Tracer.class
│ │ │ │ ├── Util.class
│ │ │ │ ├── DateUtil.class
│ │ │ │ ├── Printer.class
│ │ │ │ ├── ByteConvert.class
│ │ │ │ ├── DataModel.class
│ │ │ │ ├── FontDefine.class
│ │ │ │ ├── NumberUtil.class
│ │ │ │ ├── StringUtil.class
│ │ │ │ ├── AppParameters.class
│ │ │ │ ├── DataConstants.class
│ │ │ │ └── FileOperation.class
│ │ │ │ ├── P25Connector.class
│ │ │ │ ├── PrintSellInfo.class
│ │ │ │ ├── DataBindingInfo.class
│ │ │ │ ├── InputTextDialog.class
│ │ │ │ ├── InputTextDialog$1.class
│ │ │ │ └── pockdata
│ │ │ │ ├── Function.class
│ │ │ │ ├── PocketPos.class
│ │ │ │ └── SmartPost.class
│ │ │ ├── android
│ │ │ └── databinding
│ │ │ │ └── DataBindingComponent.class
│ │ │ └── com
│ │ │ └── android
│ │ │ └── databinding
│ │ │ └── library
│ │ │ └── baseAdapters
│ │ │ └── BR.class
│ ├── outputs
│ │ └── aar
│ │ │ ├── p25Demo-debug.aar
│ │ │ └── p25Demo-release.aar
│ └── generated
│ │ ├── mockable-android-17.v3.jar
│ │ ├── source
│ │ ├── apt
│ │ │ ├── debug
│ │ │ │ ├── android
│ │ │ │ │ └── databinding
│ │ │ │ │ │ └── DataBindingComponent.java
│ │ │ │ ├── net
│ │ │ │ │ └── londatiga
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── bluebamboo
│ │ │ │ │ │ └── BR.java
│ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── databinding
│ │ │ │ │ └── library
│ │ │ │ │ └── baseAdapters
│ │ │ │ │ └── BR.java
│ │ │ ├── release
│ │ │ │ ├── android
│ │ │ │ │ └── databinding
│ │ │ │ │ │ └── DataBindingComponent.java
│ │ │ │ ├── net
│ │ │ │ │ └── londatiga
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── bluebamboo
│ │ │ │ │ │ └── BR.java
│ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── databinding
│ │ │ │ │ └── library
│ │ │ │ │ └── baseAdapters
│ │ │ │ │ └── BR.java
│ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ └── databinding
│ │ │ │ │ └── DataBindingComponent.java
│ │ │ │ ├── net
│ │ │ │ └── londatiga
│ │ │ │ │ └── android
│ │ │ │ │ └── bluebamboo
│ │ │ │ │ ├── BR.java
│ │ │ │ │ └── test
│ │ │ │ │ └── BR.java
│ │ │ │ └── com
│ │ │ │ └── android
│ │ │ │ └── databinding
│ │ │ │ └── library
│ │ │ │ └── baseAdapters
│ │ │ │ └── BR.java
│ │ └── dataBinding
│ │ │ └── trigger
│ │ │ └── debug
│ │ │ └── net
│ │ │ └── londatiga
│ │ │ └── android
│ │ │ └── bluebamboo
│ │ │ └── DataBindingInfo.java
│ │ └── ap_generated_sources
│ │ └── debug
│ │ └── out
│ │ ├── android
│ │ └── databinding
│ │ │ └── DataBindingComponent.java
│ │ ├── net
│ │ └── londatiga
│ │ │ └── android
│ │ │ └── bluebamboo
│ │ │ └── BR.java
│ │ └── com
│ │ └── android
│ │ └── databinding
│ │ └── library
│ │ └── baseAdapters
│ │ └── BR.java
└── src
│ └── main
│ └── res
│ ├── drawable-hdpi
│ └── ic_launcher.png
│ ├── drawable-mdpi
│ └── ic_launcher.png
│ ├── drawable-xhdpi
│ └── ic_launcher.png
│ └── drawable-xxhdpi
│ └── ic_launcher.png
├── .idea
├── caches
│ ├── gradle_models.ser
│ └── build_file_checksums.ser
├── encodings.xml
└── vcs.xml
├── gradle
└── wrapper
│ └── gradle-wrapper.jar
└── .gitignore
/.gradle/5.1.1/gc.properties:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gradle/vcs-1/gc.properties:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/.gradle/4.4/fileChanges/last-build.bin:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gradle/5.1.1/fileChanges/last-build.bin:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 | include ':p25Demo'
3 |
--------------------------------------------------------------------------------
/p25Demo/build/.transforms/51345ecdf994ce307a93f84d4493d1bd.bin:
--------------------------------------------------------------------------------
1 | o/classes
2 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/compileDebugAidl/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/compileReleaseAidl/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/intermediate-jars/debug/res.jar:
--------------------------------------------------------------------------------
1 | PK
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/intermediate-jars/release/res.jar:
--------------------------------------------------------------------------------
1 | PK
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/library_java_res/debug/res.jar:
--------------------------------------------------------------------------------
1 | PK
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/transforms/stripDebugSymbol/debug/__content__.json:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/transforms/stripDebugSymbol/release/__content__.json:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental-safeguard/debug/tag.txt:
--------------------------------------------------------------------------------
1 | incremental task execution
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental-safeguard/release/tag.txt:
--------------------------------------------------------------------------------
1 | incremental task execution
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/cache.properties:
--------------------------------------------------------------------------------
1 | #Sun Mar 01 11:19:09 ICT 2020
2 | gradle.version=5.4.1
3 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental-safeguard/androidTest/debug/tag.txt:
--------------------------------------------------------------------------------
1 | incremental task execution
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/proguard-rules/release/aapt_rules.txt:
--------------------------------------------------------------------------------
1 | # Generated by the gradle plugin
2 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-info/debug/_generated.txt:
--------------------------------------------------------------------------------
1 | android.databinding.DataBindingComponent
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-info/release/_generated.txt:
--------------------------------------------------------------------------------
1 | android.databinding.DataBindingComponent
--------------------------------------------------------------------------------
/app/release/app-release.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/release/app-release.apk
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding/debug/class-list/_generated.txt:
--------------------------------------------------------------------------------
1 | android.databinding.DataBindingComponent
--------------------------------------------------------------------------------
/.idea/caches/gradle_models.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.idea/caches/gradle_models.ser
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding/release/class-list/_generated.txt:
--------------------------------------------------------------------------------
1 | android.databinding.DataBindingComponent
--------------------------------------------------------------------------------
/app/src/main/res/drawable/due.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/due.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/pos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/pos.png
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/app/src/main/res/drawable/sell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/sell.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/stock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/stock.png
--------------------------------------------------------------------------------
/.gradle/4.4/fileHashes/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/4.4/fileHashes/fileHashes.bin
--------------------------------------------------------------------------------
/.gradle/4.4/fileHashes/fileHashes.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/4.4/fileHashes/fileHashes.lock
--------------------------------------------------------------------------------
/.idea/caches/build_file_checksums.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.idea/caches/build_file_checksums.ser
--------------------------------------------------------------------------------
/app/src/main/res/drawable/invoise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/invoise.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/profle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/profle.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/report.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/report.PNG
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javaPrecompile/debug/annotationProcessors.json:
--------------------------------------------------------------------------------
1 | ["compiler.jar (com.android.databinding:compiler:3.1.1)"]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javaPrecompile/release/annotationProcessors.json:
--------------------------------------------------------------------------------
1 | ["compiler.jar (com.android.databinding:compiler:3.1.1)"]
--------------------------------------------------------------------------------
/.gradle/5.1.1/fileHashes/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/5.1.1/fileHashes/fileHashes.bin
--------------------------------------------------------------------------------
/.gradle/5.1.1/fileHashes/fileHashes.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/5.1.1/fileHashes/fileHashes.lock
--------------------------------------------------------------------------------
/app/src/main/res/drawable/updateicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/updateicon.png
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/outputFiles.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/buildOutputCleanup/outputFiles.bin
--------------------------------------------------------------------------------
/p25Demo/build/outputs/aar/p25Demo-debug.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/outputs/aar/p25Demo-debug.aar
--------------------------------------------------------------------------------
/app/src/main/res/drawable/backgroundfive.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/drawable/backgroundfive.jpg
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/outputs/aar/p25Demo-release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/outputs/aar/p25Demo-release.aar
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/buildOutputCleanup.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/buildOutputCleanup/buildOutputCleanup.lock
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/p25Demo/build/generated/mockable-android-17.v3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/generated/mockable-android-17.v3.jar
--------------------------------------------------------------------------------
/p25Demo/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/.gradle/5.1.1/executionHistory/executionHistory.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/5.1.1/executionHistory/executionHistory.bin
--------------------------------------------------------------------------------
/.gradle/5.1.1/executionHistory/executionHistory.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/.gradle/5.1.1/executionHistory/executionHistory.lock
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/classes.jar
--------------------------------------------------------------------------------
/p25Demo/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/src/main/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/src/main/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/.idea/encodings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/default/classes.jar
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | *.iml
2 | .gradle
3 | /local.properties
4 | /.idea/workspace.xml
5 | /.idea/libraries
6 | .DS_Store
7 | /build
8 | /captures
9 | .externalNativeBuild
10 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/debug/android/databinding/DataBindingComponent.java:
--------------------------------------------------------------------------------
1 | package android.databinding;
2 |
3 | public interface DataBindingComponent {
4 | }
5 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/release/android/databinding/DataBindingComponent.java:
--------------------------------------------------------------------------------
1 | package android.databinding;
2 |
3 | public interface DataBindingComponent {
4 | }
5 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/annotation_processor_list/debug/annotationProcessors.json:
--------------------------------------------------------------------------------
1 | {"databinding-compiler-3.5.3.jar (androidx.databinding:databinding-compiler:3.5.3)":true}
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/intermediate-jars/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/intermediate-jars/debug/classes.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/resources-debug-androidTest.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/resources-debug-androidTest.ap_
--------------------------------------------------------------------------------
/p25Demo/build/generated/ap_generated_sources/debug/out/android/databinding/DataBindingComponent.java:
--------------------------------------------------------------------------------
1 | package android.databinding;
2 |
3 | public interface DataBindingComponent {
4 | }
5 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/androidTest/debug/android/databinding/DataBindingComponent.java:
--------------------------------------------------------------------------------
1 | package android.databinding;
2 |
3 | public interface DataBindingComponent {
4 | }
5 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/intermediate-jars/release/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/intermediate-jars/release/classes.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/transforms/mergeJniLibs/debug/__content__.json:
--------------------------------------------------------------------------------
1 | [{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/transforms/mergeJniLibs/release/__content__.json:
--------------------------------------------------------------------------------
1 | [{"name":"resources","index":0,"scopes":["PROJECT"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":false}]
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/debug/net/londatiga/android/bluebamboo/BR.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
6 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/release/net/londatiga/android/bluebamboo/BR.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/compile_library_classes/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/compile_library_classes/debug/classes.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/full_jar/debug/createFullJarDebug/full.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/full_jar/debug/createFullJarDebug/full.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/debug-mergeJniLibs/merge-state:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/incremental/debug-mergeJniLibs/merge-state
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/runtime_library_classes/debug/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/runtime_library_classes/debug/classes.jar
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/arch/lifecycle/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/arch/lifecycle/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/debug-mergeNativeLibs/merge-state:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/incremental/debug-mergeNativeLibs/merge-state
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/release-mergeJniLibs/merge-state:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/incremental/release-mergeJniLibs/merge-state
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-port/values-port.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | false
4 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/ap_generated_sources/debug/out/net/londatiga/android/bluebamboo/BR.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
6 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/arch/lifecycle/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/arch/lifecycle/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/menu_main.xml.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/menu_main.xml.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-port/values-port.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | false
4 |
--------------------------------------------------------------------------------
/p25Demo/build/.transforms/51345ecdf994ce307a93f84d4493d1bd/classes/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/.transforms/51345ecdf994ce307a93f84d4493d1bd/classes/classes.dex
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/androidTest/debug/net/londatiga/android/bluebamboo/BR.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo;
2 |
3 | public class BR {
4 | public static final int _all = 0;
5 | }
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/manifest/androidTest/debug/output.json:
--------------------------------------------------------------------------------
1 | [{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":-1},"path":"AndroidManifest.xml","properties":{}}]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/androidTest/debug/output.json:
--------------------------------------------------------------------------------
1 | [{"outputType":{"type":"PROCESSED_RES"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":-1},"path":"resources-debugAndroidTest.ap_","properties":{}}]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-v16/values-v16.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-v16/values-v16.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/debug/com/android/databinding/library/baseAdapters/BR.java:
--------------------------------------------------------------------------------
1 | package com.android.databinding.library.baseAdapters;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
6 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/res/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/default/res/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/res/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/default/res/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/android/support/v4/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/android/support/v4/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/androidTest/debug/resources-debugAndroidTest.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/androidTest/debug/resources-debugAndroidTest.ap_
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/values_values.arsc.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/values_values.arsc.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/androidTest/debug/net/londatiga/android/bluebamboo/test/BR.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo.test;
2 |
3 | public class BR {
4 | public static final int _all = 0;
5 | }
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/release/com/android/databinding/library/baseAdapters/BR.java:
--------------------------------------------------------------------------------
1 | package com.android.databinding.library.baseAdapters;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/res/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/default/res/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/res/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/default/res/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/compat/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/compat/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/release/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/release/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/release/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/release/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/release/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/release/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/packaged_res/release/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/compat/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/compat/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_dialog_input.xml.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_dialog_input.xml.flat
--------------------------------------------------------------------------------
/p25Demo/build/generated/ap_generated_sources/debug/out/com/android/databinding/library/baseAdapters/BR.java:
--------------------------------------------------------------------------------
1 | package com.android.databinding.library.baseAdapters;
2 |
3 | public class BR {
4 | public static int _all = 0;
5 | }
6 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/res/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/default/res/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/databinding/DataBindingComponent.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/databinding/DataBindingComponent.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$menu.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/support/coreutils/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | false
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeReleaseResources/merged.dir/values-port/values-port.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | false
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/values-v11_values-v11.arsc.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/values-v11_values-v11.arsc.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/values-v14_values-v14.arsc.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/values-v14_values-v14.arsc.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/apt/androidTest/debug/com/android/databinding/library/baseAdapters/BR.java:
--------------------------------------------------------------------------------
1 | package com.android.databinding.library.baseAdapters;
2 |
3 | public class BR {
4 | public static final int _all = 0;
5 | }
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Util.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Util.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/databinding/DataBindingComponent.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/databinding/DataBindingComponent.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$menu.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/packaged_res/release/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DynamicUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DynamicUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/android/databinding/layouts/DataBindingInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/android/databinding/layouts/DataBindingInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/BuildConfig.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25Connector.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25Connector.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Printer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Printer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Tracer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/Tracer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/android/databinding/layouts/DataBindingInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/android/databinding/layouts/DataBindingInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Util.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Util.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/debug/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeReleaseResources/merged.dir/values-v16/values-v16.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_simple_spinner_item.xml.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_simple_spinner_item.xml.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/PrintSellInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/PrintSellInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DataModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DataModel.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DateUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DateUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/BuildConfig.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25Connector.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25Connector.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Printer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Printer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Tracer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/Tracer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/release/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/release/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/android/databinding/DataBindingComponent.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/android/databinding/DataBindingComponent.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/debug/output.json:
--------------------------------------------------------------------------------
1 | [{"outputType":{"type":"PROCESSED_RES"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":-1},"path":"resources-debug.ap_","properties":{"packageId":"net.londatiga.android.bluebamboo","split":""}}]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-hdpi-v4_ic_launcher.png.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-hdpi-v4_ic_launcher.png.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-mdpi-v4_ic_launcher.png.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-mdpi-v4_ic_launcher.png.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi-v4_ic_launcher.png.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi-v4_ic_launcher.png.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_activity_main_printer.xml.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_activity_main_printer.xml.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-af/values-af.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-am/values-am.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ar/values-ar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-az/values-az.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-bg/values-bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-bn/values-bn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "৯৯৯+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-bs/values-bs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ca/values-ca.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-cs/values-cs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-da/values-da.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-de/values-de.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-el/values-el.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-es/values-es.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-et/values-et.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-eu/values-eu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-fa/values-fa.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "۹۹۹+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-fi/values-fi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-fr/values-fr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-gl/values-gl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-gu/values-gu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-hi/values-hi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-hr/values-hr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-hu/values-hu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-hy/values-hy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-in/values-in.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-is/values-is.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-it/values-it.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-iw/values-iw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ja/values-ja.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ka/values-ka.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-kk/values-kk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-km/values-km.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-kn/values-kn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ko/values-ko.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ky/values-ky.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-lo/values-lo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-lt/values-lt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-lv/values-lv.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-mk/values-mk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ml/values-ml.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-mn/values-mn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-mr/values-mr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ms/values-ms.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-my/values-my.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "၉၉၉+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-nb/values-nb.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ne/values-ne.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "९९९+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-nl/values-nl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-pa/values-pa.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-pl/values-pl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-pt/values-pt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ro/values-ro.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "˃999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ru/values-ru.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-si/values-si.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sk/values-sk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sl/values-sl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sq/values-sq.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sr/values-sr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sv/values-sv.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-sw/values-sw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ta/values-ta.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-te/values-te.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-th/values-th.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-tl/values-tl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-tr/values-tr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-uk/values-uk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-ur/values-ur.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-uz/values-uz.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-vi/values-vi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-zu/values-zu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-af/values-af.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-am/values-am.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ar/values-ar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-az/values-az.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-bg/values-bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-bn/values-bn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "৯৯৯+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-bs/values-bs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ca/values-ca.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-cs/values-cs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-da/values-da.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-de/values-de.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-el/values-el.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-es/values-es.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-et/values-et.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-eu/values-eu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-fa/values-fa.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "۹۹۹+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-fi/values-fi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-fr/values-fr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-gl/values-gl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-gu/values-gu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-hi/values-hi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-hr/values-hr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-hu/values-hu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-hy/values-hy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-in/values-in.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-is/values-is.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-it/values-it.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-iw/values-iw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ja/values-ja.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ka/values-ka.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-kk/values-kk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-km/values-km.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-kn/values-kn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ko/values-ko.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ky/values-ky.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-lo/values-lo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-lt/values-lt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-lv/values-lv.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-mk/values-mk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ml/values-ml.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-mn/values-mn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-mr/values-mr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ms/values-ms.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-my/values-my.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "၉၉၉+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-nb/values-nb.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ne/values-ne.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "९९९+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-nl/values-nl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-pa/values-pa.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-pl/values-pl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-pt/values-pt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ro/values-ro.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "˃999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ru/values-ru.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-si/values-si.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sk/values-sk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sl/values-sl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sq/values-sq.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sr/values-sr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sv/values-sv.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-sw/values-sw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ta/values-ta.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-te/values-te.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-th/values-th.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-tl/values-tl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-tr/values-tr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-uk/values-uk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-ur/values-ur.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-uz/values-uz.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-vi/values-vi.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-zu/values-zu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DataBinderMapper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DataBinderMapper.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/InputTextDialog$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/InputTextDialog$1.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/InputTextDialog.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/InputTextDialog.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/Function.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/Function.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/ByteConvert.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/ByteConvert.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/FontDefine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/FontDefine.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/NumberUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/NumberUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/StringUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/StringUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/InputTextDialog.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/InputTextDialog.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/PrintSellInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/PrintSellInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DataModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DataModel.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DateUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DateUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/FontDefine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/FontDefine.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/NumberUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/NumberUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/StringUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/StringUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/generateDebugRFile/R.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/generateDebugRFile/R.jar
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding/debug/bundle-bin/net.londatiga.android.bluebamboo-br.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding/debug/bundle-bin/net.londatiga.android.bluebamboo-br.bin
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/BuildConfig.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Tracer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Tracer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Util.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Util.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi-v4_ic_launcher.png.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi-v4_ic_launcher.png.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-be/values-be.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "больш за 999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999 +"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_low_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_low_normal.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_low_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
--------------------------------------------------------------------------------
/app/release/output.json:
--------------------------------------------------------------------------------
1 | [{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DataBindingComponent.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/DataBindingComponent.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$menu.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PocketPos.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PocketPos.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PostDefine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PostDefine.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/SmartPost.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/SmartPost.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/AppParameters.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/AppParameters.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DataConstants.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/DataConstants.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/FileOperation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/util/FileOperation.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/InputTextDialog$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/InputTextDialog$1.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/Function.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/Function.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/ByteConvert.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/ByteConvert.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeReleaseResources/merged.dir/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/packageDebugResources/merged.dir/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/P25Connector.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/P25Connector.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/PrintSellInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/PrintSellInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DateUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DateUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Printer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/Printer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/debug/values-b+sr+Latn/values-b+sr+Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-be/values-be.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "больш за 999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-en-rAU/values-en-rAU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-en-rGB/values-en-rGB.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-en-rIN/values-en-rIN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-es-rUS/values-es-rUS.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-fr-rCA/values-fr-rCA.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-pt-rBR/values-pt-rBR.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-pt-rPT/values-pt-rPT.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "+999"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-zh-rCN/values-zh-rCN.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-zh-rHK/values-zh-rHK.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999 +"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-zh-rTW/values-zh-rTW.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/layouts/DataBindingInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/android/databinding/layouts/DataBindingInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$id.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$1.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$2.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$3.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$4.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$5.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$6.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/MainActivityPrinter$7.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25ConnectionException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25ConnectionException.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PostMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/pockdata/PostMessage.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$bool.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PocketPos.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PocketPos.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PostDefine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PostDefine.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PostMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/PostMessage.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/SmartPost.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/pockdata/SmartPost.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/AppParameters.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/AppParameters.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DataConstants.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/DataConstants.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/FileOperation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/util/FileOperation.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-hdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-hdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-mdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-mdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-xhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-xhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/packageReleaseResources/merged.dir/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/com/android/databinding/library/baseAdapters/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/com/android/databinding/library/baseAdapters/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/DataBindingInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/DataBindingInfo.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/InputTextDialog.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/InputTextDialog.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/ByteConvert.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/ByteConvert.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DataModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DataModel.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/FontDefine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/FontDefine.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/NumberUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/NumberUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/StringUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/StringUtil.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_simple_spinner_dropdown_item.xml.flat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/androidTest/debug/layout_simple_spinner_dropdown_item.xml.flat
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/res/merged/release/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/res/merged/release/values-b+sr+Latn/values-b+sr+Latn.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | ">999"
4 |
--------------------------------------------------------------------------------
/app/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2196f3
4 | #1976d2
5 | #FF4081
6 |
7 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/bundles/debug/data-binding/bin-files/net.londatiga.android.bluebamboo--br.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/bundles/debug/data-binding/bin-files/net.londatiga.android.bluebamboo--br.bin
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$attr.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$color.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$dimen.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$menu.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$style.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/com/android/databinding/library/baseAdapters/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25Connector$ConnectTask.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/debug/net/londatiga/android/bluebamboo/P25Connector$ConnectTask.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$integer.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$1.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$2.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$3.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$4.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$5.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$6.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/MainActivityPrinter$7.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25ConnectionException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25ConnectionException.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-xxhdpi-v4/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/data-binding-layout-out/androidTest/debug/drawable-xxhdpi-v4/ic_launcher.png
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw720dp-land-v13/values-sw720dp-land-v13.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 128dp
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/InputTextDialog$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/InputTextDialog$1.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/Function.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/Function.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/PocketPos.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/PocketPos.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/SmartPost.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/pockdata/SmartPost.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/AppParameters.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/AppParameters.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DataConstants.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/DataConstants.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/FileOperation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/javac/debug/classes/net/londatiga/android/bluebamboo/util/FileOperation.class
--------------------------------------------------------------------------------
/p25Demo/build/generated/source/dataBinding/trigger/debug/net/londatiga/android/bluebamboo/DataBindingInfo.java:
--------------------------------------------------------------------------------
1 | package net.londatiga.android.bluebamboo;
2 |
3 | import android.databinding.BindingBuildInfo;
4 |
5 | @BindingBuildInfo
6 | public class DataBindingInfo {}
7 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/baseAdapters/BR.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/baseAdapters/BR.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/baseAdapters/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/com/android/databinding/library/baseAdapters/R.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$drawable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$layout.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/androidTest/debug/net/londatiga/android/bluebamboo/test/R$string.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/com/android/databinding/library/baseAdapters/R$styleable.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25Connector$ConnectTask.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ashraf789/Android-POS/HEAD/p25Demo/build/intermediates/classes/release/net/londatiga/android/bluebamboo/P25Connector$ConnectTask.class
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------
/p25Demo/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "999+"
4 |
--------------------------------------------------------------------------------