@@ -179,52 +179,53 @@ dependencies {
179
179
See the License for the specific language governing permissions and
180
180
limitations under the License.
181
181
182
- [ 1 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/AnimationUtils.java
183
- [ 2 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/AppUtils.java
184
- [ 3 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/AssetDatabaseOpenHelper.java
185
- [ 4 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/BitmapUtil.java
186
- [ 5 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/CipherUtils.java
187
- [ 6 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/Colors.java
188
- [ 7 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/CommonUtil.java
189
- [ 8 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DataCleanManager.java
190
- [ 9 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DatabaseExportUtils.java
191
- [ 10 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DateUtils.java
192
- [ 11 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DeviceStatusUtils.java
193
- [ 12 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/
194
- [ 13 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DisplayUtils.java
195
- [ 14 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DoubleKeyValueMap.java
196
- [ 15 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/DownloadManagerPro.java
197
- [ 16 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/FileUtils.java
198
- [ 17 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/HanziToPinyin.java
199
- [ 18 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ImsiUtil.java
200
- [ 19 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/LocationUtils.java
201
- [ 20 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/LogUtils.java
202
- [ 21 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/NetUtil.java
203
- [ 22 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/PackageUtils.java
204
- [ 23 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/PhoneUtil.java
205
- [ 24 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/PollingUtils.java
206
- [ 25 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/PreferencesCookieStore.java
207
- [ 26 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/RUtils.java
208
- [ 27 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/RandomUtils.java
209
- [ 28 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/RegUtils.java
210
- [ 29 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ResourceUtils.java
211
- [ 30 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/SDCardUtils.java
212
- [ 31 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/SettingUtils.java
213
- [ 32 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ShellUtils.java
214
- [ 33 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ShortCutUtils.java
215
- [ 34 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/Singleton.java
216
- [ 35 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/StringUtils.java
217
- [ 36 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ViewAnimationUtils.java
218
- [ 37 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ViewUtils.java
219
- [ 38 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/WindowUtils.java
182
+ [ 1 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/AnimationUtils.java
183
+ [ 2 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/AppUtils.java
184
+ [ 3 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/AssetDatabaseOpenHelper.java
185
+ [ 4 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/BitmapUtil.java
186
+ [ 5 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/CipherUtils.java
187
+ [ 6 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/Colors.java
188
+ [ 7 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/CommonUtil.java
189
+ [ 8 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DataCleanManager.java
190
+ [ 9 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DatabaseExportUtils.java
191
+ [ 10 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DateUtils.java
192
+ [ 11 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DeviceStatusUtils.java
193
+ [ 12 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/
194
+ [ 13 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DisplayUtils.java
195
+ [ 14 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DoubleKeyValueMap.java
196
+ [ 15 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/DownloadManagerPro.java
197
+ [ 16 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/FileUtils.java
198
+ [ 17 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/HanziToPinyin.java
199
+ [ 18 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ImsiUtil.java
200
+ [ 19 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/LocationUtils.java
201
+ [ 20 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/LogUtils.java
202
+ [ 21 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/NetUtil.java
203
+ [ 22 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/PackageUtils.java
204
+ [ 23 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/PhoneUtil.java
205
+ [ 24 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/PollingUtils.java
206
+ [ 25 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/PreferencesCookieStore.java
207
+ [ 26 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/RUtils.java
208
+ [ 27 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/RandomUtils.java
209
+ [ 28 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/RegUtils.java
210
+ [ 29 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ResourceUtils.java
211
+ [ 30 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/SDCardUtils.java
212
+ [ 31 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/SettingUtils.java
213
+ [ 32 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ShellUtils.java
214
+ [ 33 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ShortCutUtils.java
215
+ [ 34 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/Singleton.java
216
+ [ 35 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/StringUtils.java
217
+ [ 36 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ViewAnimationUtils.java
218
+ [ 37 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ViewUtils.java
219
+ [ 38 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/WindowUtils.java
220
220
221
221
[ 39 ] : https://github.com/jingle1267/android-utils/blob/master/src/com/ihongqiqu/app/BaseApplication.java
222
222
[ 40 ] : https://github.com/jingle1267/android-utils/blob/master/src/com/ihongqiqu/app/BaseCrashHandler.java
223
223
[ 41 ] : https://github.com/jingle1267/android-utils/blob/master/src/com/ihongqiqu/app/RebootThreadExceptionHandler.java
224
224
[ 42 ] : https://github.com/jingle1267/android-utils/blob/master/src/com/ihongqiqu/app/StartAppReceiver.java
225
225
[ 43 ] : http://ihongqiqu.com/2014/10/16/android-log/
226
226
[ 44 ] : http://ihongqiqu.com
227
- [ 45 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ViewFinder.java
228
- [ 46 ] : https://github.com/jingle1267/android-utils/blob /master/src/com/ihongqiqu/util/ChannelUtil.java
227
+ [ 45 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ViewFinder.java
228
+ [ 46 ] : https://github.com/jingle1267/android-utils/tree /master/app/ src/main/java /com/ihongqiqu/util/ChannelUtil.java
229
229
[ 47 ] : http://ihongqiqu.com/2015/07/16/android-mutiple-channel-build/
230
- [ 48 ] : https://github.com/jingle1267/android-utils/blob/master/src/com/ihongqiqu/util/JSONUtils.java
230
+ [ 48 ] : https://github.com/jingle1267/android-utils/tree/master/app/src/main/java/com/ihongqiqu/util/JSONUtils.java
231
+
0 commit comments