├── 便签卡
├── .gitignore
├── settings.gradle
├── publish.keystore
├── app
│ ├── build
│ │ ├── bin
│ │ │ ├── app.apk
│ │ │ ├── classes.dex
│ │ │ ├── resources.ap_
│ │ │ ├── res
│ │ │ │ ├── mipmap
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── drawable
│ │ │ │ │ └── image_back.png
│ │ │ ├── classesdebug
│ │ │ │ ├── adrt
│ │ │ │ │ ├── ADRT.class
│ │ │ │ │ ├── ADRTLongMap.class
│ │ │ │ │ ├── ADRTLongSet.class
│ │ │ │ │ ├── ADRTMetadata.class
│ │ │ │ │ ├── ADRTReceiver.class
│ │ │ │ │ ├── ADRTSender.class
│ │ │ │ │ ├── ADRTThread.class
│ │ │ │ │ ├── ADRTReflector.class
│ │ │ │ │ ├── ADRTLogCatReader.class
│ │ │ │ │ └── ADRTThreadLocal.class
│ │ │ │ └── oboard
│ │ │ │ │ └── mcard
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── S.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$xml.class
│ │ │ │ │ ├── AppWidget.class
│ │ │ │ │ ├── CardView.class
│ │ │ │ │ ├── FastBlur.class
│ │ │ │ │ ├── R$0$debug.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── S$0$debug.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── EditActivity.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$attr$0$debug.class
│ │ │ │ │ ├── R$id$0$debug.class
│ │ │ │ │ ├── R$xml$0$debug.class
│ │ │ │ │ ├── CardView$0$debug.class
│ │ │ │ │ ├── FastBlur$0$debug.class
│ │ │ │ │ ├── R$layout$0$debug.class
│ │ │ │ │ ├── R$mipmap$0$debug.class
│ │ │ │ │ ├── R$string$0$debug.class
│ │ │ │ │ ├── R$style$0$debug.class
│ │ │ │ │ ├── AppWidget$0$debug.class
│ │ │ │ │ ├── BuildConfig$0$debug.class
│ │ │ │ │ ├── R$drawable$0$debug.class
│ │ │ │ │ ├── EditActivity$0$debug.class
│ │ │ │ │ ├── MainActivity$0$debug.class
│ │ │ │ │ ├── MainActivity$100000000.class
│ │ │ │ │ ├── MainActivity$100000005.class
│ │ │ │ │ ├── MainActivity$100000006.class
│ │ │ │ │ ├── MainActivity$100000007.class
│ │ │ │ │ ├── MainActivity$100000010.class
│ │ │ │ │ ├── MainActivity$100000000$0$debug.class
│ │ │ │ │ ├── MainActivity$100000005$0$debug.class
│ │ │ │ │ ├── MainActivity$100000006$0$debug.class
│ │ │ │ │ ├── MainActivity$100000007$0$debug.class
│ │ │ │ │ ├── MainActivity$100000010$0$debug.class
│ │ │ │ │ ├── MainActivity$100000005$100000001.class
│ │ │ │ │ ├── MainActivity$100000005$100000002.class
│ │ │ │ │ ├── MainActivity$100000005$100000003.class
│ │ │ │ │ ├── MainActivity$100000005$100000004.class
│ │ │ │ │ ├── MainActivity$100000010$100000008.class
│ │ │ │ │ ├── MainActivity$100000010$100000009.class
│ │ │ │ │ ├── MainActivity$100000005$100000001$0$debug.class
│ │ │ │ │ ├── MainActivity$100000005$100000002$0$debug.class
│ │ │ │ │ ├── MainActivity$100000005$100000003$0$debug.class
│ │ │ │ │ ├── MainActivity$100000005$100000004$0$debug.class
│ │ │ │ │ ├── MainActivity$100000010$100000008$0$debug.class
│ │ │ │ │ └── MainActivity$100000010$100000009$0$debug.class
│ │ │ ├── classesrelease
│ │ │ │ ├── oboard
│ │ │ │ │ └── mcard
│ │ │ │ │ │ ├── R.dex
│ │ │ │ │ │ ├── S.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── S.class
│ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$xml.dex
│ │ │ │ │ │ ├── AppWidget.dex
│ │ │ │ │ │ ├── CardView.dex
│ │ │ │ │ │ ├── FastBlur.dex
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$mipmap.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ ├── R$xml.class
│ │ │ │ │ │ ├── AppWidget.class
│ │ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ │ ├── CardView.class
│ │ │ │ │ │ ├── FastBlur.class
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── EditActivity.class
│ │ │ │ │ │ ├── EditActivity.dex
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── MainActivity$100000000.class
│ │ │ │ │ │ ├── MainActivity$100000000.dex
│ │ │ │ │ │ ├── MainActivity$100000005.class
│ │ │ │ │ │ ├── MainActivity$100000005.dex
│ │ │ │ │ │ ├── MainActivity$100000006.class
│ │ │ │ │ │ ├── MainActivity$100000006.dex
│ │ │ │ │ │ ├── MainActivity$100000007.class
│ │ │ │ │ │ ├── MainActivity$100000007.dex
│ │ │ │ │ │ ├── MainActivity$100000010.class
│ │ │ │ │ │ ├── MainActivity$100000010.dex
│ │ │ │ │ │ ├── MainActivity$100000005$100000001.class
│ │ │ │ │ │ ├── MainActivity$100000005$100000001.dex
│ │ │ │ │ │ ├── MainActivity$100000005$100000002.class
│ │ │ │ │ │ ├── MainActivity$100000005$100000002.dex
│ │ │ │ │ │ ├── MainActivity$100000005$100000003.class
│ │ │ │ │ │ ├── MainActivity$100000005$100000003.dex
│ │ │ │ │ │ ├── MainActivity$100000005$100000004.class
│ │ │ │ │ │ ├── MainActivity$100000005$100000004.dex
│ │ │ │ │ │ ├── MainActivity$100000010$100000008.class
│ │ │ │ │ │ ├── MainActivity$100000010$100000008.dex
│ │ │ │ │ │ ├── MainActivity$100000010$100000009.class
│ │ │ │ │ │ └── MainActivity$100000010$100000009.dex
│ │ │ │ └── adrt
│ │ │ │ │ ├── ADRTSender.class
│ │ │ │ │ ├── ADRTSender.dex
│ │ │ │ │ ├── ADRTLogCatReader.dex
│ │ │ │ │ └── ADRTLogCatReader.class
│ │ │ └── injected
│ │ │ │ └── AndroidManifest.xml
│ │ └── gen
│ │ │ └── oboard
│ │ │ └── mcard
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ ├── src
│ │ └── main
│ │ │ ├── res
│ │ │ ├── drawable
│ │ │ │ ├── image_back.png
│ │ │ │ ├── cardround.xml
│ │ │ │ └── plus.xml
│ │ │ ├── mipmap
│ │ │ │ └── ic_launcher.png
│ │ │ ├── values
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ ├── xml
│ │ │ │ └── app_widget_info.xml
│ │ │ └── layout
│ │ │ │ ├── app_widget.xml
│ │ │ │ ├── edit.xml
│ │ │ │ └── main.xml
│ │ │ ├── java
│ │ │ └── oboard
│ │ │ │ └── mcard
│ │ │ │ ├── FastBlur.java
│ │ │ │ ├── AppWidget.java
│ │ │ │ ├── EditActivity.java
│ │ │ │ ├── CardView.java
│ │ │ │ ├── S.java
│ │ │ │ └── MainActivity.java
│ │ │ └── AndroidManifest.xml
│ ├── build.gradle
│ └── proguard-rules.pro
└── build.gradle
└── README.md
/便签卡/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # MCard
2 | 超简单的记事本
3 |
--------------------------------------------------------------------------------
/便签卡/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------
/便签卡/publish.keystore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/publish.keystore
--------------------------------------------------------------------------------
/便签卡/app/build/bin/app.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/app.apk
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classes.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/resources.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/resources.ap_
--------------------------------------------------------------------------------
/便签卡/app/build/bin/res/mipmap/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/res/mipmap/ic_launcher.png
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/drawable/image_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/src/main/res/drawable/image_back.png
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/mipmap/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/src/main/res/mipmap/ic_launcher.png
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRT.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRT.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/res/drawable/image_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/res/drawable/image_back.png
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/S.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/S.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/S.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/S.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTLongMap.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTLongMap.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTLongSet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTLongSet.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTMetadata.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTMetadata.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTReceiver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTReceiver.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTSender.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTSender.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTThread.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTThread.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$id.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/adrt/ADRTSender.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/adrt/ADRTSender.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/adrt/ADRTSender.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/adrt/ADRTSender.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$id.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$id.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/S.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/S.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTReflector.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTReflector.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$attr.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$xml.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$xml.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$attr.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$attr.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$id.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$xml.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$xml.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTLogCatReader.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTLogCatReader.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/adrt/ADRTThreadLocal.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/adrt/ADRTThreadLocal.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/AppWidget.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/AppWidget.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/CardView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/CardView.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/FastBlur.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/FastBlur.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$layout.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$mipmap.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$mipmap.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$string.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$style.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/S$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/S$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/adrt/ADRTLogCatReader.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/adrt/ADRTLogCatReader.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/AppWidget.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/AppWidget.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/CardView.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/CardView.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/FastBlur.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/FastBlur.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$attr.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$layout.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$layout.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$mipmap.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$mipmap.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$string.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$string.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$style.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$style.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$style.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$xml.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$xml.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/BuildConfig.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$drawable.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/adrt/ADRTLogCatReader.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/adrt/ADRTLogCatReader.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/AppWidget.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/AppWidget.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/BuildConfig.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/BuildConfig.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/CardView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/CardView.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/FastBlur.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/FastBlur.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$drawable.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$drawable.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$layout.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$mipmap.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$mipmap.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$string.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/EditActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/EditActivity.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$attr$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$attr$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$id$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$id$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$xml$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$xml$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/BuildConfig.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/EditActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/EditActivity.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/EditActivity.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/EditActivity.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/R$drawable.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/CardView$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/CardView$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/FastBlur$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/FastBlur$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$layout$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$layout$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$mipmap$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$mipmap$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$string$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$string$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$style$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$style$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/AppWidget$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/AppWidget$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/BuildConfig$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/BuildConfig$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/R$drawable$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/R$drawable$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/EditActivity$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/EditActivity$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000000.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000000.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000006.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000006.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000007.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000007.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000000.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000000.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000000.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000000.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000006.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000006.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000006.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000006.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000007.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000007.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000007.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000007.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000000$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000000$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000006$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000006$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000007$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000007$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000001.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000001.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000002.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000002.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000003.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000003.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000004.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000004.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000008.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000008.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000009.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000009.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000001.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000001.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000001.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000001.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000002.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000002.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000002.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000002.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000003.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000003.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000003.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000003.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000004.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000004.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000004.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000005$100000004.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000008.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000008.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000008.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000008.dex
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000009.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000009.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000009.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesrelease/oboard/mcard/MainActivity$100000010$100000009.dex
--------------------------------------------------------------------------------
/便签卡/app/build/gen/oboard/mcard/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package oboard.mcard;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = false;
6 | }
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 便签卡
5 | 编辑
6 |
7 |
8 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000001$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000001$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000002$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000002$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000003$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000003$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000004$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000005$100000004$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000008$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000008$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000009$0$debug.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oboard/MCard/master/便签卡/app/build/bin/classesdebug/oboard/mcard/MainActivity$100000010$100000009$0$debug.class
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/drawable/cardround.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/xml/app_widget_info.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/便签卡/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | jcenter()
6 | }
7 |
8 | dependencies {
9 | classpath 'com.android.tools.build:gradle:1.+'
10 |
11 | // NOTE: Do not place your application dependencies here; they belong
12 | // in the individual module build.gradle files
13 | }
14 | }
15 |
16 | allprojects {
17 | repositories {
18 | jcenter()
19 | }
20 | }
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/layout/app_widget.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/drawable/plus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
9 |
10 |
11 | -
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/便签卡/app/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 23
5 | buildToolsVersion "23.0.2"
6 |
7 | defaultConfig {
8 | applicationId "oboard.mcard"
9 | minSdkVersion 21
10 | targetSdkVersion 26
11 | versionCode 2
12 | versionName "1.1"
13 | }
14 |
15 | buildTypes {
16 | release {
17 | minifyEnabled false
18 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
19 | }
20 | }
21 | }
22 |
23 | dependencies {
24 | compile fileTree(dir: 'libs', include: ['*.jar'])
25 | }
26 |
--------------------------------------------------------------------------------
/便签卡/app/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in C:\tools\adt-bundle-windows-x86_64-20131030\sdk/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/FastBlur.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 |
3 | import android.content.Context;
4 | import android.graphics.Bitmap;
5 | import android.renderscript.Allocation;
6 | import android.renderscript.Element;
7 | import android.renderscript.RenderScript;
8 | import android.renderscript.ScriptIntrinsicBlur;
9 |
10 | public class FastBlur {
11 |
12 | public static Bitmap rsBlur(Context context, Bitmap sentBitmap, int radius) {
13 | Bitmap bitmap = Bitmap.createScaledBitmap(sentBitmap, sentBitmap.getWidth() / 4, sentBitmap.getHeight() / 4, false);
14 | try {
15 | final RenderScript rs = RenderScript.create(context);
16 | final Allocation input = Allocation.createFromBitmap(rs, bitmap, Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_SCRIPT);
17 | final Allocation output = Allocation.createTyped(rs, input.getType());
18 | final ScriptIntrinsicBlur script = ScriptIntrinsicBlur.create(rs, Element.U8_4(rs));
19 | script.setRadius(radius);
20 | script.setInput(input);
21 | script.forEach(output);
22 | output.copyTo(bitmap);
23 | } catch (OutOfMemoryError e) {
24 |
25 | }
26 | return Bitmap.createScaledBitmap(bitmap, sentBitmap.getWidth(), sentBitmap.getHeight(), false);
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
10 |
11 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
24 |
25 |
26 |
28 |
29 |
30 |
31 |
32 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/便签卡/app/build/bin/injected/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
11 |
12 |
17 |
18 |
22 |
23 |
24 |
25 |
27 |
28 |
30 |
31 |
32 |
33 |
34 |
35 |
38 |
39 |
40 |
41 |
43 |
44 |
45 |
46 |
48 |
49 |
50 |
51 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/layout/edit.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
13 |
14 |
20 |
21 |
32 |
33 |
34 |
35 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/AppWidget.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 |
3 | import android.app.PendingIntent;
4 | import android.appwidget.AppWidgetManager;
5 | import android.appwidget.AppWidgetProvider;
6 | import android.content.Context;
7 | import android.content.Intent;
8 | import android.widget.RemoteViews;
9 | import android.widget.Toast;
10 | import oboard.mcard.R;
11 |
12 | public class AppWidget extends AppWidgetProvider {
13 | public static final String BTNACTION = "com.xinxue.action.TYPE_BTN";
14 |
15 | @Override
16 | public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
17 | super.onUpdate(context, appWidgetManager, appWidgetIds);
18 | RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.app_widget);
19 | //创建一个广播,点击按钮发送该广播
20 | //Intent intent = new Intent(BTNACTION);
21 | // PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 1, intent, PendingIntent.FLAG_UPDATE_CURRENT);
22 | // remoteViews.setOnClickPendingIntent(R.id.widget_btn, pendingIntent);
23 | //如果你添加了多个实例的情况下需要下面的处理
24 | for (int i = 0; i < appWidgetIds.length; i++) {
25 | appWidgetManager.updateAppWidget(appWidgetIds[i], remoteViews);
26 | }
27 | }
28 |
29 | @Override
30 | public void onReceive(Context context, Intent intent) {
31 | switch (intent.getAction()) {
32 | case BTNACTION:
33 | Toast.makeText(context, "点到我啦!", Toast.LENGTH_SHORT).show();
34 | break;
35 |
36 |
37 | }
38 | super.onReceive(context, intent);
39 | }
40 | }
41 |
--------------------------------------------------------------------------------
/便签卡/app/build/gen/oboard/mcard/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package oboard.mcard;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class drawable {
14 | public static final int cardround=0x7f020000;
15 | public static final int image_back=0x7f020001;
16 | public static final int plus=0x7f020002;
17 | }
18 | public static final class id {
19 | public static final int editEditText=0x7f080001;
20 | public static final int editTextView1=0x7f080000;
21 | public static final int mainFrameLayout=0x7f080003;
22 | public static final int mainImageView=0x7f080005;
23 | public static final int mainLinearLayout=0x7f080002;
24 | public static final int mainMenu=0x7f080006;
25 | public static final int plus=0x7f080004;
26 | }
27 | public static final class layout {
28 | public static final int app_widget=0x7f040000;
29 | public static final int edit=0x7f040001;
30 | public static final int main=0x7f040002;
31 | }
32 | public static final class mipmap {
33 | public static final int ic_launcher=0x7f030000;
34 | }
35 | public static final class string {
36 | public static final int app_name=0x7f060000;
37 | public static final int edit_name=0x7f060001;
38 | }
39 | public static final class style {
40 | public static final int AppTheme=0x7f070000;
41 | }
42 | public static final class xml {
43 | public static final int app_widget_info=0x7f050000;
44 | }
45 | }
46 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/EditActivity.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 | import android.app.Activity;
3 | import android.os.Bundle;
4 | import android.view.KeyEvent;
5 | import android.view.MenuItem;
6 | import android.view.View;
7 | import android.widget.EditText;
8 |
9 | public class EditActivity extends Activity {
10 |
11 | static MainActivity main;
12 | EditText edittext, textview;
13 |
14 | @Override
15 | protected void onCreate(Bundle savedInstanceState) {
16 | super.onCreate(savedInstanceState);
17 | setContentView(R.layout.edit);
18 | edittext = (EditText)findViewById(R.id.editEditText);
19 | textview = (EditText)findViewById(R.id.editTextView1);
20 | edittext.setText(getIntent().getStringExtra("data").toString());
21 | textview.setText(S.get("ti" + getIntent().getIntExtra("id", -1), "无标题"));
22 | }
23 |
24 | public void Finish(View view) {
25 | Finish();
26 | }
27 |
28 | public void Finish() {
29 | int id = getIntent().getIntExtra("id", -1);
30 | if (S.get("tm", 0) < id) {
31 | S.addIndex("tm", "t", edittext.getText().toString())
32 | .addIndex("tim", "ti", textview.getText().toString())
33 | .ok();
34 | } else {
35 | S.put("t" + id, edittext.getText().toString())
36 | .put("ti" + id, textview.getText().toString())
37 | .ok();
38 | }
39 | if (main != null)
40 | main.freshList();
41 | finishAndRemoveTask();
42 | }
43 |
44 | @Override
45 | public boolean onOptionsItemSelected(MenuItem item) {
46 | if (item.getItemId() == android.R.id.home)
47 | Finish();
48 | return super.onOptionsItemSelected(item);
49 | }
50 |
51 | @Override
52 | public boolean onKeyDown(int keyCode, KeyEvent event) {
53 | if (keyCode == KeyEvent.KEYCODE_BACK)
54 | Finish();
55 | return super.onKeyDown(keyCode, event);
56 | }
57 |
58 | }
59 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/CardView.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 |
3 | import android.content.Context;
4 | import android.graphics.Canvas;
5 | import android.graphics.Color;
6 | import android.graphics.Paint;
7 | import android.graphics.PorterDuff;
8 | import android.graphics.PorterDuffXfermode;
9 | import android.graphics.RectF;
10 | import android.util.AttributeSet;
11 | import android.widget.FrameLayout;
12 |
13 | public class CardView extends FrameLayout {
14 |
15 | private RectF mRoundRect = new RectF();
16 | private Paint mMaskPaint = new Paint();
17 | private Paint mZonePaint = new Paint();
18 | private boolean mSeen;
19 | private float mRadius;
20 | private int mColor;
21 |
22 | public CardView(Context context) {
23 | this(context, null);
24 | }
25 |
26 | public CardView(Context context, AttributeSet attrs) {
27 | this(context, attrs, 0);
28 | }
29 |
30 | public CardView(Context context, AttributeSet attrs, int defStyleAttr) {
31 | super(context, attrs, defStyleAttr);
32 | mColor = Color.WHITE;
33 | mRadius = (2 * getResources().getDisplayMetrics().density + 0.5f);
34 | setBackgroundColor(mColor);
35 | mMaskPaint.setAntiAlias(true);
36 | mMaskPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_IN));
37 | mZonePaint.setAntiAlias(true);
38 | mZonePaint.setColor(mColor);
39 |
40 | mSeen = true;
41 | }
42 |
43 | public void setRound(int dip) {
44 | mRadius = (dip * getResources().getDisplayMetrics().density + 0.5f);
45 | }
46 |
47 | public void setSeen(boolean can) {
48 | mSeen = can;
49 | }
50 |
51 | public void setColor(int color) {
52 | mColor = color;
53 | setBackgroundColor(color);
54 | }
55 |
56 | @Override
57 | public void draw(Canvas canvas) {
58 | if (!mSeen) {
59 | setBackgroundColor(Color.TRANSPARENT);
60 | super.draw(canvas);
61 | setBackgroundColor(mColor);
62 | return;
63 | }
64 | canvas.saveLayer(mRoundRect, mZonePaint, Canvas.ALL_SAVE_FLAG);
65 | canvas.drawRoundRect(mRoundRect, mRadius, mRadius, mZonePaint);
66 | canvas.saveLayer(mRoundRect, mMaskPaint, Canvas.ALL_SAVE_FLAG);
67 | super.draw(canvas);
68 | canvas.restore();
69 | }
70 |
71 | @Override
72 | protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
73 | super.onLayout(changed, left, top, right, bottom);
74 | mRoundRect.set(0, 0, getMeasuredWidth(), getMeasuredHeight());
75 | }
76 |
77 | }
78 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
17 |
18 |
19 |
20 |
21 |
22 |
26 |
27 |
36 |
37 |
38 |
39 |
52 |
53 |
59 |
60 |
69 |
70 |
77 |
78 |
84 |
85 |
91 |
92 |
93 |
94 |
95 |
96 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/S.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 |
3 | import android.content.Context;
4 | import android.content.SharedPreferences;
5 | import android.content.SharedPreferences.Editor;
6 | import android.widget.Toast;
7 | import java.util.ArrayList;
8 | import java.util.List;
9 | import java.util.Map;
10 |
11 | public class S {
12 | static Editor e;
13 | static SharedPreferences s;
14 | static Context c;
15 |
16 | public static S init(Context context, String name) {
17 | s = context.getSharedPreferences(name, 0);//Context.MODE_WORLD_READABLE);// + Context.MODE_WORLD_WRITEABLE);
18 | e = s.edit();
19 | c = context;
20 | return new S();
21 | }
22 |
23 | //Get
24 | public static String get(String name, String def) {
25 | return s == null ? def : s.getString(name, def);
26 | } public static boolean get(String name, boolean def) {
27 | return s == null ? def : s.getBoolean(name, def);
28 | } public static float get(String name, float def) {
29 | return s == null ? def : s.getFloat(name, def);
30 | } public static long get(String name, long def) {
31 | return s == null ? def : s.getLong(name, def);
32 | } public static int get(String name, int def) {
33 | return s == null ? def : s.getInt(name, def);
34 | }
35 |
36 | public static Map getAll() {
37 | if (s == null) return null;
38 | return s.getAll();
39 | }
40 |
41 | //Put
42 | public static S put(String name, String def) {
43 | if (e != null) e.putString(name, def);
44 | return new S();
45 | } public static S put(String name, boolean def) {
46 | if (e != null) e.putBoolean(name, def);
47 | return new S();
48 | } public static S put(String name, float def) {
49 | if (e != null) e.putFloat(name, def);
50 | return new S();
51 | } public static S put(String name, long def) {
52 | if (e != null) e.putLong(name, def);
53 | return new S();
54 | } public static S put(String name, int def) {
55 | if (e != null) e.putInt(name, def);
56 | return new S();
57 | }
58 |
59 | public static boolean contains(String name) {
60 | if (s == null) return false;
61 | return s.contains(name);
62 | }
63 |
64 | public static void del(String name) {
65 | if (e != null) e.remove(name);
66 | }
67 |
68 | //此系列函数效率低,请谨慎使用
69 | public static S addIndex(String max_name, String name, String value) {
70 | final int n = get(max_name, 0);
71 |
72 | put(name + n, value);
73 | put(max_name, n + 1);
74 |
75 | ok();
76 | return new S();
77 | } public static S addIndexX(String max_name, String[] name, String[] value) {
78 | final int n = get(max_name, 0);
79 | for (int i = 0; i < name.length; i++) {
80 | put(name[i] + n, value[i]);
81 | }
82 | put(max_name, n + 1);
83 |
84 | ok();
85 | return new S();
86 | } public static S delIndex(String max_name, String name, int index) {
87 | try {
88 | final int n = get(max_name, 0);
89 | List a = new ArrayList();
90 | for (int i = 0; i < n; i++) {
91 | a.add(get(name + i, ""));
92 | }
93 | a.remove(index);
94 |
95 | del(name + n);
96 |
97 | for (int i = 0; i < n - 1; i++) {
98 | put(name + i, a.get(i));
99 | }
100 | put(max_name, n - 1);
101 | ok();
102 | } catch (Exception e) {
103 | Toast.makeText(c, "EXT.ERROR:" + e, Toast.LENGTH_LONG);
104 | }
105 | return new S();
106 | } public static S delIndexX(String max_name, String[] name, int index) {
107 | final int n = get(max_name, 0);
108 | for (int i = 0; i < name.length; i++) {
109 | delIndex(max_name, name[i], index);
110 | }
111 | put(max_name, n - 1);
112 | ok();
113 | return new S();
114 | }
115 |
116 | public static void ok() {
117 | e.apply();
118 | }
119 |
120 | public static boolean okay() {
121 | if (e != null) return e.commit();
122 | return false;
123 | }
124 |
125 | }
126 |
--------------------------------------------------------------------------------
/便签卡/app/src/main/java/oboard/mcard/MainActivity.java:
--------------------------------------------------------------------------------
1 | package oboard.mcard;
2 |
3 | import android.animation.Animator;
4 | import android.animation.ValueAnimator;
5 | import android.app.Activity;
6 | import android.app.WallpaperManager;
7 | import android.content.ClipData;
8 | import android.content.ClipboardManager;
9 | import android.content.Context;
10 | import android.content.Intent;
11 | import android.graphics.Bitmap;
12 | import android.graphics.Canvas;
13 | import android.graphics.Color;
14 | import android.graphics.drawable.BitmapDrawable;
15 | import android.os.Build;
16 | import android.os.Bundle;
17 | import android.view.View;
18 | import android.view.ViewGroup;
19 | import android.view.WindowManager;
20 | import android.view.animation.BounceInterpolator;
21 | import android.widget.Button;
22 | import android.widget.FrameLayout;
23 | import android.widget.ImageView;
24 | import android.widget.LinearLayout;
25 | import android.widget.ScrollView;
26 | import android.widget.TextView;
27 | import java.util.ArrayList;
28 |
29 | public class MainActivity extends Activity {
30 | ArrayList s = new ArrayList();
31 | //ArrayList sc = new ArrayList();
32 | Bitmap cacheUI;//界面模糊缓存;
33 | LinearLayout linearlayout, menu;
34 | ScrollView scrollview;
35 | FrameLayout framelayout;
36 | ImageView imageview;
37 | WallpaperManager mWallpaperManager;
38 | Button plus;
39 |
40 | @Override
41 | protected void onCreate(Bundle savedInstanceState) {
42 | super.onCreate(savedInstanceState);
43 | setContentView(R.layout.main);
44 | if (Build.VERSION.SDK_INT >= 19) {
45 | WindowManager.LayoutParams layoutParams = this.getWindow().getAttributes();
46 | layoutParams.flags = 67108864 | layoutParams.flags;
47 | }
48 | linearlayout = (LinearLayout)findViewById(R.id.mainLinearLayout);
49 | framelayout = (FrameLayout)findViewById(R.id.mainFrameLayout);
50 | scrollview = (ScrollView)linearlayout.getParent();
51 | imageview = (ImageView)findViewById(R.id.mainImageView);
52 | menu = (LinearLayout)findViewById(R.id.mainMenu);
53 | plus = (Button)findViewById(R.id.plus);
54 |
55 | S.init(this, "mcard");
56 | if (S.get("tm", 0) == 0) {
57 | S.addIndex("tm", "t", "欢迎使用便签卡\n长按删除这条信息\n点击编辑这条信息\n开发者@一块小板子")
58 | .addIndex("tim", "ti", "。◕‿◕。")
59 | .ok();
60 | }
61 |
62 | mWallpaperManager = WallpaperManager.getInstance(getApplicationContext());
63 | ((FrameLayout)scrollview.getParent()).setBackgroundDrawable(mWallpaperManager.getDrawable());
64 |
65 |
66 | freshList();
67 | //设置滚动试图
68 | scrollview.setOnScrollChangeListener(new ScrollView.OnScrollChangeListener() {
69 | public void onScrollChange(View view, int a, int b, int c, int d) {
70 | if (cacheUI != null) {
71 | if (Math.abs(scrollview.getScrollY()) + framelayout.getHeight() <= cacheUI.getHeight()) {
72 | BitmapDrawable bd =
73 | new BitmapDrawable(
74 | Bitmap.createBitmap(
75 | cacheUI,
76 | 0,
77 | Math.abs(scrollview.getScrollY()),
78 | cacheUI.getWidth(),
79 | framelayout.getHeight()));
80 |
81 | if (bd != null) {
82 | framelayout.setBackground(bd);
83 | }
84 | }
85 | }
86 |
87 | }
88 | });
89 |
90 | imageview.setOnClickListener(new View.OnClickListener() {
91 | public void onClick(View view) {
92 | ValueAnimator v = ValueAnimator.ofFloat(1.0f, 0f).setDuration(450);
93 | v.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
94 | @Override
95 | public void onAnimationUpdate(ValueAnimator v) {
96 | float i = v.getAnimatedValue();
97 | menu.setScaleX(i);
98 | menu.setScaleY(i);
99 | menu.setAlpha(i);
100 | }
101 | });
102 | v.addListener(new ValueAnimator.AnimatorListener() {
103 | public void onAnimationCancel(Animator a) {}
104 | public void onAnimationStart(Animator a) {}
105 | public void onAnimationRepeat(Animator a) {}
106 | public void onAnimationEnd(Animator a) {
107 | menu.setVisibility(View.GONE);
108 | }
109 | });
110 | v.setInterpolator(new BounceInterpolator());
111 | v.start();
112 | ValueAnimator v2 = ValueAnimator.ofFloat(1, 0).setDuration(225);
113 | v2.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
114 | @Override
115 | public void onAnimationUpdate(ValueAnimator v) {
116 | imageview.setAlpha((float)v.getAnimatedValue());
117 | }
118 | });
119 | v2.addListener(new ValueAnimator.AnimatorListener() {
120 | public void onAnimationCancel(Animator a) {}
121 | public void onAnimationStart(Animator a) {}
122 | public void onAnimationRepeat(Animator a) {}
123 | public void onAnimationEnd(Animator a) {
124 | imageview.setVisibility(View.GONE);
125 | }
126 | });
127 | v2.start();
128 |
129 | ((ViewGroup)scrollview.getParent()).removeView((View)view.getTag());
130 | // freshList();
131 | }
132 | });
133 |
134 | plus.setOnClickListener(new View.OnClickListener() {
135 | public void onClick(View view) {
136 | int id = S.get("tm", -1) + 1;
137 | Intent intent = new Intent(MainActivity.this, EditActivity.class);
138 |
139 | intent.putExtra("id", id);
140 | intent.putExtra("data", "");
141 | if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
142 | intent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
143 | intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
144 | intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
145 | }
146 | startActivity(intent);
147 | }
148 | });
149 |
150 | EditActivity.main = this;
151 | }
152 |
153 | @Override
154 | public void onBackPressed() {
155 | if (imageview.getVisibility() == View.VISIBLE) {
156 | imageview.performClick();
157 | } else {
158 | super.onBackPressed();
159 | }
160 | }
161 |
162 |
163 |
164 | @Override
165 | public void onWindowFocusChanged(boolean hasFocus) {
166 | super.onWindowFocusChanged(hasFocus);
167 | if (hasFocus) {
168 | updateCache();
169 | }
170 | }
171 |
172 | public void deleteCard(View view) {
173 | S.delIndex("tm", "t", ((int)((CardView)imageview.getTag()).getTag()))
174 | .ok();
175 | imageview.performClick();
176 | freshList();
177 | }
178 |
179 | public void copyCard(View view) {
180 | ClipboardManager clipboard = (ClipboardManager)getSystemService(Context.CLIPBOARD_SERVICE);
181 | clipboard.setPrimaryClip(ClipData.newPlainText(null, S.get("t" + ((int)((CardView)imageview.getTag()).getTag()), "")));
182 | imageview.performClick();
183 | }
184 |
185 | public void shareCard(View view) {
186 | Intent i = new Intent(Intent.ACTION_SEND);
187 | i.setType("text/plain");
188 | i.putExtra(Intent.EXTRA_TEXT, S.get("t" + ((int)((CardView)imageview.getTag()).getTag()), ""));
189 | startActivity(Intent.createChooser(i, "Share"));
190 | imageview.performClick();
191 | }
192 |
193 |
194 | public void updateCache() {
195 | cacheUI = null;
196 | cacheUI = loadBitmapFromView(linearlayout);
197 | cacheUI = FastBlur.rsBlur(MainActivity.this, cacheUI, 25);
198 | }
199 |
200 | public void freshList() {
201 | s.clear();
202 | //读取信息
203 | for (int i = 0; i < S.get("tm", 0); i++) {
204 | s.add(S.get("t" + i, "散落在地上的卡片"));
205 | }
206 | linearlayout.removeAllViews();
207 | //sc.clear();
208 | for (int i = 0; i < s.size(); i++) {
209 | CardView c = new CardView(this);
210 | LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT);
211 | lp.setMargins(20, 20, 20, 20);
212 | c.setLayoutParams(lp);
213 | c.setPadding(50, 100, 20, 100);
214 | c.setRound(10);
215 | c.setTag(i);
216 | //c.setColor(Color.argb(250,255,255,255));
217 | final TextView t = new TextView(this);
218 | t.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT));
219 | t.setText(s.get(i));
220 | t.setTextColor(Color.BLACK);
221 | t.setShadowLayer(5, 1, 1, Color.GRAY);
222 | c.addView(t);
223 | final int j = i;//final的i
224 | c.setOnClickListener(new View.OnClickListener() {
225 | public void onClick(View view) {
226 | // t.setTransitionName("text");
227 | Intent intent = new Intent(MainActivity.this, EditActivity.class);
228 | //intent.setAction(Intent.ACTION_VIEW);
229 | intent.putExtra("id", j);
230 | intent.putExtra("data", S.get("t" + j, t.getText().toString()));
231 | if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
232 | intent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
233 | intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
234 | intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
235 | }//, ActivityOptions.makeSceneTransitionAnimation(MainActivity.this, t, "text").toBundle());
236 |
237 | startActivity(intent);
238 |
239 | }
240 | });
241 | c.setOnLongClickListener(new View.OnLongClickListener() {
242 | public boolean onLongClick(View view) {
243 | int h = (scrollview.getHeight() > cacheUI.getHeight()) ? cacheUI.getHeight() : scrollview.getHeight();
244 | if (cacheUI != null) {
245 | Bitmap cacheB = Bitmap.createBitmap(cacheUI.getWidth(), scrollview.getHeight(), Bitmap.Config.ARGB_8888);
246 |
247 | Canvas c = new Canvas(cacheB);
248 | //c.drawColor(Color.BLACK);
249 | c.drawBitmap(Bitmap.createBitmap(
250 | cacheUI,
251 | 0,
252 | Math.abs(scrollview.getScrollY()),
253 | cacheUI.getWidth(),
254 | h), 0, 0, null);
255 | imageview.setBackgroundColor(Color.BLACK);
256 | imageview.setImageBitmap(cacheB);
257 | }
258 | linearlayout.removeView(view);
259 | ((ViewGroup)scrollview.getParent()).addView(view);
260 | freshList();
261 | view.setElevation(20f);
262 | view.setZ(20f);
263 | view.setTranslationY(framelayout.getHeight());
264 | final View vv = view;
265 | ValueAnimator v = ValueAnimator.ofFloat(0.5f, 1.0f).setDuration(450);
266 | v.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
267 | @Override
268 | public void onAnimationUpdate(ValueAnimator v) {
269 | float i = v.getAnimatedValue();
270 | menu.setScaleX(i);
271 | menu.setScaleY(i);
272 | vv.setScaleX(i);
273 | vv.setScaleY(i);
274 | menu.setAlpha(i);
275 | }
276 | });
277 |
278 | v.setInterpolator(new BounceInterpolator());
279 | v.start();
280 | ValueAnimator v2 = ValueAnimator.ofFloat(0, 1).setDuration(225);
281 | v2.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
282 | @Override
283 | public void onAnimationUpdate(ValueAnimator v) {
284 | imageview.setAlpha((float)v.getAnimatedValue());
285 | }
286 | });
287 | v2.start();
288 | imageview.setTag(view);
289 | imageview.setVisibility(View.VISIBLE);
290 | menu.setVisibility(View.VISIBLE);
291 | return true;
292 | }
293 | });
294 | linearlayout.addView(c);
295 | }
296 | }
297 |
298 |
299 | public Bitmap loadBitmapFromView(View v) {
300 | if (v == null) {
301 | return null;
302 | }
303 | Bitmap screenshot;
304 | screenshot = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888);
305 | Canvas c = new Canvas(screenshot);
306 | //c.drawColor(Color.BLACK);
307 | v.draw(c);
308 | return screenshot;
309 | }
310 |
311 | }
312 |
--------------------------------------------------------------------------------