| Offset 1, 17 lines modified | Offset 1, 18 lines modified | ||
| 1 |
Zip·file·size:·31 |
1 | Zip·file·size:·314911·bytes,·number·of·entries:·16 |
| 2 | -rw----·····2.0·fat·····1013·bl·defN·13-Dec-27·06:21·META-INF/MANIFEST.MF | 2 | -rw----·····2.0·fat·····1013·bl·defN·13-Dec-27·06:21·META-INF/MANIFEST.MF |
| 3 | -rw----·····2.0·fat·····1134·bl·defN·13-Dec-27·06:21·META-INF/B4B78192.SF | 3 | -rw----·····2.0·fat·····1134·bl·defN·13-Dec-27·06:21·META-INF/B4B78192.SF |
| 4 | -rw----·····2.0·fat·····1332·bl·defN·13-Dec-27·06:21·META-INF/B4B78192.RSA | 4 | -rw----·····2.0·fat·····1332·bl·defN·13-Dec-27·06:21·META-INF/B4B78192.RSA |
| 5 |
-rw----·····2.0·fat····· |
5 | -rw----·····2.0·fat·····3212·bX·defN·08-Jan-01·00:00·AndroidManifest.xml |
| 6 |
-rw----····· |
6 | -rw----·····1.0·fat····10333·b-·stor·08-Jan-01·00:00·res/drawable-hdpi-v4/ic_launcher.png |
| 7 |
-rw----····· |
7 | -rw----·····1.0·fat·····4714·b-·stor·08-Jan-01·00:00·res/drawable-mdpi-v4/ic_launcher.png |
| 8 |
-rw----····· |
8 | -rw----·····1.0·fat····17256·b-·stor·08-Jan-01·00:00·res/drawable-xhdpi-v4/ic_launcher.png |
| 9 |
-rw----····· |
9 | -rw----·····1.0·fat····37796·b-·stor·08-Jan-01·00:00·res/drawable-xxhdpi-v4/ic_launcher.png |
| 10 |
-rw----·····2.0·fat····· |
10 | -rw----·····2.0·fat·····2284·bl·defN·08-Jan-01·00:00·res/layout/activity_dvd.xml |
| 11 |
-rw----····· |
11 | -rw----·····2.0·fat······520·bl·defN·08-Jan-01·00:00·res/layout/activity_filebrowser.xml |
| 12 |
-rw----····· |
12 | -rw----·····2.0·fat·····4016·bl·defN·08-Jan-01·00:00·res/layout/activity_main.xml |
| 13 |
-rw----····· |
13 | -rw----·····2.0·fat·····1304·bl·defN·08-Jan-01·00:00·res/menu-v11/main.xml |
| 14 |
-rw----····· |
14 | -rw----·····2.0·fat·····1140·bl·defN·08-Jan-01·00:00·res/menu/main.xml |
| 15 |
-rw----····· |
15 | -rw----·····2.0·fat·····1628·bl·defN·08-Jan-01·00:00·res/xml/preferences.xml |
| 16 |
-rw----····· |
16 | -rw----·····1.0·fat·····7440·b-·stor·08-Jan-01·00:00·resources.arsc |
| 17 |
|
17 | -rw----·····2.0·fat···674888·bl·defN·08-Jan-01·00:00·classes.dex |
| 18 | 16·files,·770010·bytes·uncompressed,·312727·bytes·compressed:··59.4% | ||
| Offset 1, 9 lines modified | Offset 1, 9 lines modified | ||
| 1 | <?xml·version="1.0"·encoding="utf-8"?> | 1 | <?xml·version="1.0"·encoding="utf-8"?> |
| 2 | <manifest·android:versionCode="8"·android:versionName="1.12"·package="net.sourceforge.wifiremoteplay" | 2 | <manifest·android:versionCode="8"·android:versionName="1.12"·package="net.sourceforge.wifiremoteplay"·platformBuildVersionCode="18"·platformBuildVersionName="4.3.1-1425645" |
| 3 | ··xmlns:android="http://schemas.android.com/apk/res/android"> | 3 | ··xmlns:android="http://schemas.android.com/apk/res/android"> |
| 4 | ····<supports-screens·android:anyDensity="true"·android:smallScreens="true"·android:normalScreens="true"·android:largeScreens="true"·android:xlargeScreens="true"·/> | 4 | ····<supports-screens·android:anyDensity="true"·android:smallScreens="true"·android:normalScreens="true"·android:largeScreens="true"·android:xlargeScreens="true"·/> |
| 5 | ····<uses-permission·android:name="android.permission.INTERNET"·/> | 5 | ····<uses-permission·android:name="android.permission.INTERNET"·/> |
| 6 | ····<uses-permission·android:name="android.permission.WRITE_EXTERNAL_STORAGE"·/> | 6 | ····<uses-permission·android:name="android.permission.WRITE_EXTERNAL_STORAGE"·/> |
| 7 | ····<uses-sdk·android:minSdkVersion="10"·android:targetSdkVersion="18"·/> | 7 | ····<uses-sdk·android:minSdkVersion="10"·android:targetSdkVersion="18"·/> |
| 8 | ····<application·android:theme="@style/AppTheme"·android:label="@string/app_name"·android:icon="@drawable/ic_launcher"·android:allowBackup="true"> | 8 | ····<application·android:theme="@style/AppTheme"·android:label="@string/app_name"·android:icon="@drawable/ic_launcher"·android:allowBackup="true"> |
| 9 | ········<activity·android:label="@string/app_name"·android:name="net.sourceforge.wifiremoteplay.MainActivity"> | 9 | ········<activity·android:label="@string/app_name"·android:name="net.sourceforge.wifiremoteplay.MainActivity"> |
| Offset 1, 11 lines modified | Offset 1, 11 lines modified | ||
| 1 | <?xml·version="1.0"·encoding="utf-8"?> | 1 | <?xml·version="1.0"·encoding="utf-8"?> |
| 2 | <menu | 2 | <menu |
| 3 | ··xmlns:android="http://schemas.android.com/apk/res/android"> | 3 | ··xmlns:android="http://schemas.android.com/apk/res/android"> |
| 4 |
····<item·android:id="@id/action_settings"·android:orderInCategory="100"·android:title="@string/action_setting |
4 | ····<item·android:id="@id/action_settings"·android:orderInCategory="100"·android:title="@string/action_settings"·/> |
| 5 |
····<item·android:id="@id/action_togglefullscreen"·android:orderInCategory="100"·android:title="@string/action_togglefullscree |
5 | ····<item·android:id="@id/action_togglefullscreen"·android:orderInCategory="100"·android:title="@string/action_togglefullscreen"·/> |
| 6 |
····<item·android:id="@id/action_openfilebrowser"·android:orderInCategory="100"·android:title="@string/action_openfilebrowse |
6 | ····<item·android:id="@id/action_openfilebrowser"·android:orderInCategory="100"·android:title="@string/action_openfilebrowser"·/> |
| 7 |
····<item·android:id="@id/action_onlinehelp"·android:orderInCategory="100"·android:title="@string/action_onlinehelp |
7 | ····<item·android:id="@id/action_onlinehelp"·android:orderInCategory="100"·android:title="@string/action_onlinehelp"·/> |
| 8 |
····<item·android:id="@id/action_makeadonation"·android:orderInCategory="100"·android:title="@string/action_makead |
8 | ····<item·android:id="@id/action_makeadonation"·android:orderInCategory="100"·android:title="@string/action_makeadonation"·/> |
| 9 |
····<item·android:id="@id/action_webinterface"·android:orderInCategory="100"·android:title="@string/action_webinterface |
9 | ····<item·android:id="@id/action_webinterface"·android:orderInCategory="100"·android:title="@string/action_webinterface"·/> |
| 10 |
····<item·android:id="@id/action_about"·android:orderInCategory="100"·android:title="@string/action_abou |
10 | ····<item·android:id="@id/action_about"·android:orderInCategory="100"·android:title="@string/action_about"·/> |
| 11 | </menu> | 11 | </menu> |
| Offset 319, 15 lines modified | Offset 319, 15 lines modified | ||
| 319 | ····.line·1350 | 319 | ····.line·1350 |
| 320 | ····:cond_1 | 320 | ····:cond_1 |
| 321 | ····return-void | 321 | ····return-void |
| 322 | .end·method | 322 | .end·method |
| 323 | .method·static·makeFadeAnimation(Landroid/content/Context;FF)Landroid/view/animation/Animation; | 323 | .method·static·makeFadeAnimation(Landroid/content/Context;FF)Landroid/view/animation/Animation; |
| 324 |
····.locals· |
324 | ····.locals·4 |
| 325 | ····.param·p0,·"context"····#·Landroid/content/Context; | 325 | ····.param·p0,·"context"····#·Landroid/content/Context; |
| 326 | ····.param·p1,·"start"····#·F | 326 | ····.param·p1,·"start"····#·F |
| 327 | ····.param·p2,·"end"····#·F | 327 | ····.param·p2,·"end"····#·F |
| 328 | ····.prologue | 328 | ····.prologue |
| 329 | ····.line·750 | 329 | ····.line·750 |
| 330 | ····new-instance·v0,·Landroid/view/animation/AlphaAnimation; | 330 | ····new-instance·v0,·Landroid/view/animation/AlphaAnimation; |
| Offset 337, 17 lines modified | Offset 337, 17 lines modified | ||
| 337 | ····.line·751 | 337 | ····.line·751 |
| 338 | ····.local·v0,·"anim":Landroid/view/animation/AlphaAnimation; | 338 | ····.local·v0,·"anim":Landroid/view/animation/AlphaAnimation; |
| 339 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_CUBIC:Landroid/view/animation/Interpolator; | 339 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_CUBIC:Landroid/view/animation/Interpolator; |
| 340 | ····invoke-virtual·{v0,·v1},·Landroid/view/animation/AlphaAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V | 340 | ····invoke-virtual·{v0,·v1},·Landroid/view/animation/AlphaAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V |
| 341 | ····.line·752 | 341 | ····.line·752 |
| 342 |
····const-wide/16·v |
342 | ····const-wide/16·v2,·0xdc |
| 343 |
····invoke-virtual·{v0,·v |
343 | ····invoke-virtual·{v0,·v2,·v3},·Landroid/view/animation/AlphaAnimation;->setDuration(J)V |
| 344 | ····.line·753 | 344 | ····.line·753 |
| 345 | ····return-object·v0 | 345 | ····return-object·v0 |
| 346 | .end·method | 346 | .end·method |
| 347 | .method·static·makeOpenCloseAnimation(Landroid/content/Context;FFFF)Landroid/view/animation/Animation; | 347 | .method·static·makeOpenCloseAnimation(Landroid/content/Context;FFFF)Landroid/view/animation/Animation; |
| 348 | ····.locals·11 | 348 | ····.locals·11 |
| Offset 390, 17 lines modified | Offset 390, 17 lines modified | ||
| 390 | ····.line·739 | 390 | ····.line·739 |
| 391 | ····.local·v0,·"scale":Landroid/view/animation/ScaleAnimation; | 391 | ····.local·v0,·"scale":Landroid/view/animation/ScaleAnimation; |
| 392 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_QUINT:Landroid/view/animation/Interpolator; | 392 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_QUINT:Landroid/view/animation/Interpolator; |
| 393 | ····invoke-virtual·{v0,·v1},·Landroid/view/animation/ScaleAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V | 393 | ····invoke-virtual·{v0,·v1},·Landroid/view/animation/ScaleAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V |
| 394 | ····.line·740 | 394 | ····.line·740 |
| 395 |
····const-wide/16·v |
395 | ····const-wide/16·v2,·0xdc |
| 396 |
····invoke-virtual·{v0,·v |
396 | ····invoke-virtual·{v0,·v2,·v3},·Landroid/view/animation/ScaleAnimation;->setDuration(J)V |
| 397 | ····.line·741 | 397 | ····.line·741 |
| 398 | ····invoke-virtual·{v10,·v0},·Landroid/view/animation/AnimationSet;->addAnimation(Landroid/view/animation/Animation;)V | 398 | ····invoke-virtual·{v10,·v0},·Landroid/view/animation/AnimationSet;->addAnimation(Landroid/view/animation/Animation;)V |
| 399 | ····.line·742 | 399 | ····.line·742 |
| 400 | ····new-instance·v9,·Landroid/view/animation/AlphaAnimation; | 400 | ····new-instance·v9,·Landroid/view/animation/AlphaAnimation; |
| Offset 409, 17 lines modified | Offset 409, 17 lines modified | ||
| 409 | ····.line·743 | 409 | ····.line·743 |
| 410 | ····.local·v9,·"alpha":Landroid/view/animation/AlphaAnimation; | 410 | ····.local·v9,·"alpha":Landroid/view/animation/AlphaAnimation; |
| 411 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_CUBIC:Landroid/view/animation/Interpolator; | 411 | ····sget-object·v1,·Landroid/support/v4/app/FragmentManagerImpl;->DECELERATE_CUBIC:Landroid/view/animation/Interpolator; |
| 412 | ····invoke-virtual·{v9,·v1},·Landroid/view/animation/AlphaAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V | 412 | ····invoke-virtual·{v9,·v1},·Landroid/view/animation/AlphaAnimation;->setInterpolator(Landroid/view/animation/Interpolator;)V |
| 413 | ····.line·744 | 413 | ····.line·744 |
| 414 |
····const-wide/16·v |
414 | ····const-wide/16·v2,·0xdc |
| 415 |
····invoke-virtual·{v9,·v |
415 | ····invoke-virtual·{v9,·v2,·v3},·Landroid/view/animation/AlphaAnimation;->setDuration(J)V |
| 416 | ····.line·745 | 416 | ····.line·745 |
| 417 | ····invoke-virtual·{v10,·v9},·Landroid/view/animation/AnimationSet;->addAnimation(Landroid/view/animation/Animation;)V | 417 | ····invoke-virtual·{v10,·v9},·Landroid/view/animation/AnimationSet;->addAnimation(Landroid/view/animation/Animation;)V |
| 418 | ····.line·746 | 418 | ····.line·746 |
| 419 | ····return-object·v10 | 419 | ····return-object·v10 |
| 420 | .end·method | 420 | .end·method |
| Offset 38, 15 lines modified | Offset 38, 15 lines modified | ||
| 38 | ····iput-object·p1,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mFragmentManager:Landroid/support/v4/app/FragmentManager; | 38 | ····iput-object·p1,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mFragmentManager:Landroid/support/v4/app/FragmentManager; |
| 39 | ····.line·71 | 39 | ····.line·71 |
| 40 | ····return-void | 40 | ····return-void |
| 41 | .end·method | 41 | .end·method |
| 42 | .method·private·static·makeFragmentName(IJ)Ljava/lang/String; | 42 | .method·private·static·makeFragmentName(IJ)Ljava/lang/String; |
| 43 |
····.locals· |
43 | ····.locals·3 |
| 44 | ····.param·p0,·"viewId"····#·I | 44 | ····.param·p0,·"viewId"····#·I |
| 45 | ····.param·p1,·"id"····#·J | 45 | ····.param·p1,·"id"····#·J |
| 46 | ····.prologue | 46 | ····.prologue |
| 47 | ····.line·173 | 47 | ····.line·173 |
| 48 | ····new-instance·v0,·Ljava/lang/StringBuilder; | 48 | ····new-instance·v0,·Ljava/lang/StringBuilder; |
| Offset 181, 31 lines modified | Offset 181, 31 lines modified | ||
| 181 | ····iput-object·v4,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mCurTransaction:Landroid/support/v4/app/FragmentTransaction; | 181 | ····iput-object·v4,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mCurTransaction:Landroid/support/v4/app/FragmentTransaction; |
| 182 | ····.line·88 | 182 | ····.line·88 |
| 183 | ····:cond_0 | 183 | ····:cond_0 |
| 184 | ····invoke-virtual·{p0,·p2},·Landroid/support/v4/app/FragmentPagerAdapter;->getItemId(I)J | 184 | ····invoke-virtual·{p0,·p2},·Landroid/support/v4/app/FragmentPagerAdapter;->getItemId(I)J |
| 185 |
····move-result-wide·v |
185 | ····move-result-wide·v2 |
| 186 | ····.line·91 | 186 | ····.line·91 |
| 187 |
····.local·v |
187 | ····.local·v2,·"itemId":J |
| 188 | ····invoke-virtual·{p1},·Landroid/view/ViewGroup;->getId()I | 188 | ····invoke-virtual·{p1},·Landroid/view/ViewGroup;->getId()I |
| 189 | ····move-result·v4 | 189 | ····move-result·v4 |
| 190 |
····invoke-static·{v4,·v |
190 | ····invoke-static·{v4,·v2,·v3},·Landroid/support/v4/app/FragmentPagerAdapter;->makeFragmentName(IJ)Ljava/lang/String; |
| 191 |
····move-result-object·v |
191 | ····move-result-object·v1 |
| 192 | ····.line·92 | 192 | ····.line·92 |
| 193 |
····.local·v |
193 | ····.local·v1,·"name":Ljava/lang/String; |
| 194 | ····iget-object·v4,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mFragmentManager:Landroid/support/v4/app/FragmentManager; | 194 | ····iget-object·v4,·p0,·Landroid/support/v4/app/FragmentPagerAdapter;->mFragmentManager:Landroid/support/v4/app/FragmentManager; |
| 195 |
····invoke-virtual·{v4,·v |
195 | ····invoke-virtual·{v4,·v1},·Landroid/support/v4/app/FragmentManager;->findFragmentByTag(Ljava/lang/String;)Landroid/support/v4/app/Fragment; |
| 196 | ····move-result-object·v0 | 196 | ····move-result-object·v0 |
| 197 | ····.line·93 | 197 | ····.line·93 |
| 198 | ····.local·v0,·"fragment":Landroid/support/v4/app/Fragment; | 198 | ····.local·v0,·"fragment":Landroid/support/v4/app/Fragment; |
| 199 | ····if-eqz·v0,·:cond_2 | 199 | ····if-eqz·v0,·:cond_2 |
| Offset 243, 15 lines modified | Offset 243, 15 lines modified | ||
| 243 | ····move-result·v5 | 243 | ····move-result·v5 |
| 244 | ····invoke-virtual·{p1},·Landroid/view/ViewGroup;->getId()I | 244 | ····invoke-virtual·{p1},·Landroid/view/ViewGroup;->getId()I |
| 245 | ····move-result·v6 | 245 | ····move-result·v6 |
| 246 |
····invoke-static·{v6,·v |
246 | ····invoke-static·{v6,·v2,·v3},·Landroid/support/v4/app/FragmentPagerAdapter;->makeFragmentName(IJ)Ljava/lang/String; |
| 247 | ····move-result-object·v6 | 247 | ····move-result-object·v6 |
| 248 | ····invoke-virtual·{v4,·v5,·v0,·v6},·Landroid/support/v4/app/FragmentTransaction;->add(ILandroid/support/v4/app/Fragment;Ljava/lang/String;)Landroid/support/v4/app/FragmentTransaction; | 248 | ····invoke-virtual·{v4,·v5,·v0,·v6},·Landroid/support/v4/app/FragmentTransaction;->add(ILandroid/support/v4/app/Fragment;Ljava/lang/String;)Landroid/support/v4/app/FragmentTransaction; |
| 249 | ····goto·:goto_0 | 249 | ····goto·:goto_0 |
| 250 | .end·method | 250 | .end·method |
| Offset 59, 15 lines modified | Offset 59, 15 lines modified | ||
| 59 | .field·mTickerView:Landroid/widget/RemoteViews; | 59 | .field·mTickerView:Landroid/widget/RemoteViews; |
| 60 | .field·mUseChronometer:Z | 60 | .field·mUseChronometer:Z |
| 61 | #·direct·methods | 61 | #·direct·methods |
| 62 | .method·public·constructor·<init>(Landroid/content/Context;)V | 62 | .method·public·constructor·<init>(Landroid/content/Context;)V |
| 63 |
····.locals· |
63 | ····.locals·4 |
| 64 | ····.param·p1,·"context"····#·Landroid/content/Context; | 64 | ····.param·p1,·"context"····#·Landroid/content/Context; |
| 65 | ····.prologue | 65 | ····.prologue |
| 66 | ····.line·217 | 66 | ····.line·217 |
| 67 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 67 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| 68 | ····.line·202 | 68 | ····.line·202 |
| Offset 88, 17 lines modified | Offset 88, 17 lines modified | ||
| 88 | ····iput-object·p1,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mContext:Landroid/content/Context; | 88 | ····iput-object·p1,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mContext:Landroid/content/Context; |
| 89 | ····.line·221 | 89 | ····.line·221 |
| 90 | ····iget-object·v0,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mNotification:Landroid/app/Notification; | 90 | ····iget-object·v0,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mNotification:Landroid/app/Notification; |
| 91 | ····invoke-static·{},·Ljava/lang/System;->currentTimeMillis()J | 91 | ····invoke-static·{},·Ljava/lang/System;->currentTimeMillis()J |
| 92 |
····move-result-wide·v |
92 | ····move-result-wide·v2 |
| 93 |
····iput-wide·v |
93 | ····iput-wide·v2,·v0,·Landroid/app/Notification;->when:J |
| 94 | ····.line·222 | 94 | ····.line·222 |
| 95 | ····iget-object·v0,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mNotification:Landroid/app/Notification; | 95 | ····iget-object·v0,·p0,·Landroid/support/v4/app/NotificationCompat$Builder;->mNotification:Landroid/app/Notification; |
| 96 | ····const/4·v1,·-0x1 | 96 | ····const/4·v1,·-0x1 |
| 97 | ····iput·v1,·v0,·Landroid/app/Notification;->audioStreamType:I | 97 | ····iput·v1,·v0,·Landroid/app/Notification;->audioStreamType:I |
| Offset 11, 15 lines modified | Offset 11, 15 lines modified | ||
| 11 | ····.line·25 | 11 | ····.line·25 |
| 12 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 12 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| 13 | ····return-void | 13 | ····return-void |
| 14 | .end·method | 14 | .end·method |
| 15 | .method·static·add(Landroid/content/Context;Landroid/app/Notification;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/widget/RemoteViews;ILandroid/app/PendingIntent;Landroid/app/PendingIntent;Landroid/graphics/Bitmap;IIZ)Landroid/app/Notification; | 15 | .method·static·add(Landroid/content/Context;Landroid/app/Notification;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/widget/RemoteViews;ILandroid/app/PendingIntent;Landroid/app/PendingIntent;Landroid/graphics/Bitmap;IIZ)Landroid/app/Notification; |
| 16 |
····.locals· |
16 | ····.locals·9 |
| 17 | ····.param·p0,·"context"····#·Landroid/content/Context; | 17 | ····.param·p0,·"context"····#·Landroid/content/Context; |
| 18 | ····.param·p1,·"n"····#·Landroid/app/Notification; | 18 | ····.param·p1,·"n"····#·Landroid/app/Notification; |
| 19 | ····.param·p2,·"contentTitle"····#·Ljava/lang/CharSequence; | 19 | ····.param·p2,·"contentTitle"····#·Ljava/lang/CharSequence; |
| 20 | ····.param·p3,·"contentText"····#·Ljava/lang/CharSequence; | 20 | ····.param·p3,·"contentText"····#·Ljava/lang/CharSequence; |
| 21 | ····.param·p4,·"contentInfo"····#·Ljava/lang/CharSequence; | 21 | ····.param·p4,·"contentInfo"····#·Ljava/lang/CharSequence; |
| 22 | ····.param·p5,·"tickerView"····#·Landroid/widget/RemoteViews; | 22 | ····.param·p5,·"tickerView"····#·Landroid/widget/RemoteViews; |
| 23 | ····.param·p6,·"number"····#·I | 23 | ····.param·p6,·"number"····#·I |
| Offset 28, 193 lines modified | Offset 28, 195 lines modified | ||
| 28 | ····.param·p9,·"largeIcon"····#·Landroid/graphics/Bitmap; | 28 | ····.param·p9,·"largeIcon"····#·Landroid/graphics/Bitmap; |
| 29 | ····.param·p10,·"mProgressMax"····#·I | 29 | ····.param·p10,·"mProgressMax"····#·I |
| 30 | ····.param·p11,·"mProgress"····#·I | 30 | ····.param·p11,·"mProgress"····#·I |
| 31 | ····.param·p12,·"mProgressIndeterminate"····#·Z | 31 | ····.param·p12,·"mProgressIndeterminate"····#·Z |
| 32 | ····.prologue | 32 | ····.prologue |
| 33 | ····.line·31 | 33 | ····.line·31 |
| 34 |
····new-instance·v |
34 | ····new-instance·v5,·Landroid/app/Notification$Builder; |
| 35 |
····invoke-direct·{v |
35 | ····invoke-direct·{v5,·p0},·Landroid/app/Notification$Builder;-><init>(Landroid/content/Context;)V |
| 36 |
····iget-wide·v |
36 | ····iget-wide·v6,·p1,·Landroid/app/Notification;->when:J |
| 37 |
····invoke-virtual·{v |
37 | ····invoke-virtual·{v5,·v6,·v7},·Landroid/app/Notification$Builder;->setWhen(J)Landroid/app/Notification$Builder; |
| 38 |
····move-result-object·v |
38 | ····move-result-object·v5 |
| 39 |
····iget·v |
39 | ····iget·v6,·p1,·Landroid/app/Notification;->icon:I |
| 40 |
····iget·v |
40 | ····iget·v7,·p1,·Landroid/app/Notification;->iconLevel:I |
| 41 |
····invoke-virtual·{v |
41 | ····invoke-virtual·{v5,·v6,·v7},·Landroid/app/Notification$Builder;->setSmallIcon(II)Landroid/app/Notification$Builder; |
| 42 |
····move-result-object·v |
42 | ····move-result-object·v5 |
| 43 |
····iget-object·v |
43 | ····iget-object·v6,·p1,·Landroid/app/Notification;->contentView:Landroid/widget/RemoteViews; |
| 44 |
····invoke-virtual·{v |
44 | ····invoke-virtual·{v5,·v6},·Landroid/app/Notification$Builder;->setContent(Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder; |
| 45 |
····move-result-object·v |
45 | ····move-result-object·v5 |
| 46 |
····iget-object·v |
46 | ····iget-object·v6,·p1,·Landroid/app/Notification;->tickerText:Ljava/lang/CharSequence; |
| 47 |
····invoke-virtual·{v |
47 | ····invoke-virtual·{v5,·v6,·p5},·Landroid/app/Notification$Builder;->setTicker(Ljava/lang/CharSequence;Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder; |
| 48 |
····move-result-object·v |
48 | ····move-result-object·v5 |
| 49 |
····iget-object·v |
49 | ····iget-object·v6,·p1,·Landroid/app/Notification;->sound:Landroid/net/Uri; |
| 50 |
····iget·v |
50 | ····iget·v7,·p1,·Landroid/app/Notification;->audioStreamType:I |
| 51 |
····invoke-virtual·{v |
51 | ····invoke-virtual·{v5,·v6,·v7},·Landroid/app/Notification$Builder;->setSound(Landroid/net/Uri;I)Landroid/app/Notification$Builder; |
| 52 |
····move-result-object·v |
52 | ····move-result-object·v5 |
| 53 |
····iget-object·v |
53 | ····iget-object·v6,·p1,·Landroid/app/Notification;->vibrate:[J |
| 54 |
····invoke-virtual·{v |
54 | ····invoke-virtual·{v5,·v6},·Landroid/app/Notification$Builder;->setVibrate([J)Landroid/app/Notification$Builder; |
| 55 |
····move-result-object·v |
55 | ····move-result-object·v5 |
| 56 |
····iget·v |
56 | ····iget·v6,·p1,·Landroid/app/Notification;->ledARGB:I |
| 57 |
····iget·v |
57 | ····iget·v7,·p1,·Landroid/app/Notification;->ledOnMS:I |
| 58 |
····iget·v |
58 | ····iget·v8,·p1,·Landroid/app/Notification;->ledOffMS:I |
| 59 |
····invoke-virtual·{v |
59 | ····invoke-virtual·{v5,·v6,·v7,·v8},·Landroid/app/Notification$Builder;->setLights(III)Landroid/app/Notification$Builder; |
| 60 |
····move-result-object·v |
60 | ····move-result-object·v6 |
| 61 |
····iget·v |
61 | ····iget·v5,·p1,·Landroid/app/Notification;->flags:I |
| 62 |
····and-int/lit8·v |
62 | ····and-int/lit8·v5,·v5,·0x2 |
| 63 |
····if-eqz·v |
63 | ····if-eqz·v5,·:cond_0 |
| 64 |
····const/4·v |
64 | ····const/4·v5,·0x1 |
| 65 | ····:goto_0 | 65 | ····:goto_0 |
| 66 |
····invoke-virtual·{v |
66 | ····invoke-virtual·{v6,·v5},·Landroid/app/Notification$Builder;->setOngoing(Z)Landroid/app/Notification$Builder; |
| 67 |
····move-result-object·v |
67 | ····move-result-object·v6 |
| 68 |
····iget·v |
68 | ····iget·v5,·p1,·Landroid/app/Notification;->flags:I |
| 69 |
····and-int/lit8·v |
69 | ····and-int/lit8·v5,·v5,·0x8 |
| 70 |
····if-eqz·v |
70 | ····if-eqz·v5,·:cond_1 |
| 71 |
····const/4·v |
71 | ····const/4·v5,·0x1 |
| 72 | ····:goto_1 | 72 | ····:goto_1 |
| Max diff block lines reached; 5601/11773 bytes (47.57%) of diff not shown. | |||
| Offset 5, 15 lines modified | Offset 5, 15 lines modified | ||
| 5 | #·instance·fields | 5 | #·instance·fields |
| 6 | .field·private·b:Landroid/app/Notification$Builder; | 6 | .field·private·b:Landroid/app/Notification$Builder; |
| 7 | #·direct·methods | 7 | #·direct·methods |
| 8 | .method·public·constructor·<init>(Landroid/content/Context;Landroid/app/Notification;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/widget/RemoteViews;ILandroid/app/PendingIntent;Landroid/app/PendingIntent;Landroid/graphics/Bitmap;IIZZILjava/lang/CharSequence;)V | 8 | .method·public·constructor·<init>(Landroid/content/Context;Landroid/app/Notification;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/widget/RemoteViews;ILandroid/app/PendingIntent;Landroid/app/PendingIntent;Landroid/graphics/Bitmap;IIZZILjava/lang/CharSequence;)V |
| 9 |
····.locals· |
9 | ····.locals·8 |
| 10 | ····.param·p1,·"context"····#·Landroid/content/Context; | 10 | ····.param·p1,·"context"····#·Landroid/content/Context; |
| 11 | ····.param·p2,·"n"····#·Landroid/app/Notification; | 11 | ····.param·p2,·"n"····#·Landroid/app/Notification; |
| 12 | ····.param·p3,·"contentTitle"····#·Ljava/lang/CharSequence; | 12 | ····.param·p3,·"contentTitle"····#·Ljava/lang/CharSequence; |
| 13 | ····.param·p4,·"contentText"····#·Ljava/lang/CharSequence; | 13 | ····.param·p4,·"contentText"····#·Ljava/lang/CharSequence; |
| 14 | ····.param·p5,·"contentInfo"····#·Ljava/lang/CharSequence; | 14 | ····.param·p5,·"contentInfo"····#·Ljava/lang/CharSequence; |
| 15 | ····.param·p6,·"tickerView"····#·Landroid/widget/RemoteViews; | 15 | ····.param·p6,·"tickerView"····#·Landroid/widget/RemoteViews; |
| 16 | ····.param·p7,·"number"····#·I | 16 | ····.param·p7,·"number"····#·I |
| Offset 28, 211 lines modified | Offset 28, 213 lines modified | ||
| 28 | ····.param·p16,·"subText"····#·Ljava/lang/CharSequence; | 28 | ····.param·p16,·"subText"····#·Ljava/lang/CharSequence; |
| 29 | ····.prologue | 29 | ····.prologue |
| 30 | ····.line·33 | 30 | ····.line·33 |
| 31 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 31 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| 32 | ····.line·34 | 32 | ····.line·34 |
| 33 |
····new-instance·v |
33 | ····new-instance·v4,·Landroid/app/Notification$Builder; |
| 34 |
····invoke-direct·{v |
34 | ····invoke-direct·{v4,·p1},·Landroid/app/Notification$Builder;-><init>(Landroid/content/Context;)V |
| 35 |
····iget-wide·v |
35 | ····iget-wide·v6,·p2,·Landroid/app/Notification;->when:J |
| 36 |
····invoke-virtual·{v |
36 | ····invoke-virtual·{v4,·v6,·v7},·Landroid/app/Notification$Builder;->setWhen(J)Landroid/app/Notification$Builder; |
| 37 |
····move-result-object·v |
37 | ····move-result-object·v4 |
| 38 |
····iget·v |
38 | ····iget·v5,·p2,·Landroid/app/Notification;->icon:I |
| 39 |
····iget·v |
39 | ····iget·v6,·p2,·Landroid/app/Notification;->iconLevel:I |
| 40 |
····invoke-virtual·{v |
40 | ····invoke-virtual·{v4,·v5,·v6},·Landroid/app/Notification$Builder;->setSmallIcon(II)Landroid/app/Notification$Builder; |
| 41 |
····move-result-object·v |
41 | ····move-result-object·v4 |
| 42 |
····iget-object·v |
42 | ····iget-object·v5,·p2,·Landroid/app/Notification;->contentView:Landroid/widget/RemoteViews; |
| 43 |
····invoke-virtual·{v |
43 | ····invoke-virtual·{v4,·v5},·Landroid/app/Notification$Builder;->setContent(Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder; |
| 44 |
····move-result-object·v |
44 | ····move-result-object·v4 |
| 45 |
····iget-object·v |
45 | ····iget-object·v5,·p2,·Landroid/app/Notification;->tickerText:Ljava/lang/CharSequence; |
| 46 |
····invoke-virtual·{v |
46 | ····invoke-virtual·{v4,·v5,·p6},·Landroid/app/Notification$Builder;->setTicker(Ljava/lang/CharSequence;Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder; |
| 47 |
····move-result-object·v |
47 | ····move-result-object·v4 |
| 48 |
····iget-object·v |
48 | ····iget-object·v5,·p2,·Landroid/app/Notification;->sound:Landroid/net/Uri; |
| 49 |
····iget·v |
49 | ····iget·v6,·p2,·Landroid/app/Notification;->audioStreamType:I |
| 50 |
····invoke-virtual·{v |
50 | ····invoke-virtual·{v4,·v5,·v6},·Landroid/app/Notification$Builder;->setSound(Landroid/net/Uri;I)Landroid/app/Notification$Builder; |
| 51 |
····move-result-object·v |
51 | ····move-result-object·v4 |
| 52 |
····iget-object·v |
52 | ····iget-object·v5,·p2,·Landroid/app/Notification;->vibrate:[J |
| 53 |
····invoke-virtual·{v |
53 | ····invoke-virtual·{v4,·v5},·Landroid/app/Notification$Builder;->setVibrate([J)Landroid/app/Notification$Builder; |
| 54 |
····move-result-object·v |
54 | ····move-result-object·v4 |
| 55 |
····iget·v |
55 | ····iget·v5,·p2,·Landroid/app/Notification;->ledARGB:I |
| 56 |
····iget·v |
56 | ····iget·v6,·p2,·Landroid/app/Notification;->ledOnMS:I |
| 57 |
····iget·v |
57 | ····iget·v7,·p2,·Landroid/app/Notification;->ledOffMS:I |
| 58 |
····invoke-virtual·{v |
58 | ····invoke-virtual·{v4,·v5,·v6,·v7},·Landroid/app/Notification$Builder;->setLights(III)Landroid/app/Notification$Builder; |
| 59 |
····move-result-object·v |
59 | ····move-result-object·v5 |
| 60 |
····iget·v |
60 | ····iget·v4,·p2,·Landroid/app/Notification;->flags:I |
| 61 |
····and-int/lit8·v |
61 | ····and-int/lit8·v4,·v4,·0x2 |
| 62 |
····if-eqz·v |
62 | ····if-eqz·v4,·:cond_0 |
| 63 |
····const/4·v |
63 | ····const/4·v4,·0x1 |
| 64 | ····:goto_0 | 64 | ····:goto_0 |
| 65 |
····invoke-virtual·{v |
65 | ····invoke-virtual·{v5,·v4},·Landroid/app/Notification$Builder;->setOngoing(Z)Landroid/app/Notification$Builder; |
| 66 |
····move-result-object·v |
66 | ····move-result-object·v5 |
| 67 |
····iget·v |
67 | ····iget·v4,·p2,·Landroid/app/Notification;->flags:I |
| 68 |
····and-int/lit8·v |
68 | ····and-int/lit8·v4,·v4,·0x8 |
| 69 |
····if-eqz·v |
69 | ····if-eqz·v4,·:cond_1 |
| 70 |
····const/4·v |
70 | ····const/4·v4,·0x1 |
| 71 | ····:goto_1 | 71 | ····:goto_1 |
| Max diff block lines reached; 6417/12541 bytes (51.17%) of diff not shown. | |||
| Offset 559, 15 lines modified | Offset 559, 15 lines modified | ||
| 559 | ····move-result-object·v0 | 559 | ····move-result-object·v0 |
| 560 | ····return-object·v0 | 560 | ····return-object·v0 |
| 561 | .end·method | 561 | .end·method |
| 562 | .method·public·setUpdateThrottle(J)V | 562 | .method·public·setUpdateThrottle(J)V |
| 563 |
····.locals· |
563 | ····.locals·3 |
| 564 | ····.param·p1,·"delayMS"····#·J | 564 | ····.param·p1,·"delayMS"····#·J |
| 565 | ····.prologue | 565 | ····.prologue |
| 566 | ····.line·103 | 566 | ····.line·103 |
| 567 | ····.local·p0,·"this":Landroid/support/v4/content/AsyncTaskLoader;,·"Landroid/support/v4/content/AsyncTaskLoader<TD;>;" | 567 | ····.local·p0,·"this":Landroid/support/v4/content/AsyncTaskLoader;,·"Landroid/support/v4/content/AsyncTaskLoader<TD;>;" |
| 568 | ····iput-wide·p1,·p0,·Landroid/support/v4/content/AsyncTaskLoader;->mUpdateThrottle:J | 568 | ····iput-wide·p1,·p0,·Landroid/support/v4/content/AsyncTaskLoader;->mUpdateThrottle:J |
| Offset 83, 15 lines modified | Offset 83, 15 lines modified | ||
| 83 | ········} | 83 | ········} |
| 84 | ····.end·annotation | 84 | ····.end·annotation |
| 85 | .end·field | 85 | .end·field |
| 86 | #·direct·methods | 86 | #·direct·methods |
| 87 | .method·static·constructor·<clinit>()V | 87 | .method·static·constructor·<clinit>()V |
| 88 |
····.locals· |
88 | ····.locals·9 |
| 89 | ····.prologue | 89 | ····.prologue |
| 90 | ····.line·54 | 90 | ····.line·54 |
| 91 | ····new-instance·v0,·Landroid/support/v4/content/ModernAsyncTask$1; | 91 | ····new-instance·v0,·Landroid/support/v4/content/ModernAsyncTask$1; |
| 92 | ····invoke-direct·{v0},·Landroid/support/v4/content/ModernAsyncTask$1;-><init>()V | 92 | ····invoke-direct·{v0},·Landroid/support/v4/content/ModernAsyncTask$1;-><init>()V |
| Offset 103, 31 lines modified | Offset 103, 31 lines modified | ||
| 103 | ····const/16·v1,·0xa | 103 | ····const/16·v1,·0xa |
| 104 | ····invoke-direct·{v0,·v1},·Ljava/util/concurrent/LinkedBlockingQueue;-><init>(I)V | 104 | ····invoke-direct·{v0,·v1},·Ljava/util/concurrent/LinkedBlockingQueue;-><init>(I)V |
| 105 | ····sput-object·v0,·Landroid/support/v4/content/ModernAsyncTask;->sPoolWorkQueue:Ljava/util/concurrent/BlockingQueue; | 105 | ····sput-object·v0,·Landroid/support/v4/content/ModernAsyncTask;->sPoolWorkQueue:Ljava/util/concurrent/BlockingQueue; |
| 106 | ····.line·68 | 106 | ····.line·68 |
| 107 |
····new-instance·v |
107 | ····new-instance·v1,·Ljava/util/concurrent/ThreadPoolExecutor; |
| 108 |
····const/4·v |
108 | ····const/4·v2,·0x5 |
| 109 |
····const/16·v |
109 | ····const/16·v3,·0x80 |
| 110 |
····const-wide/16·v |
110 | ····const-wide/16·v4,·0x1 |
| 111 |
····sget-object·v |
111 | ····sget-object·v6,·Ljava/util/concurrent/TimeUnit;->SECONDS:Ljava/util/concurrent/TimeUnit; |
| 112 |
····sget-object·v |
112 | ····sget-object·v7,·Landroid/support/v4/content/ModernAsyncTask;->sPoolWorkQueue:Ljava/util/concurrent/BlockingQueue; |
| 113 |
····sget-object·v |
113 | ····sget-object·v8,·Landroid/support/v4/content/ModernAsyncTask;->sThreadFactory:Ljava/util/concurrent/ThreadFactory; |
| 114 |
····invoke-direct/range·{v |
114 | ····invoke-direct/range·{v1·..·v8},·Ljava/util/concurrent/ThreadPoolExecutor;-><init>(IIJLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/BlockingQueue;Ljava/util/concurrent/ThreadFactory;)V |
| 115 |
····sput-object·v |
115 | ····sput-object·v1,·Landroid/support/v4/content/ModernAsyncTask;->THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor; |
| 116 | ····.line·75 | 116 | ····.line·75 |
| 117 | ····new-instance·v0,·Landroid/support/v4/content/ModernAsyncTask$InternalHandler; | 117 | ····new-instance·v0,·Landroid/support/v4/content/ModernAsyncTask$InternalHandler; |
| 118 | ····const/4·v1,·0x0 | 118 | ····const/4·v1,·0x0 |
| 119 | ····invoke-direct·{v0,·v1},·Landroid/support/v4/content/ModernAsyncTask$InternalHandler;-><init>(Landroid/support/v4/content/ModernAsyncTask$1;)V | 119 | ····invoke-direct·{v0,·v1},·Landroid/support/v4/content/ModernAsyncTask$InternalHandler;-><init>(Landroid/support/v4/content/ModernAsyncTask$1;)V |
| Offset 393, 15 lines modified | Offset 393, 15 lines modified | ||
| 393 | ····invoke-virtual·{p0},·Landroid/support/v4/media/TransportMediatorJellybeanMR2;->dropAudioFocus()V | 393 | ····invoke-virtual·{p0},·Landroid/support/v4/media/TransportMediatorJellybeanMR2;->dropAudioFocus()V |
| 394 | ····.line·172 | 394 | ····.line·172 |
| 395 | ····return-void | 395 | ····return-void |
| 396 | .end·method | 396 | .end·method |
| 397 | .method·public·refreshState(ZJI)V | 397 | .method·public·refreshState(ZJI)V |
| 398 |
····.locals· |
398 | ····.locals·4 |
| 399 | ····.param·p1,·"playing"····#·Z | 399 | ····.param·p1,·"playing"····#·Z |
| 400 | ····.param·p2,·"position"····#·J | 400 | ····.param·p2,·"position"····#·J |
| 401 | ····.param·p4,·"transportControls"····#·I | 401 | ····.param·p4,·"transportControls"····#·I |
| 402 | ····.prologue | 402 | ····.prologue |
| 403 | ····.line·159 | 403 | ····.line·159 |
| 404 | ····iget-object·v0,·p0,·Landroid/support/v4/media/TransportMediatorJellybeanMR2;->mRemoteControl:Landroid/media/RemoteControlClient; | 404 | ····iget-object·v0,·p0,·Landroid/support/v4/media/TransportMediatorJellybeanMR2;->mRemoteControl:Landroid/media/RemoteControlClient; |
| Offset 27, 69 lines modified | Offset 27, 69 lines modified | ||
| 27 | ····return-void | 27 | ····return-void |
| 28 | .end·method | 28 | .end·method |
| 29 | #·virtual·methods | 29 | #·virtual·methods |
| 30 | .method·public·onAudioFocusChange(I)V | 30 | .method·public·onAudioFocusChange(I)V |
| 31 |
····.locals· |
31 | ····.locals·9 |
| 32 | ····.param·p1,·"focusChange"····#·I | 32 | ····.param·p1,·"focusChange"····#·I |
| 33 | ····.prologue | 33 | ····.prologue |
| 34 | ····.line·188 | 34 | ····.line·188 |
| 35 |
····const/4·v |
35 | ····const/4·v7,·0x0 |
| 36 | ····.line·189 | 36 | ····.line·189 |
| 37 |
····.local·v |
37 | ····.local·v7,·"keyCode":I |
| 38 | ····packed-switch·p1,·:pswitch_data_0 | 38 | ····packed-switch·p1,·:pswitch_data_0 |
| 39 | ····.line·196 | 39 | ····.line·196 |
| 40 | ····:goto_0 | 40 | ····:goto_0 |
| 41 |
····if-eqz·v |
41 | ····if-eqz·v7,·:cond_0 |
| 42 | ····.line·197 | 42 | ····.line·197 |
| 43 | ····invoke-static·{},·Landroid/os/SystemClock;->uptimeMillis()J | 43 | ····invoke-static·{},·Landroid/os/SystemClock;->uptimeMillis()J |
| 44 |
····move-result-wide·v |
44 | ····move-result-wide·v2 |
| 45 | ····.line·198 | 45 | ····.line·198 |
| 46 |
····.local·v |
46 | ····.local·v2,·"now":J |
| 47 |
····new-instance·v |
47 | ····new-instance·v1,·Landroid/view/KeyEvent; |
| 48 |
····const/4·v |
48 | ····const/4·v6,·0x0 |
| 49 |
····const/4·v |
49 | ····const/4·v8,·0x0 |
| 50 |
····move-wide·v |
50 | ····move-wide·v4,·v2 |
| 51 |
····invoke-direct/range·{v |
51 | ····invoke-direct/range·{v1·..·v8},·Landroid/view/KeyEvent;-><init>(JJIII)V |
| 52 |
····invoke-virtual·{p0,·v |
52 | ····invoke-virtual·{p0,·v7,·v1},·Landroid/support/v4/media/TransportPerformer;->onMediaButtonDown(ILandroid/view/KeyEvent;)Z |
| 53 | ····.line·199 | 53 | ····.line·199 |
| 54 |
····new-instance·v |
54 | ····new-instance·v1,·Landroid/view/KeyEvent; |
| 55 |
····const/4·v |
55 | ····const/4·v6,·0x1 |
| 56 |
····const/4·v |
56 | ····const/4·v8,·0x0 |
| 57 |
····move-wide·v |
57 | ····move-wide·v4,·v2 |
| 58 |
····invoke-direct/range·{v |
58 | ····invoke-direct/range·{v1·..·v8},·Landroid/view/KeyEvent;-><init>(JJIII)V |
| 59 |
····invoke-virtual·{p0,·v |
59 | ····invoke-virtual·{p0,·v7,·v1},·Landroid/support/v4/media/TransportPerformer;->onMediaButtonUp(ILandroid/view/KeyEvent;)Z |
| 60 | ····.line·201 | 60 | ····.line·201 |
| 61 |
····.end·local·v |
61 | ····.end·local·v2····#·"now":J |
| 62 | ····:cond_0 | 62 | ····:cond_0 |
| 63 | ····return-void | 63 | ····return-void |
| 64 | ····.line·193 | 64 | ····.line·193 |
| 65 | ····:pswitch_0 | 65 | ····:pswitch_0 |
| 66 |
····const/16·v |
66 | ····const/16·v7,·0x7f |
| 67 | ····goto·:goto_0 | 67 | ····goto·:goto_0 |
| 68 | ····.line·189 | 68 | ····.line·189 |
| 69 | ····:pswitch_data_0 | 69 | ····:pswitch_data_0 |
| 70 | ····.packed-switch·-0x1 | 70 | ····.packed-switch·-0x1 |
| 71 | ········:pswitch_0 | 71 | ········:pswitch_0 |
| Offset 94, 15 lines modified | Offset 94, 15 lines modified | ||
| 94 | ····iput·v1,·p0,·Landroid/support/v4/util/LongSparseArray;->mSize:I | 94 | ····iput·v1,·p0,·Landroid/support/v4/util/LongSparseArray;->mSize:I |
| 95 | ····.line·50 | 95 | ····.line·50 |
| 96 | ····return-void | 96 | ····return-void |
| 97 | .end·method | 97 | .end·method |
| 98 | .method·private·static·binarySearch([JIIJ)I | 98 | .method·private·static·binarySearch([JIIJ)I |
| 99 |
····.locals· |
99 | ····.locals·7 |
| 100 | ····.param·p0,·"a"····#·[J | 100 | ····.param·p0,·"a"····#·[J |
| 101 | ····.param·p1,·"start"····#·I | 101 | ····.param·p1,·"start"····#·I |
| 102 | ····.param·p2,·"len"····#·I | 102 | ····.param·p2,·"len"····#·I |
| 103 | ····.param·p3,·"key"····#·J | 103 | ····.param·p3,·"key"····#·J |
| 104 | ····.prologue | 104 | ····.prologue |
| 105 | ····.line·335 | 105 | ····.line·335 |
| Offset 123, 17 lines modified | Offset 123, 17 lines modified | ||
| 123 | ····.line·338 | 123 | ····.line·338 |
| 124 | ····add-int·v3,·v1,·v2 | 124 | ····add-int·v3,·v1,·v2 |
| 125 | ····div-int/lit8·v0,·v3,·0x2 | 125 | ····div-int/lit8·v0,·v3,·0x2 |
| 126 | ····.line·340 | 126 | ····.line·340 |
| 127 | ····.local·v0,·"guess":I | 127 | ····.local·v0,·"guess":I |
| 128 |
····aget-wide·v |
128 | ····aget-wide·v4,·p0,·v0 |
| 129 |
····cmp-long·v3,·v |
129 | ····cmp-long·v3,·v4,·p3 |
| 130 | ····if-gez·v3,·:cond_0 | 130 | ····if-gez·v3,·:cond_0 |
| 131 | ····.line·341 | 131 | ····.line·341 |
| 132 | ····move·v2,·v0 | 132 | ····move·v2,·v0 |
| 133 | ····goto·:goto_0 | 133 | ····goto·:goto_0 |
| Offset 161, 17 lines modified | Offset 161, 17 lines modified | ||
| 161 | ····:cond_2 | 161 | ····:cond_2 |
| 162 | ····:goto_1 | 162 | ····:goto_1 |
| 163 | ····return·v1 | 163 | ····return·v1 |
| 164 | ····.line·348 | 164 | ····.line·348 |
| 165 | ····.restart·local·v1····#·"high":I | 165 | ····.restart·local·v1····#·"high":I |
| 166 | ····:cond_3 | 166 | ····:cond_3 |
| 167 |
····aget-wide·v |
167 | ····aget-wide·v4,·p0,·v1 |
| 168 |
····cmp-long·v3,·v |
168 | ····cmp-long·v3,·v4,·p3 |
| 169 | ····if-eqz·v3,·:cond_2 | 169 | ····if-eqz·v3,·:cond_2 |
| 170 | ····.line·351 | 170 | ····.line·351 |
| 171 | ····xor-int/lit8·v1,·v1,·-0x1 | 171 | ····xor-int/lit8·v1,·v1,·-0x1 |
| 172 | ····goto·:goto_1 | 172 | ····goto·:goto_1 |
| Offset 564, 15 lines modified | Offset 564, 15 lines modified | ||
| 564 | ····move-result-object·v0 | 564 | ····move-result-object·v0 |
| 565 | ····return-object·v0 | 565 | ····return-object·v0 |
| 566 | .end·method | 566 | .end·method |
| 567 | .method·public·delete(J)V | 567 | .method·public·delete(J)V |
| 568 |
····.locals· |
568 | ····.locals·5 |
| 569 | ····.param·p1,·"key"····#·J | 569 | ····.param·p1,·"key"····#·J |
| 570 | ····.prologue | 570 | ····.prologue |
| 571 | ····.line·93 | 571 | ····.line·93 |
| 572 | ····.local·p0,·"this":Landroid/support/v4/util/LongSparseArray;,·"Landroid/support/v4/util/LongSparseArray<TE;>;" | 572 | ····.local·p0,·"this":Landroid/support/v4/util/LongSparseArray;,·"Landroid/support/v4/util/LongSparseArray<TE;>;" |
| 573 | ····iget-object·v1,·p0,·Landroid/support/v4/util/LongSparseArray;->mKeys:[J | 573 | ····iget-object·v1,·p0,·Landroid/support/v4/util/LongSparseArray;->mKeys:[J |
| Offset 632, 15 lines modified | Offset 632, 15 lines modified | ||
| 632 | ····move-result-object·v0 | 632 | ····move-result-object·v0 |
| 633 | ····return-object·v0 | 633 | ····return-object·v0 |
| 634 | .end·method | 634 | .end·method |
| 635 | .method·public·get(JLjava/lang/Object;)Ljava/lang/Object; | 635 | .method·public·get(JLjava/lang/Object;)Ljava/lang/Object; |
| 636 |
····.locals· |
636 | ····.locals·5 |
| 637 | ····.param·p1,·"key"····#·J | 637 | ····.param·p1,·"key"····#·J |
| 638 | ····.annotation·system·Ldalvik/annotation/Signature; | 638 | ····.annotation·system·Ldalvik/annotation/Signature; |
| 639 | ········value·=·{ | 639 | ········value·=·{ |
| 640 | ············"(JTE;)TE;" | 640 | ············"(JTE;)TE;" |
| 641 | ········} | 641 | ········} |
| 642 | ····.end·annotation | 642 | ····.end·annotation |
| Offset 789, 15 lines modified | Offset 789, 15 lines modified | ||
| 789 | ····aget-wide·v0,·v0,·p1 | 789 | ····aget-wide·v0,·v0,·p1 |
| 790 | ····return-wide·v0 | 790 | ····return-wide·v0 |
| 791 | .end·method | 791 | .end·method |
| 792 | .method·public·put(JLjava/lang/Object;)V | 792 | .method·public·put(JLjava/lang/Object;)V |
| 793 |
····.locals· |
793 | ····.locals·9 |
| 794 | ····.param·p1,·"key"····#·J | 794 | ····.param·p1,·"key"····#·J |
| 795 | ····.annotation·system·Ldalvik/annotation/Signature; | 795 | ····.annotation·system·Ldalvik/annotation/Signature; |
| 796 | ········value·=·{ | 796 | ········value·=·{ |
| 797 | ············"(JTE;)V" | 797 | ············"(JTE;)V" |
| 798 | ········} | 798 | ········} |
| 799 | ····.end·annotation | 799 | ····.end·annotation |
| Max diff block lines reached; 432/2522 bytes (17.13%) of diff not shown. | |||
| Offset 110, 15 lines modified | Offset 110, 15 lines modified | ||
| 110 | ····:cond_5 | 110 | ····:cond_5 |
| 111 | ····const/4·v0,·0x0 | 111 | ····const/4·v0,·0x0 |
| 112 | ····goto·:goto_0 | 112 | ····goto·:goto_0 |
| 113 | .end·method | 113 | .end·method |
| 114 | .method·public·static·formatDuration(JJLjava/io/PrintWriter;)V | 114 | .method·public·static·formatDuration(JJLjava/io/PrintWriter;)V |
| 115 |
····.locals· |
115 | ····.locals·4 |
| 116 | ····.param·p0,·"time"····#·J | 116 | ····.param·p0,·"time"····#·J |
| 117 | ····.param·p2,·"now"····#·J | 117 | ····.param·p2,·"now"····#·J |
| 118 | ····.param·p4,·"pw"····#·Ljava/io/PrintWriter; | 118 | ····.param·p4,·"pw"····#·Ljava/io/PrintWriter; |
| 119 | ····.prologue | 119 | ····.prologue |
| 120 | ····.line·169 | 120 | ····.line·169 |
| 121 | ····const-wide/16·v0,·0x0 | 121 | ····const-wide/16·v0,·0x0 |
| Offset 144, 30 lines modified | Offset 144, 30 lines modified | ||
| 144 | ····invoke-static·{v0,·v1,·p4,·v2},·Landroid/support/v4/util/TimeUtils;->formatDuration(JLjava/io/PrintWriter;I)V | 144 | ····invoke-static·{v0,·v1,·p4,·v2},·Landroid/support/v4/util/TimeUtils;->formatDuration(JLjava/io/PrintWriter;I)V |
| 145 | ····goto·:goto_0 | 145 | ····goto·:goto_0 |
| 146 | .end·method | 146 | .end·method |
| 147 | .method·public·static·formatDuration(JLjava/io/PrintWriter;)V | 147 | .method·public·static·formatDuration(JLjava/io/PrintWriter;)V |
| 148 |
····.locals· |
148 | ····.locals·2 |
| 149 | ····.param·p0,·"duration"····#·J | 149 | ····.param·p0,·"duration"····#·J |
| 150 | ····.param·p2,·"pw"····#·Ljava/io/PrintWriter; | 150 | ····.param·p2,·"pw"····#·Ljava/io/PrintWriter; |
| 151 | ····.prologue | 151 | ····.prologue |
| 152 | ····.line·164 | 152 | ····.line·164 |
| 153 | ····const/4·v0,·0x0 | 153 | ····const/4·v0,·0x0 |
| 154 | ····invoke-static·{p0,·p1,·p2,·v0},·Landroid/support/v4/util/TimeUtils;->formatDuration(JLjava/io/PrintWriter;I)V | 154 | ····invoke-static·{p0,·p1,·p2,·v0},·Landroid/support/v4/util/TimeUtils;->formatDuration(JLjava/io/PrintWriter;I)V |
| 155 | ····.line·165 | 155 | ····.line·165 |
| 156 | ····return-void | 156 | ····return-void |
| 157 | .end·method | 157 | .end·method |
| 158 | .method·public·static·formatDuration(JLjava/io/PrintWriter;I)V | 158 | .method·public·static·formatDuration(JLjava/io/PrintWriter;I)V |
| 159 |
····.locals· |
159 | ····.locals·6 |
| 160 | ····.param·p0,·"duration"····#·J | 160 | ····.param·p0,·"duration"····#·J |
| 161 | ····.param·p2,·"pw"····#·Ljava/io/PrintWriter; | 161 | ····.param·p2,·"pw"····#·Ljava/io/PrintWriter; |
| 162 | ····.param·p3,·"fieldLen"····#·I | 162 | ····.param·p3,·"fieldLen"····#·I |
| 163 | ····.prologue | 163 | ····.prologue |
| 164 | ····.line·156 | 164 | ····.line·156 |
| 165 | ····sget-object·v2,·Landroid/support/v4/util/TimeUtils;->sFormatSync:Ljava/lang/Object; | 165 | ····sget-object·v2,·Landroid/support/v4/util/TimeUtils;->sFormatSync:Ljava/lang/Object; |
| Offset 461, 15 lines modified | Offset 461, 15 lines modified | ||
| 461 | ····iput·v3,·p0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mDoubleTapSlopSquare:I | 461 | ····iput·v3,·p0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mDoubleTapSlopSquare:I |
| 462 | ····.line·182 | 462 | ····.line·182 |
| 463 | ····return-void | 463 | ····return-void |
| 464 | .end·method | 464 | .end·method |
| 465 | .method·private·isConsideredDoubleTap(Landroid/view/MotionEvent;Landroid/view/MotionEvent;Landroid/view/MotionEvent;)Z | 465 | .method·private·isConsideredDoubleTap(Landroid/view/MotionEvent;Landroid/view/MotionEvent;Landroid/view/MotionEvent;)Z |
| 466 |
····.locals· |
466 | ····.locals·8 |
| 467 | ····.param·p1,·"firstDown"····#·Landroid/view/MotionEvent; | 467 | ····.param·p1,·"firstDown"····#·Landroid/view/MotionEvent; |
| 468 | ····.param·p2,·"firstUp"····#·Landroid/view/MotionEvent; | 468 | ····.param·p2,·"firstUp"····#·Landroid/view/MotionEvent; |
| 469 | ····.param·p3,·"secondDown"····#·Landroid/view/MotionEvent; | 469 | ····.param·p3,·"secondDown"····#·Landroid/view/MotionEvent; |
| 470 | ····.prologue | 470 | ····.prologue |
| 471 | ····const/4·v2,·0x0 | 471 | ····const/4·v2,·0x0 |
| Offset 483, 27 lines modified | Offset 483, 27 lines modified | ||
| 483 | ····:goto_0 | 483 | ····:goto_0 |
| 484 | ····return·v2 | 484 | ····return·v2 |
| 485 | ····.line·443 | 485 | ····.line·443 |
| 486 | ····:cond_1 | 486 | ····:cond_1 |
| 487 | ····invoke-virtual·{p3},·Landroid/view/MotionEvent;->getEventTime()J | 487 | ····invoke-virtual·{p3},·Landroid/view/MotionEvent;->getEventTime()J |
| 488 |
····move-result-wide·v |
488 | ····move-result-wide·v4 |
| 489 | ····invoke-virtual·{p2},·Landroid/view/MotionEvent;->getEventTime()J | 489 | ····invoke-virtual·{p2},·Landroid/view/MotionEvent;->getEventTime()J |
| 490 |
····move-result-wide·v |
490 | ····move-result-wide·v6 |
| 491 |
····sub-long/2addr·v |
491 | ····sub-long/2addr·v4,·v6 |
| 492 |
····sget·v |
492 | ····sget·v3,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->DOUBLE_TAP_TIMEOUT:I |
| 493 |
····int-to-long·v |
493 | ····int-to-long·v6,·v3 |
| 494 |
····cmp-long·v3,·v |
494 | ····cmp-long·v3,·v4,·v6 |
| 495 | ····if-gtz·v3,·:cond_0 | 495 | ····if-gtz·v3,·:cond_0 |
| 496 | ····.line·447 | 496 | ····.line·447 |
| 497 | ····invoke-virtual·{p1},·Landroid/view/MotionEvent;->getX()F | 497 | ····invoke-virtual·{p1},·Landroid/view/MotionEvent;->getX()F |
| 498 | ····move-result·v3 | 498 | ····move-result·v3 |
| Offset 560, 1448 lines modified | Offset 560, 1448 lines modified | ||
| 560 | ····.line·212 | 560 | ····.line·212 |
| 561 | ····iget-boolean·v0,·p0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mIsLongpressEnabled:Z | 561 | ····iget-boolean·v0,·p0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mIsLongpressEnabled:Z |
| 562 | ····return·v0 | 562 | ····return·v0 |
| 563 | .end·method | 563 | .end·method |
| 564 | .method·public·onTouchEvent(Landroid/view/MotionEvent;)Z | 564 | .method·public·onTouchEvent(Landroid/view/MotionEvent;)Z |
| 565 |
····.locals·4 |
565 | ····.locals·42 |
| 566 | ····.param·p1,·"ev"····#·Landroid/view/MotionEvent; | 566 | ····.param·p1,·"ev"····#·Landroid/view/MotionEvent; |
| 567 | ····.prologue | 567 | ····.prologue |
| 568 | ····.line·224 | 568 | ····.line·224 |
| 569 | ····invoke-virtual/range·{p1·..·p1},·Landroid/view/MotionEvent;->getAction()I | 569 | ····invoke-virtual/range·{p1·..·p1},·Landroid/view/MotionEvent;->getAction()I |
| 570 |
····move-result·v |
570 | ····move-result·v6 |
| 571 | ····.line·226 | 571 | ····.line·226 |
| 572 |
····.local·v |
572 | ····.local·v6,·"action":I |
| 573 | ····move-object/from16·v0,·p0 | 573 | ····move-object/from16·v0,·p0 |
| 574 | ····iget-object·v0,·v0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; | 574 | ····iget-object·v0,·v0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; |
| 575 |
····move-object/from16·v3 |
575 | ····move-object/from16·v36,·v0 |
| 576 |
····if-nez·v3 |
576 | ····if-nez·v36,·:cond_0 |
| 577 | ····.line·227 | 577 | ····.line·227 |
| 578 | ····invoke-static·{},·Landroid/view/VelocityTracker;->obtain()Landroid/view/VelocityTracker; | 578 | ····invoke-static·{},·Landroid/view/VelocityTracker;->obtain()Landroid/view/VelocityTracker; |
| 579 |
····move-result-object·v3 |
579 | ····move-result-object·v36 |
| 580 |
····move-object/from16·v0,·v3 |
580 | ····move-object/from16·v0,·v36 |
| 581 | ····move-object/from16·v1,·p0 | 581 | ····move-object/from16·v1,·p0 |
| 582 | ····iput-object·v0,·v1,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; | 582 | ····iput-object·v0,·v1,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; |
| 583 | ····.line·229 | 583 | ····.line·229 |
| 584 | ····:cond_0 | 584 | ····:cond_0 |
| 585 | ····move-object/from16·v0,·p0 | 585 | ····move-object/from16·v0,·p0 |
| 586 | ····iget-object·v0,·v0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; | 586 | ····iget-object·v0,·v0,·Landroid/support/v4/view/GestureDetectorCompat$GestureDetectorCompatImplBase;->mVelocityTracker:Landroid/view/VelocityTracker; |
| 587 |
····move-object/from16·v3 |
587 | ····move-object/from16·v36,·v0 |
| 588 |
····move-object/from16·v0,·v3 |
588 | ····move-object/from16·v0,·v36 |
| 589 | ····move-object/from16·v1,·p1 | 589 | ····move-object/from16·v1,·p1 |
| 590 | ····invoke-virtual·{v0,·v1},·Landroid/view/VelocityTracker;->addMovement(Landroid/view/MotionEvent;)V | 590 | ····invoke-virtual·{v0,·v1},·Landroid/view/VelocityTracker;->addMovement(Landroid/view/MotionEvent;)V |
| 591 | ····.line·231 | 591 | ····.line·231 |
| 592 |
····and-int/lit16·v0,·v |
592 | ····and-int/lit16·v0,·v6,·0xff |
| 593 |
····move/from16·v3 |
593 | ····move/from16·v36,·v0 |
| Max diff block lines reached; 51444/54757 bytes (93.95%) of diff not shown. | |||
| Offset 253, 38 lines modified | Offset 253, 38 lines modified | ||
| 253 | ····invoke-virtual·{p1,·v0,·v1},·Landroid/view/View;->postInvalidateDelayed(J)V | 253 | ····invoke-virtual·{p1,·v0,·v1},·Landroid/view/View;->postInvalidateDelayed(J)V |
| 254 | ····.line·204 | 254 | ····.line·204 |
| 255 | ····return-void | 255 | ····return-void |
| 256 | .end·method | 256 | .end·method |
| 257 | .method·public·postInvalidateOnAnimation(Landroid/view/View;IIII)V | 257 | .method·public·postInvalidateOnAnimation(Landroid/view/View;IIII)V |
| 258 |
····.locals· |
258 | ····.locals·8 |
| 259 | ····.param·p1,·"view"····#·Landroid/view/View; | 259 | ····.param·p1,·"view"····#·Landroid/view/View; |
| 260 | ····.param·p2,·"left"····#·I | 260 | ····.param·p2,·"left"····#·I |
| 261 | ····.param·p3,·"top"····#·I | 261 | ····.param·p3,·"top"····#·I |
| 262 | ····.param·p4,·"right"····#·I | 262 | ····.param·p4,·"right"····#·I |
| 263 | ····.param·p5,·"bottom"····#·I | 263 | ····.param·p5,·"bottom"····#·I |
| 264 | ····.prologue | 264 | ····.prologue |
| 265 | ····.line·206 | 265 | ····.line·206 |
| 266 | ····invoke-virtual·{p0},·Landroid/support/v4/view/ViewCompat$BaseViewCompatImpl;->getFrameTime()J | 266 | ····invoke-virtual·{p0},·Landroid/support/v4/view/ViewCompat$BaseViewCompatImpl;->getFrameTime()J |
| 267 |
····move-result-wide·v |
267 | ····move-result-wide·v2 |
| 268 |
····move-object·v |
268 | ····move-object·v1,·p1 |
| 269 |
····move·v |
269 | ····move·v4,·p2 |
| 270 |
····move·v |
270 | ····move·v5,·p3 |
| 271 |
····move·v |
271 | ····move·v6,·p4 |
| 272 |
····move·v |
272 | ····move·v7,·p5 |
| 273 |
····invoke-virtual/range·{v |
273 | ····invoke-virtual/range·{v1·..·v7},·Landroid/view/View;->postInvalidateDelayed(JIIII)V |
| 274 | ····.line·207 | 274 | ····.line·207 |
| 275 | ····return-void | 275 | ····return-void |
| 276 | .end·method | 276 | .end·method |
| 277 | .method·public·postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V | 277 | .method·public·postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V |
| 278 | ····.locals·2 | 278 | ····.locals·2 |
| Offset 300, 15 lines modified | Offset 300, 15 lines modified | ||
| 300 | ····invoke-virtual·{p1,·p2,·v0,·v1},·Landroid/view/View;->postDelayed(Ljava/lang/Runnable;J)Z | 300 | ····invoke-virtual·{p1,·p2,·v0,·v1},·Landroid/view/View;->postDelayed(Ljava/lang/Runnable;J)Z |
| 301 | ····.line·210 | 301 | ····.line·210 |
| 302 | ····return-void | 302 | ····return-void |
| 303 | .end·method | 303 | .end·method |
| 304 | .method·public·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V | 304 | .method·public·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V |
| 305 |
····.locals· |
305 | ····.locals·3 |
| 306 | ····.param·p1,·"view"····#·Landroid/view/View; | 306 | ····.param·p1,·"view"····#·Landroid/view/View; |
| 307 | ····.param·p2,·"action"····#·Ljava/lang/Runnable; | 307 | ····.param·p2,·"action"····#·Ljava/lang/Runnable; |
| 308 | ····.param·p3,·"delayMillis"····#·J | 308 | ····.param·p3,·"delayMillis"····#·J |
| 309 | ····.prologue | 309 | ····.prologue |
| 310 | ····.line·212 | 310 | ····.line·212 |
| 311 | ····invoke-virtual·{p0},·Landroid/support/v4/view/ViewCompat$BaseViewCompatImpl;->getFrameTime()J | 311 | ····invoke-virtual·{p0},·Landroid/support/v4/view/ViewCompat$BaseViewCompatImpl;->getFrameTime()J |
| Offset 455, 15 lines modified | Offset 455, 15 lines modified | ||
| 455 | ····invoke-interface·{v0,·p0,·p1},·Landroid/support/v4/view/ViewCompat$ViewCompatImpl;->postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V | 455 | ····invoke-interface·{v0,·p0,·p1},·Landroid/support/v4/view/ViewCompat$ViewCompatImpl;->postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V |
| 456 | ····.line·681 | 456 | ····.line·681 |
| 457 | ····return-void | 457 | ····return-void |
| 458 | .end·method | 458 | .end·method |
| 459 | .method·public·static·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V | 459 | .method·public·static·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V |
| 460 |
····.locals· |
460 | ····.locals·2 |
| 461 | ····.param·p0,·"view"····#·Landroid/view/View; | 461 | ····.param·p0,·"view"····#·Landroid/view/View; |
| 462 | ····.param·p1,·"action"····#·Ljava/lang/Runnable; | 462 | ····.param·p1,·"action"····#·Ljava/lang/Runnable; |
| 463 | ····.param·p2,·"delayMillis"····#·J | 463 | ····.param·p2,·"delayMillis"····#·J |
| 464 | ····.prologue | 464 | ····.prologue |
| 465 | ····.line·697 | 465 | ····.line·697 |
| 466 | ····sget-object·v0,·Landroid/support/v4/view/ViewCompat;->IMPL:Landroid/support/v4/view/ViewCompat$ViewCompatImpl; | 466 | ····sget-object·v0,·Landroid/support/v4/view/ViewCompat;->IMPL:Landroid/support/v4/view/ViewCompat$ViewCompatImpl; |
| Offset 148, 15 lines modified | Offset 148, 15 lines modified | ||
| 148 | ····invoke-static·{p1,·p2},·Landroid/support/v4/view/ViewCompatJB;->postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V | 148 | ····invoke-static·{p1,·p2},·Landroid/support/v4/view/ViewCompatJB;->postOnAnimation(Landroid/view/View;Ljava/lang/Runnable;)V |
| 149 | ····.line·365 | 149 | ····.line·365 |
| 150 | ····return-void | 150 | ····return-void |
| 151 | .end·method | 151 | .end·method |
| 152 | .method·public·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V | 152 | .method·public·postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V |
| 153 |
····.locals· |
153 | ····.locals·1 |
| 154 | ····.param·p1,·"view"····#·Landroid/view/View; | 154 | ····.param·p1,·"view"····#·Landroid/view/View; |
| 155 | ····.param·p2,·"action"····#·Ljava/lang/Runnable; | 155 | ····.param·p2,·"action"····#·Ljava/lang/Runnable; |
| 156 | ····.param·p3,·"delayMillis"····#·J | 156 | ····.param·p3,·"delayMillis"····#·J |
| 157 | ····.prologue | 157 | ····.prologue |
| 158 | ····.line·368 | 158 | ····.line·368 |
| 159 | ····invoke-static·{p1,·p2,·p3,·p4},·Landroid/support/v4/view/ViewCompatJB;->postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V | 159 | ····invoke-static·{p1,·p2,·p3,·p4},·Landroid/support/v4/view/ViewCompatJB;->postOnAnimationDelayed(Landroid/view/View;Ljava/lang/Runnable;J)V |
| Offset 4845, 258 lines modified | Offset 4845, 264 lines modified | ||
| 4845 | ········0x15·->·:sswitch_0 | 4845 | ········0x15·->·:sswitch_0 |
| 4846 | ········0x16·->·:sswitch_1 | 4846 | ········0x16·->·:sswitch_1 |
| 4847 | ········0x3d·->·:sswitch_2 | 4847 | ········0x3d·->·:sswitch_2 |
| 4848 | ····.end·sparse-switch | 4848 | ····.end·sparse-switch |
| 4849 | .end·method | 4849 | .end·method |
| 4850 | .method·public·fakeDragBy(F)V | 4850 | .method·public·fakeDragBy(F)V |
| 4851 |
····.locals·1 |
4851 | ····.locals·18 |
| 4852 | ····.param·p1,·"xOffset"····#·F | 4852 | ····.param·p1,·"xOffset"····#·F |
| 4853 | ····.prologue | 4853 | ····.prologue |
| 4854 | ····.line·2316 | 4854 | ····.line·2316 |
| 4855 | ····move-object/from16·v0,·p0 | 4855 | ····move-object/from16·v0,·p0 |
| 4856 |
····iget-boolean·v |
4856 | ····iget-boolean·v2,·v0,·Landroid/support/v4/view/ViewPager;->mFakeDragging:Z |
| 4857 |
····if-nez·v |
4857 | ····if-nez·v2,·:cond_0 |
| 4858 | ····.line·2317 | 4858 | ····.line·2317 |
| 4859 |
····new-instance·v |
4859 | ····new-instance·v2,·Ljava/lang/IllegalStateException; |
| 4860 |
····const-string·v |
4860 | ····const-string·v3,·"No·fake·drag·in·progress.·Call·beginFakeDrag·first." |
| 4861 |
····invoke-direct·{v |
4861 | ····invoke-direct·{v2,·v3},·Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V |
| 4862 |
····throw·v |
4862 | ····throw·v2 |
| 4863 | ····.line·2320 | 4863 | ····.line·2320 |
| 4864 | ····:cond_0 | 4864 | ····:cond_0 |
| 4865 | ····move-object/from16·v0,·p0 | 4865 | ····move-object/from16·v0,·p0 |
| 4866 |
····iget·v |
4866 | ····iget·v2,·v0,·Landroid/support/v4/view/ViewPager;->mLastMotionX:F |
| 4867 |
····add-float·v |
4867 | ····add-float·v2,·v2,·p1 |
| 4868 | ····move-object/from16·v0,·p0 | 4868 | ····move-object/from16·v0,·p0 |
| 4869 |
····iput·v |
4869 | ····iput·v2,·v0,·Landroid/support/v4/view/ViewPager;->mLastMotionX:F |
| 4870 | ····.line·2322 | 4870 | ····.line·2322 |
| 4871 | ····invoke-virtual/range·{p0·..·p0},·Landroid/support/v4/view/ViewPager;->getScrollX()I | 4871 | ····invoke-virtual/range·{p0·..·p0},·Landroid/support/v4/view/ViewPager;->getScrollX()I |
| 4872 |
····move-result·v |
4872 | ····move-result·v2 |
| 4873 |
····int-to-float·v1 |
4873 | ····int-to-float·v14,·v2 |
| 4874 | ····.line·2323 | 4874 | ····.line·2323 |
| 4875 |
····.local·v1 |
4875 | ····.local·v14,·"oldScrollX":F |
| 4876 |
····sub-float·v1 |
4876 | ····sub-float·v16,·v14,·p1 |
| 4877 | ····.line·2324 | 4877 | ····.line·2324 |
| 4878 |
····.local·v1 |
4878 | ····.local·v16,·"scrollX":F |
| 4879 | ····invoke-direct/range·{p0·..·p0},·Landroid/support/v4/view/ViewPager;->getClientWidth()I | 4879 | ····invoke-direct/range·{p0·..·p0},·Landroid/support/v4/view/ViewPager;->getClientWidth()I |
| 4880 |
····move-result·v1 |
4880 | ····move-result·v17 |
| 4881 | ····.line·2326 | 4881 | ····.line·2326 |
| 4882 |
····.local·v1 |
4882 | ····.local·v17,·"width":I |
| 4883 |
····move/from16·v0,·v1 |
4883 | ····move/from16·v0,·v17 |
| 4884 |
····int-to-float·v |
4884 | ····int-to-float·v2,·v0 |
| 4885 | ····move-object/from16·v0,·p0 | 4885 | ····move-object/from16·v0,·p0 |
| 4886 |
····iget·v |
4886 | ····iget·v3,·v0,·Landroid/support/v4/view/ViewPager;->mFirstOffset:F |
| 4887 |
····mul-float·v1 |
4887 | ····mul-float·v13,·v2,·v3 |
| 4888 | ····.line·2327 | 4888 | ····.line·2327 |
| 4889 |
····.local·v1 |
4889 | ····.local·v13,·"leftBound":F |
| 4890 |
····move/from16·v0,·v1 |
4890 | ····move/from16·v0,·v17 |
| 4891 |
····int-to-float·v |
4891 | ····int-to-float·v2,·v0 |
| 4892 | ····move-object/from16·v0,·p0 | 4892 | ····move-object/from16·v0,·p0 |
| 4893 |
····iget·v |
4893 | ····iget·v3,·v0,·Landroid/support/v4/view/ViewPager;->mLastOffset:F |
| 4894 |
····mul-float·v1 |
4894 | ····mul-float·v15,·v2,·v3 |
| 4895 | ····.line·2329 | 4895 | ····.line·2329 |
| 4896 |
····.local·v1 |
4896 | ····.local·v15,·"rightBound":F |
| 4897 | ····move-object/from16·v0,·p0 | 4897 | ····move-object/from16·v0,·p0 |
| 4898 |
····iget-object·v |
4898 | ····iget-object·v2,·v0,·Landroid/support/v4/view/ViewPager;->mItems:Ljava/util/ArrayList; |
| 4899 |
····const/4·v |
4899 | ····const/4·v3,·0x0 |
| 4900 |
····invoke-virtual·{v |
4900 | ····invoke-virtual·{v2,·v3},·Ljava/util/ArrayList;->get(I)Ljava/lang/Object; |
| 4901 |
····move-result-object·v1 |
4901 | ····move-result-object·v11 |
| 4902 |
····check-cast·v1 |
4902 | ····check-cast·v11,·Landroid/support/v4/view/ViewPager$ItemInfo; |
| 4903 | ····.line·2330 | 4903 | ····.line·2330 |
| 4904 |
····.local·v1 |
4904 | ····.local·v11,·"firstItem":Landroid/support/v4/view/ViewPager$ItemInfo; |
| 4905 | ····move-object/from16·v0,·p0 | 4905 | ····move-object/from16·v0,·p0 |
| 4906 |
····iget-object·v |
4906 | ····iget-object·v2,·v0,·Landroid/support/v4/view/ViewPager;->mItems:Ljava/util/ArrayList; |
| Max diff block lines reached; 6371/10266 bytes (62.06%) of diff not shown. | |||
| Offset 1156, 15 lines modified | Offset 1156, 15 lines modified | ||
| 1156 | ····.line·498 | 1156 | ····.line·498 |
| 1157 | ····:cond_0 | 1157 | ····:cond_0 |
| 1158 | ····return-void | 1158 | ····return-void |
| 1159 | .end·method | 1159 | .end·method |
| 1160 | .method·protected·drawChild(Landroid/graphics/Canvas;Landroid/view/View;J)Z | 1160 | .method·protected·drawChild(Landroid/graphics/Canvas;Landroid/view/View;J)Z |
| 1161 |
····.locals·2 |
1161 | ····.locals·29 |
| 1162 | ····.param·p1,·"canvas"····#·Landroid/graphics/Canvas; | 1162 | ····.param·p1,·"canvas"····#·Landroid/graphics/Canvas; |
| 1163 | ····.param·p2,·"child"····#·Landroid/view/View; | 1163 | ····.param·p2,·"child"····#·Landroid/view/View; |
| 1164 | ····.param·p3,·"drawingTime"····#·J | 1164 | ····.param·p3,·"drawingTime"····#·J |
| 1165 | ····.prologue | 1165 | ····.prologue |
| 1166 | ····.line·779 | 1166 | ····.line·779 |
| 1167 | ····invoke-virtual/range·{p0·..·p0},·Landroid/support/v4/widget/DrawerLayout;->getHeight()I | 1167 | ····invoke-virtual/range·{p0·..·p0},·Landroid/support/v4/widget/DrawerLayout;->getHeight()I |
| Offset 17, 14 lines modified | Offset 17, 15 lines modified | ||
| 17 | #·instance·fields | 17 | #·instance·fields |
| 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; | 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; |
| 19 | #·direct·methods | 19 | #·direct·methods |
| 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;)V | 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;)V |
| 21 | ····.locals·0 | 21 | ····.locals·0 |
| 22 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; | ||
| 22 | ····.prologue | 23 | ····.prologue |
| 23 | ····.line·32 | 24 | ····.line·32 |
| 24 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$1;->this$0:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; | 25 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$1;->this$0:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; |
| 25 | ····invoke-direct·{p0},·Landroid/webkit/WebViewClient;-><init>()V | 26 | ····invoke-direct·{p0},·Landroid/webkit/WebViewClient;-><init>()V |
| Offset 24, 14 lines modified | Offset 24, 15 lines modified | ||
| 24 | .field·final·synthetic·val$url_string:Ljava/lang/String; | 24 | .field·final·synthetic·val$url_string:Ljava/lang/String; |
| 25 | #·direct·methods | 25 | #·direct·methods |
| 26 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask;Ljava/lang/String;Ljava/lang/String;)V | 26 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask;Ljava/lang/String;Ljava/lang/String;)V |
| 27 | ····.locals·0 | 27 | ····.locals·0 |
| 28 | ····.param·p1,·"this$1"····#·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask; | ||
| 28 | ····.prologue | 29 | ····.prologue |
| 29 | ····.line·140 | 30 | ····.line·140 |
| 30 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask$1;->this$1:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask; | 31 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask$1;->this$1:Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask; |
| 31 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask$1;->val$url_string:Ljava/lang/String; | 32 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask$1;->val$url_string:Ljava/lang/String; |
| Offset 54, 21 lines modified | Offset 54, 19 lines modified | ||
| 54 | ····return-void | 54 | ····return-void |
| 55 | .end·method | 55 | .end·method |
| 56 | #·virtual·methods | 56 | #·virtual·methods |
| 57 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; | 57 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; |
| 58 | ····.locals·1 | 58 | ····.locals·1 |
| 59 | ····.param·p1,·"x0"····#·[Ljava/lang/Object; | ||
| 60 | ····.prologue | 59 | ····.prologue |
| 61 | ····.line·74 | 60 | ····.line·74 |
| 62 | ····check-cast·p1,·[Ljava/lang/String; | 61 | ····check-cast·p1,·[Ljava/lang/String; |
| 63 | ····.end·local·p1····#·"x0":[Ljava/lang/Object; | ||
| 64 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask;->doInBackground([Ljava/lang/String;)Ljava/lang/Void; | 62 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity$OnLoadTask;->doInBackground([Ljava/lang/String;)Ljava/lang/Void; |
| 65 | ····move-result-object·v0 | 63 | ····move-result-object·v0 |
| 66 | ····return-object·v0 | 64 | ····return-object·v0 |
| 67 | .end·method | 65 | .end·method |
| Offset 17, 14 lines modified | Offset 17, 15 lines modified | ||
| 17 | #·instance·fields | 17 | #·instance·fields |
| 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 19 | #·direct·methods | 19 | #·direct·methods |
| 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 21 | ····.locals·0 | 21 | ····.locals·0 |
| 22 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 22 | ····.prologue | 23 | ····.prologue |
| 23 | ····.line·140 | 24 | ····.line·140 |
| 24 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1RefreshTimeLabelTimerTask;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 25 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1RefreshTimeLabelTimerTask;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 25 | ····invoke-direct·{p0},·Ljava/util/TimerTask;-><init>()V | 26 | ····invoke-direct·{p0},·Ljava/util/TimerTask;-><init>()V |
| Offset 17, 14 lines modified | Offset 17, 15 lines modified | ||
| 17 | #·instance·fields | 17 | #·instance·fields |
| 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 18 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 19 | #·direct·methods | 19 | #·direct·methods |
| 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 20 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 21 | ····.locals·0 | 21 | ····.locals·0 |
| 22 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 22 | ····.prologue | 23 | ····.prologue |
| 23 | ····.line·129 | 24 | ····.line·129 |
| 24 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1RequestStatusTimerTask;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 25 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1RequestStatusTimerTask;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 25 | ····invoke-direct·{p0},·Ljava/util/TimerTask;-><init>()V | 26 | ····invoke-direct·{p0},·Ljava/util/TimerTask;-><init>()V |
| Offset 28, 15 lines modified | Offset 28, 14 lines modified | ||
| 28 | ····invoke-direct·{p0},·Landroid/app/Activity;-><init>()V | 28 | ····invoke-direct·{p0},·Landroid/app/Activity;-><init>()V |
| 29 | ····.line·22 | 29 | ····.line·22 |
| 30 | ····const/4·v0,·0x0 | 30 | ····const/4·v0,·0x0 |
| 31 | ····iput-object·v0,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;->current_url:Ljava/lang/String; | 31 | ····iput-object·v0,·p0,·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;->current_url:Ljava/lang/String; |
| 32 | ····.line·74 | ||
| 33 | ····return-void | 32 | ····return-void |
| 34 | .end·method | 33 | .end·method |
| 35 | .method·static·synthetic·access$002(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;Ljava/lang/String;)Ljava/lang/String; | 34 | .method·static·synthetic·access$002(Lnet/sourceforge/wifiremoteplay/FileBrowserActivity;Ljava/lang/String;)Ljava/lang/String; |
| 36 | ····.locals·0 | 35 | ····.locals·0 |
| 37 | ····.param·p0,·"x0"····#·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; | 36 | ····.param·p0,·"x0"····#·Lnet/sourceforge/wifiremoteplay/FileBrowserActivity; |
| 38 | ····.param·p1,·"x1"····#·Ljava/lang/String; | 37 | ····.param·p1,·"x1"····#·Ljava/lang/String; |
| Offset 19, 14 lines modified | Offset 19, 15 lines modified | ||
| 19 | .field·final·synthetic·val$vlc_password:Ljava/lang/String; | 19 | .field·final·synthetic·val$vlc_password:Ljava/lang/String; |
| 20 | #·direct·methods | 20 | #·direct·methods |
| 21 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V | 21 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V |
| 22 | ····.locals·0 | 22 | ····.locals·0 |
| 23 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 23 | ····.prologue | 24 | ····.prologue |
| 24 | ····.line·187 | 25 | ····.line·187 |
| 25 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$2;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 26 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$2;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 26 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$2;->val$vlc_password:Ljava/lang/String; | 27 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$2;->val$vlc_password:Ljava/lang/String; |
| Offset 20, 14 lines modified | Offset 20, 15 lines modified | ||
| 20 | #·instance·fields | 20 | #·instance·fields |
| 21 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 21 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 22 | #·direct·methods | 22 | #·direct·methods |
| 23 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 23 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 24 | ····.locals·0 | 24 | ····.locals·0 |
| 25 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 25 | ····.prologue | 26 | ····.prologue |
| 26 | ····.line·87 | 27 | ····.line·87 |
| 27 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 28 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$1;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 28 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 29 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| Offset 22, 14 lines modified | Offset 22, 15 lines modified | ||
| 22 | .field·final·synthetic·val$url_string_final:Ljava/lang/String; | 22 | .field·final·synthetic·val$url_string_final:Ljava/lang/String; |
| 23 | #·direct·methods | 23 | #·direct·methods |
| 24 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V | 24 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V |
| 25 | ····.locals·0 | 25 | ····.locals·0 |
| 26 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 26 | ····.prologue | 27 | ····.prologue |
| 27 | ····.line·536 | 28 | ····.line·536 |
| 28 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$3;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 29 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$3;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 29 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$3;->val$url_string_final:Ljava/lang/String; | 30 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$3;->val$url_string_final:Ljava/lang/String; |
| Offset 22, 14 lines modified | Offset 22, 15 lines modified | ||
| 22 | .field·final·synthetic·val$url_string_final:Ljava/lang/String; | 22 | .field·final·synthetic·val$url_string_final:Ljava/lang/String; |
| 23 | #·direct·methods | 23 | #·direct·methods |
| 24 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V | 24 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Ljava/lang/String;)V |
| 25 | ····.locals·0 | 25 | ····.locals·0 |
| 26 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 26 | ····.prologue | 27 | ····.prologue |
| 27 | ····.line·545 | 28 | ····.line·545 |
| 28 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$4;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 29 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$4;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 29 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$4;->val$url_string_final:Ljava/lang/String; | 30 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$4;->val$url_string_final:Ljava/lang/String; |
| Offset 30, 14 lines modified | Offset 30, 15 lines modified | ||
| 30 | .field·final·synthetic·val$timeWidget:Landroid/widget/TextView; | 30 | .field·final·synthetic·val$timeWidget:Landroid/widget/TextView; |
| 31 | #·direct·methods | 31 | #·direct·methods |
| 32 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Lnet/sourceforge/wifiremoteplay/ScrollingTextView;Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;Landroid/widget/TextView;Landroid/widget/TextView;Landroid/widget/ProgressBar;)V | 32 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;Lnet/sourceforge/wifiremoteplay/ScrollingTextView;Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;Landroid/widget/TextView;Landroid/widget/TextView;Landroid/widget/ProgressBar;)V |
| 33 | ····.locals·0 | 33 | ····.locals·0 |
| 34 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 34 | ····.prologue | 35 | ····.prologue |
| 35 | ····.line·622 | 36 | ····.line·622 |
| 36 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$5;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 37 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$5;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 37 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$5;->val$nameWidget:Lnet/sourceforge/wifiremoteplay/ScrollingTextView; | 38 | ····iput-object·p2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$5;->val$nameWidget:Lnet/sourceforge/wifiremoteplay/ScrollingTextView; |
| Offset 20, 33 lines modified | Offset 20, 34 lines modified | ||
| 20 | #·instance·fields | 20 | #·instance·fields |
| 21 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 21 | .field·final·synthetic·this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 22 | #·direct·methods | 22 | #·direct·methods |
| 23 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 23 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 24 | ····.locals·0 | 24 | ····.locals·0 |
| 25 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 25 | ····.prologue | 26 | ····.prologue |
| 26 | ····.line·1072 | 27 | ····.line·1072 |
| 27 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 28 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 28 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 29 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| 29 | ····return-void | 30 | ····return-void |
| 30 | .end·method | 31 | .end·method |
| 31 | #·virtual·methods | 32 | #·virtual·methods |
| 32 | .method·public·run()V | 33 | .method·public·run()V |
| 33 |
····.locals·1 |
34 | ····.locals·12 |
| 34 | ····.prologue | 35 | ····.prologue |
| 35 |
····const·v1 |
36 | ····const·v11,·0x7f0a000b |
| 36 |
····const·v |
37 | ····const·v10,·0x7f0a0009 |
| 37 | ····.line·1074 | 38 | ····.line·1074 |
| 38 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 39 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 39 | ····#·getter·for:·Lnet/sourceforge/wifiremoteplay/MainActivity;->have_time:Z | 40 | ····#·getter·for:·Lnet/sourceforge/wifiremoteplay/MainActivity;->have_time:Z |
| 40 | ····invoke-static·{v5},·Lnet/sourceforge/wifiremoteplay/MainActivity;->access$400(Lnet/sourceforge/wifiremoteplay/MainActivity;)Z | 41 | ····invoke-static·{v5},·Lnet/sourceforge/wifiremoteplay/MainActivity;->access$400(Lnet/sourceforge/wifiremoteplay/MainActivity;)Z |
| Offset 63, 21 lines modified | Offset 64, 21 lines modified | ||
| 63 | ····move-result·v5 | 64 | ····move-result·v5 |
| 64 | ····if-nez·v5,·:cond_0 | 65 | ····if-nez·v5,·:cond_0 |
| 65 | ····.line·1078 | 66 | ····.line·1078 |
| 66 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J | 67 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J |
| 67 |
····move-result-wide·v |
68 | ····move-result-wide·v6 |
| 68 |
····iget-object·v |
69 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 69 |
····iget-wide·v |
70 | ····iget-wide·v8,·v5,·Lnet/sourceforge/wifiremoteplay/MainActivity;->time_last_updated:J |
| 70 |
····sub-long·v0,·v |
71 | ····sub-long·v0,·v6,·v8 |
| 71 | ····.line·1079 | 72 | ····.line·1079 |
| 72 | ····.local·v0,·"elapsed":J | 73 | ····.local·v0,·"elapsed":J |
| 73 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 74 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 74 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J | 75 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J |
| Offset 97, 15 lines modified | Offset 98, 15 lines modified | ||
| 97 | ····invoke-virtual·{v5,·v6,·v7},·Ljava/util/Calendar;->add(II)V | 98 | ····invoke-virtual·{v5,·v6,·v7},·Ljava/util/Calendar;->add(II)V |
| 98 | ····.line·1084 | 99 | ····.line·1084 |
| 99 | ····.end·local·v0····#·"elapsed":J | 100 | ····.end·local·v0····#·"elapsed":J |
| 100 | ····:cond_0 | 101 | ····:cond_0 |
| 101 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 102 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 102 |
····invoke-virtual·{v5,·v1 |
103 | ····invoke-virtual·{v5,·v11},·Lnet/sourceforge/wifiremoteplay/MainActivity;->findViewById(I)Landroid/view/View; |
| 103 | ····move-result-object·v3 | 104 | ····move-result-object·v3 |
| 104 | ····check-cast·v3,·Landroid/widget/TextView; | 105 | ····check-cast·v3,·Landroid/widget/TextView; |
| 105 | ····.line·1085 | 106 | ····.line·1085 |
| 106 | ····.local·v3,·"timeWidget":Landroid/widget/TextView; | 107 | ····.local·v3,·"timeWidget":Landroid/widget/TextView; |
| Offset 120, 15 lines modified | Offset 121, 15 lines modified | ||
| 120 | ····move-result-object·v5 | 121 | ····move-result-object·v5 |
| 121 | ····invoke-virtual·{v3,·v5},·Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V | 122 | ····invoke-virtual·{v3,·v5},·Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V |
| 122 | ····.line·1086 | 123 | ····.line·1086 |
| 123 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 124 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 124 |
····invoke-virtual·{v5,·v |
125 | ····invoke-virtual·{v5,·v10},·Lnet/sourceforge/wifiremoteplay/MainActivity;->findViewById(I)Landroid/view/View; |
| 125 | ····move-result-object·v2 | 126 | ····move-result-object·v2 |
| 126 | ····check-cast·v2,·Landroid/widget/ProgressBar; | 127 | ····check-cast·v2,·Landroid/widget/ProgressBar; |
| 127 | ····.line·1087 | 128 | ····.line·1087 |
| 128 | ····.local·v2,·"progress":Landroid/widget/ProgressBar; | 129 | ····.local·v2,·"progress":Landroid/widget/ProgressBar; |
| Offset 153, 30 lines modified | Offset 154, 30 lines modified | ||
| 153 | ····.line·1091 | 154 | ····.line·1091 |
| 154 | ····.end·local·v2····#·"progress":Landroid/widget/ProgressBar; | 155 | ····.end·local·v2····#·"progress":Landroid/widget/ProgressBar; |
| 155 | ····.end·local·v3····#·"timeWidget":Landroid/widget/TextView; | 156 | ····.end·local·v3····#·"timeWidget":Landroid/widget/TextView; |
| 156 | ····:cond_1 | 157 | ····:cond_1 |
| 157 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 158 | ····iget-object·v5,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$6;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| 158 |
····invoke-virtual·{v5,·v1 |
159 | ····invoke-virtual·{v5,·v11},·Lnet/sourceforge/wifiremoteplay/MainActivity;->findViewById(I)Landroid/view/View; |
| 159 | ····move-result-object·v3 | 160 | ····move-result-object·v3 |
| Max diff block lines reached; 788/4735 bytes (16.64%) of diff not shown. | |||
| Offset 343, 21 lines modified | Offset 343, 19 lines modified | ||
| 343 | ····.end·local·v8····#·"url":Ljava/net/URL; | 343 | ····.end·local·v8····#·"url":Ljava/net/URL; |
| 344 | ····.restart·local·v7····#·"url":Ljava/net/URL; | 344 | ····.restart·local·v7····#·"url":Ljava/net/URL; |
| 345 | ····goto·:goto_2 | 345 | ····goto·:goto_2 |
| 346 | .end·method | 346 | .end·method |
| 347 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; | 347 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; |
| 348 | ····.locals·1 | 348 | ····.locals·1 |
| 349 | ····.param·p1,·"x0"····#·[Ljava/lang/Object; | ||
| 350 | ····.prologue | 349 | ····.prologue |
| 351 | ····.line·553 | 350 | ····.line·553 |
| 352 | ····check-cast·p1,·[Ljava/lang/String; | 351 | ····check-cast·p1,·[Ljava/lang/String; |
| 353 | ····.end·local·p1····#·"x0":[Ljava/lang/Object; | ||
| 354 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->doInBackground([Ljava/lang/String;)Ljava/lang/Integer; | 352 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->doInBackground([Ljava/lang/String;)Ljava/lang/Integer; |
| 355 | ····move-result-object·v0 | 353 | ····move-result-object·v0 |
| 356 | ····return-object·v0 | 354 | ····return-object·v0 |
| 357 | .end·method | 355 | .end·method |
| Offset 368, 21 lines modified | Offset 366, 19 lines modified | ||
| 368 | ····.prologue | 366 | ····.prologue |
| 369 | ····.line·606 | 367 | ····.line·606 |
| 370 | ····return-void | 368 | ····return-void |
| 371 | .end·method | 369 | .end·method |
| 372 | .method·protected·bridge·synthetic·onPostExecute(Ljava/lang/Object;)V | 370 | .method·protected·bridge·synthetic·onPostExecute(Ljava/lang/Object;)V |
| 373 | ····.locals·0 | 371 | ····.locals·0 |
| 374 | ····.param·p1,·"x0"····#·Ljava/lang/Object; | ||
| 375 | ····.prologue | 372 | ····.prologue |
| 376 | ····.line·553 | 373 | ····.line·553 |
| 377 | ····check-cast·p1,·Ljava/lang/Integer; | 374 | ····check-cast·p1,·Ljava/lang/Integer; |
| 378 | ····.end·local·p1····#·"x0":Ljava/lang/Object; | ||
| 379 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->onPostExecute(Ljava/lang/Integer;)V | 375 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->onPostExecute(Ljava/lang/Integer;)V |
| 380 | ····return-void | 376 | ····return-void |
| 381 | .end·method | 377 | .end·method |
| 382 | .method·protected·varargs·onProgressUpdate([Ljava/lang/Integer;)V | 378 | .method·protected·varargs·onProgressUpdate([Ljava/lang/Integer;)V |
| 383 | ····.locals·0 | 379 | ····.locals·0 |
| Offset 391, 18 lines modified | Offset 387, 16 lines modified | ||
| 391 | ····.prologue | 387 | ····.prologue |
| 392 | ····.line·603 | 388 | ····.line·603 |
| 393 | ····return-void | 389 | ····return-void |
| 394 | .end·method | 390 | .end·method |
| 395 | .method·protected·bridge·synthetic·onProgressUpdate([Ljava/lang/Object;)V | 391 | .method·protected·bridge·synthetic·onProgressUpdate([Ljava/lang/Object;)V |
| 396 | ····.locals·0 | 392 | ····.locals·0 |
| 397 | ····.param·p1,·"x0"····#·[Ljava/lang/Object; | ||
| 398 | ····.prologue | 393 | ····.prologue |
| 399 | ····.line·553 | 394 | ····.line·553 |
| 400 | ····check-cast·p1,·[Ljava/lang/Integer; | 395 | ····check-cast·p1,·[Ljava/lang/Integer; |
| 401 | ····.end·local·p1····#·"x0":[Ljava/lang/Object; | ||
| 402 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->onProgressUpdate([Ljava/lang/Integer;)V | 396 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainActivity$RequestStatusTask;->onProgressUpdate([Ljava/lang/Integer;)V |
| 403 | ····return-void | 397 | ····return-void |
| 404 | .end·method | 398 | .end·method |
| Offset 27, 14 lines modified | Offset 27, 15 lines modified | ||
| 27 | .field·time:Ljava/lang/String; | 27 | .field·time:Ljava/lang/String; |
| 28 | #·direct·methods | 28 | #·direct·methods |
| 29 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 29 | .method·constructor·<init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 30 | ····.locals·2 | 30 | ····.locals·2 |
| 31 | ····.param·p1,·"this$0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | ||
| 31 | ····.prologue | 32 | ····.prologue |
| 32 | ····const/4·v1,·0x0 | 33 | ····const/4·v1,·0x0 |
| 33 | ····.line·609 | 34 | ····.line·609 |
| 34 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; | 35 | ····iput-object·p1,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;->this$0:Lnet/sourceforge/wifiremoteplay/MainActivity; |
| Offset 106, 15 lines modified | Offset 106, 14 lines modified | ||
| 106 | ····.line·72 | 106 | ····.line·72 |
| 107 | ····iput-boolean·v2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->is_muted:Z | 107 | ····iput-boolean·v2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->is_muted:Z |
| 108 | ····.line·73 | 108 | ····.line·73 |
| 109 | ····iput·v2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->saved_volume:I | 109 | ····iput·v2,·p0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->saved_volume:I |
| 110 | ····.line·609 | ||
| 111 | ····return-void | 110 | ····return-void |
| 112 | .end·method | 111 | .end·method |
| 113 | .method·static·synthetic·access$000(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 112 | .method·static·synthetic·access$000(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 114 | ····.locals·0 | 113 | ····.locals·0 |
| 115 | ····.param·p0,·"x0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; | 114 | ····.param·p0,·"x0"····#·Lnet/sourceforge/wifiremoteplay/MainActivity; |
| Offset 215, 1455 lines modified | Offset 214, 1459 lines modified | ||
| 215 | ····.line·123 | 214 | ····.line·123 |
| 216 | ····:cond_1 | 215 | ····:cond_1 |
| 217 | ····return-void | 216 | ····return-void |
| 218 | .end·method | 217 | .end·method |
| 219 | .method·private·parseStatus([B)V | 218 | .method·private·parseStatus([B)V |
| 220 |
····.locals· |
219 | ····.locals·40 |
| 221 | ····.param·p1,·"data"····#·[B | 220 | ····.param·p1,·"data"····#·[B |
| 222 | ····.annotation·build·Landroid/annotation/SuppressLint; | 221 | ····.annotation·build·Landroid/annotation/SuppressLint; |
| 223 | ········value·=·{ | 222 | ········value·=·{ |
| 224 | ············"SimpleDateFormat" | 223 | ············"SimpleDateFormat" |
| 225 | ········} | 224 | ········} |
| 226 | ····.end·annotation | 225 | ····.end·annotation |
| 227 | ····.prologue | 226 | ····.prologue |
| 228 | ····.line·635 | 227 | ····.line·635 |
| 229 | ····move-object/from16·v0,·p0 | 228 | ····move-object/from16·v0,·p0 |
| 230 | ····iget-boolean·v0,·v0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->waiting_for_status:Z | 229 | ····iget-boolean·v0,·v0,·Lnet/sourceforge/wifiremoteplay/MainActivity;->waiting_for_status:Z |
| 231 |
····move/from16·v3 |
230 | ····move/from16·v38,·v0 |
| 232 |
····if-nez·v3 |
231 | ····if-nez·v38,·:cond_1 |
| 233 | ····.line·926 | 232 | ····.line·926 |
| 234 | ····:cond_0 | 233 | ····:cond_0 |
| 235 | ····:goto_0 | 234 | ····:goto_0 |
| 236 | ····return-void | 235 | ····return-void |
| 237 | ····.line·638 | 236 | ····.line·638 |
| 238 | ····:cond_1 | 237 | ····:cond_1 |
| 239 |
····const/16·v3 |
238 | ····const/16·v38,·0x0 |
| 240 |
····move/from16·v0,·v3 |
239 | ····move/from16·v0,·v38 |
| 241 | ····move-object/from16·v1,·p0 | 240 | ····move-object/from16·v1,·p0 |
| 242 | ····iput-boolean·v0,·v1,·Lnet/sourceforge/wifiremoteplay/MainActivity;->waiting_for_status:Z | 241 | ····iput-boolean·v0,·v1,·Lnet/sourceforge/wifiremoteplay/MainActivity;->waiting_for_status:Z |
| 243 | ····.line·652 | 242 | ····.line·652 |
| 244 | ····invoke-static/range·{p0·..·p0},·Lnet/sourceforge/wifiremoteplay/MainApp;->getPlayer(Landroid/content/Context;)I | 243 | ····invoke-static/range·{p0·..·p0},·Lnet/sourceforge/wifiremoteplay/MainApp;->getPlayer(Landroid/content/Context;)I |
| 245 |
····move-result·v2 |
244 | ····move-result·v27 |
| 246 | ····.line·653 | 245 | ····.line·653 |
| 247 |
····.local·v2 |
246 | ····.local·v27,·"player":I |
| 248 |
····if-nez·v2 |
247 | ····if-nez·v27,·:cond_10 |
| 249 | ····.line·656 | 248 | ····.line·656 |
| 250 |
····new-instance·v3 |
249 | ····new-instance·v32,·Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo; |
| 251 |
····move-object/from16·v0,·v3 |
250 | ····move-object/from16·v0,·v32 |
| 252 | ····move-object/from16·v1,·p0 | 251 | ····move-object/from16·v1,·p0 |
| 253 | ····invoke-direct·{v0,·v1},·Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;-><init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V | 252 | ····invoke-direct·{v0,·v1},·Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo;-><init>(Lnet/sourceforge/wifiremoteplay/MainActivity;)V |
| 254 | ····.line·659 | 253 | ····.line·659 |
| 255 |
····.local·v3 |
254 | ····.local·v32,·"statusInfo":Lnet/sourceforge/wifiremoteplay/MainActivity$StatusInfo; |
| 256 |
····const/16·v2 |
255 | ····const/16·v25,·0x9 |
| 257 | ····.line·660 | 256 | ····.line·660 |
| 258 |
····.local·v2 |
257 | ····.local·v25,·"offset":I |
| 259 | ····move-object/from16·v0,·p1 | 258 | ····move-object/from16·v0,·p1 |
| 260 | ····array-length·v0,·v0 | 259 | ····array-length·v0,·v0 |
| 261 |
····move/from16·v3 |
260 | ····move/from16·v38,·v0 |
| 262 |
····add-int/lit8·v3 |
261 | ····add-int/lit8·v38,·v38,·-0x9 |
| 263 |
····move/from16·v0,·v3 |
262 | ····move/from16·v0,·v38 |
| 264 |
····new-array·v1 |
263 | ····new-array·v15,·v0,·[B |
| 265 | ····.line·661 | 264 | ····.line·661 |
| 266 |
····.local·v1 |
265 | ····.local·v15,·"info_utf8":[B |
| 267 |
····const/16·v |
266 | ····const/16·v9,·0x9 |
| 268 |
····.local·v |
267 | ····.local·v9,·"i":I |
| 269 | ····:goto_1 | 268 | ····:goto_1 |
| 270 | ····move-object/from16·v0,·p1 | 269 | ····move-object/from16·v0,·p1 |
| Max diff block lines reached; 55934/58816 bytes (95.10%) of diff not shown. | |||
| Offset 63, 21 lines modified | Offset 63, 19 lines modified | ||
| 63 | ····return-void | 63 | ····return-void |
| 64 | .end·method | 64 | .end·method |
| 65 | #·virtual·methods | 65 | #·virtual·methods |
| 66 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; | 66 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; |
| 67 | ····.locals·1 | 67 | ····.locals·1 |
| 68 | ····.param·p1,·"x0"····#·[Ljava/lang/Object; | ||
| 69 | ····.prologue | 68 | ····.prologue |
| 70 | ····.line·123 | 69 | ····.line·123 |
| 71 | ····check-cast·p1,·[Ljava/lang/Void; | 70 | ····check-cast·p1,·[Ljava/lang/Void; |
| 72 | ····.end·local·p1····#·"x0":[Ljava/lang/Object; | ||
| 73 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainApp$1SendMPCCommandTask;->doInBackground([Ljava/lang/Void;)Ljava/lang/Void; | 71 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainApp$1SendMPCCommandTask;->doInBackground([Ljava/lang/Void;)Ljava/lang/Void; |
| 74 | ····move-result-object·v0 | 72 | ····move-result-object·v0 |
| 75 | ····return-object·v0 | 73 | ····return-object·v0 |
| 76 | .end·method | 74 | .end·method |
| Offset 51, 21 lines modified | Offset 51, 19 lines modified | ||
| 51 | ····return-void | 51 | ····return-void |
| 52 | .end·method | 52 | .end·method |
| 53 | #·virtual·methods | 53 | #·virtual·methods |
| 54 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; | 54 | .method·protected·bridge·synthetic·doInBackground([Ljava/lang/Object;)Ljava/lang/Object; |
| 55 | ····.locals·1 | 55 | ····.locals·1 |
| 56 | ····.param·p1,·"x0"····#·[Ljava/lang/Object; | ||
| 57 | ····.prologue | 56 | ····.prologue |
| 58 | ····.line·211 | 57 | ····.line·211 |
| 59 | ····check-cast·p1,·[Ljava/lang/Void; | 58 | ····check-cast·p1,·[Ljava/lang/Void; |
| 60 | ····.end·local·p1····#·"x0":[Ljava/lang/Object; | ||
| 61 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainApp$1SendVLCCommandTask;->doInBackground([Ljava/lang/Void;)Ljava/lang/Void; | 59 | ····invoke-virtual·{p0,·p1},·Lnet/sourceforge/wifiremoteplay/MainApp$1SendVLCCommandTask;->doInBackground([Ljava/lang/Void;)Ljava/lang/Void; |
| 62 | ····move-result-object·v0 | 60 | ····move-result-object·v0 |
| 63 | ····return-object·v0 | 61 | ····return-object·v0 |
| 64 | .end·method | 62 | .end·method |
| Offset 25, 10 lines modified | Offset 25, 9 lines modified | ||
| 25 | .method·public·constructor·<init>()V | 25 | .method·public·constructor·<init>()V |
| 26 | ····.locals·0 | 26 | ····.locals·0 |
| 27 | ····.prologue | 27 | ····.prologue |
| 28 | ····.line·10 | 28 | ····.line·10 |
| 29 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V | 29 | ····invoke-direct·{p0},·Ljava/lang/Object;-><init>()V |
| 30 | ····.line·171 | ||
| 31 | ····return-void | 30 | ····return-void |
| 32 | .end·method | 31 | .end·method |
| Offset 224, 49 lines modified | Offset 224, 49 lines modified | ||
| 224 | ····.line·92 | 224 | ····.line·92 |
| 225 | ····iget-object·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->textBounds:Landroid/graphics/Rect; | 225 | ····iget-object·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->textBounds:Landroid/graphics/Rect; |
| 226 | ····iget·v4,·v8,·Landroid/graphics/Rect;->right:I | 226 | ····iget·v4,·v8,·Landroid/graphics/Rect;->right:I |
| 227 | ····.line·93 | 227 | ····.line·93 |
| 228 | ····.local·v4,·"text_wid":I | 228 | ····.local·v4,·"text_wid":I |
| 229 |
····const/4·v |
229 | ····const/4·v5,·0x0 |
| 230 | ····.line·95 | 230 | ····.line·95 |
| 231 |
····.local·v |
231 | ····.local·v5,·"x_pos":I |
| 232 | ····invoke-virtual·{p1},·Landroid/graphics/Canvas;->getWidth()I | 232 | ····invoke-virtual·{p1},·Landroid/graphics/Canvas;->getWidth()I |
| 233 | ····move-result·v8 | 233 | ····move-result·v8 |
| 234 | ····if-le·v4,·v8,·:cond_2 | 234 | ····if-le·v4,·v8,·:cond_2 |
| 235 | ····.line·97 | 235 | ····.line·97 |
| 236 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J | 236 | ····invoke-static·{},·Landroid/os/SystemClock;->elapsedRealtime()J |
| 237 |
····move-result-wide·v |
237 | ····move-result-wide·v6 |
| 238 | ····.line·98 | 238 | ····.line·98 |
| 239 |
····.local·v |
239 | ····.local·v6,·"time_now":J |
| 240 | ····const/4·v0,·0x0 | 240 | ····const/4·v0,·0x0 |
| 241 | ····.line·99 | 241 | ····.line·99 |
| 242 | ····.local·v0,·"elapsed_time":I | 242 | ····.local·v0,·"elapsed_time":I |
| 243 | ····iget-boolean·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->have_last_time:Z | 243 | ····iget-boolean·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->have_last_time:Z |
| 244 | ····if-eqz·v8,·:cond_0 | 244 | ····if-eqz·v8,·:cond_0 |
| 245 | ····.line·100 | 245 | ····.line·100 |
| 246 | ····iget-wide·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->last_time:J | 246 | ····iget-wide·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->last_time:J |
| 247 |
····sub-long·v8,·v |
247 | ····sub-long·v8,·v6,·v8 |
| 248 | ····long-to-int·v0,·v8 | 248 | ····long-to-int·v0,·v8 |
| 249 | ····.line·104 | 249 | ····.line·104 |
| 250 | ····:cond_0 | 250 | ····:cond_0 |
| 251 |
····iput-wide·v |
251 | ····iput-wide·v6,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->last_time:J |
| 252 | ····.line·105 | 252 | ····.line·105 |
| 253 | ····const/4·v8,·0x1 | 253 | ····const/4·v8,·0x1 |
| 254 | ····iput-boolean·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->have_last_time:Z | 254 | ····iput-boolean·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->have_last_time:Z |
| 255 | ····.line·106 | 255 | ····.line·106 |
| Offset 297, 20 lines modified | Offset 297, 20 lines modified | ||
| 297 | ····iput·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F | 297 | ····iput·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F |
| 298 | ····.line·109 | 298 | ····.line·109 |
| 299 | ····iget·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F | 299 | ····iget·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F |
| 300 | ····float-to-int·v8,·v8 | 300 | ····float-to-int·v8,·v8 |
| 301 |
····neg-int·v |
301 | ····neg-int·v5,·v8 |
| 302 | ····.line·110 | 302 | ····.line·110 |
| 303 | ····neg-int·v8,·v4 | 303 | ····neg-int·v8,·v4 |
| 304 |
····if-ge·v |
304 | ····if-ge·v5,·v8,·:cond_1 |
| 305 | ····.line·114 | 305 | ····.line·114 |
| 306 | ····invoke-virtual·{p1},·Landroid/graphics/Canvas;->getWidth()I | 306 | ····invoke-virtual·{p1},·Landroid/graphics/Canvas;->getWidth()I |
| 307 | ····move-result·v8 | 307 | ····move-result·v8 |
| 308 | ····neg-int·v8,·v8 | 308 | ····neg-int·v8,·v8 |
| Offset 319, 18 lines modified | Offset 319, 18 lines modified | ||
| 319 | ····iput·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F | 319 | ····iput·v8,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->step:F |
| 320 | ····.line·123 | 320 | ····.line·123 |
| 321 | ····.end·local·v0····#·"elapsed_time":I | 321 | ····.end·local·v0····#·"elapsed_time":I |
| 322 | ····.end·local·v1····#·"ms_for_full_width":F | 322 | ····.end·local·v1····#·"ms_for_full_width":F |
| 323 | ····.end·local·v2····#·"pixels_per_ms":F | 323 | ····.end·local·v2····#·"pixels_per_ms":F |
| 324 |
····.end·local·v |
324 | ····.end·local·v6····#·"time_now":J |
| 325 | ····:cond_1 | 325 | ····:cond_1 |
| 326 | ····:goto_0 | 326 | ····:goto_0 |
| 327 |
····int-to-float·v8,·v |
327 | ····int-to-float·v8,·v5 |
| 328 | ····iget-object·v9,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->textBounds:Landroid/graphics/Rect; | 328 | ····iget-object·v9,·p0,·Lnet/sourceforge/wifiremoteplay/ScrollingTextView;->textBounds:Landroid/graphics/Rect; |
| 329 | ····iget·v9,·v9,·Landroid/graphics/Rect;->top:I | 329 | ····iget·v9,·v9,·Landroid/graphics/Rect;->top:I |
| 330 | ····neg-int·v9,·v9 | 330 | ····neg-int·v9,·v9 |
| Offset 1, 189 lines modified | Offset 1, 201 lines modified | ||
|
00000000:·0300·0800· |
00000000:·0300·0800·8c0c·0000·0100·1c00·d806·0000··................ | ||
|
00000010:·2 |
00000010:·2900·0000·0000·0000·0000·0000·c000·0000··)............... | ||
| 00000020:·0000·0000·0000·0000·1a00·0000·3400·0000··............4... | 00000020:·0000·0000·0000·0000·1a00·0000·3400·0000··............4... | ||
| 00000030:·5200·0000·6e00·0000·8c00·0000·a800·0000··R...n........... | 00000030:·5200·0000·6e00·0000·8c00·0000·a800·0000··R...n........... | ||
| 00000040:·c000·0000·cc00·0000·ea00·0000·0e01·0000··................ | 00000040:·c000·0000·cc00·0000·ea00·0000·0e01·0000··................ | ||
| 00000050:·2801·0000·3401·0000·4201·0000·5001·0000··(...4...B...P... | 00000050:·2801·0000·3401·0000·4201·0000·5001·0000··(...4...B...P... | ||
| 00000060:·6201·0000·ba01·0000·be01·0000·d001·0000··b............... | 00000060:·6201·0000·ba01·0000·be01·0000·d001·0000··b............... | ||
|
00000070:· |
00000070:·0402·0000·3802·0000·4c02·0000·8c02·0000··....8...L....... | ||
|
00000080:· |
00000080:·9802·0000·a002·0000·be02·0000·e202·0000··................ | ||
|
00000090:· |
00000090:·0403·0000·3e03·0000·9403·0000·a803·0000··....>........... | ||
|
000000a0:· |
000000a0:·c203·0000·d603·0000·3004·0000·4e04·0000··........0...N... | ||
|
000000b0:· |
000000b0:·5e04·0000·9604·0000·aa04·0000·ee04·0000··^............... | ||
|
000000c0:· |
000000c0:·5805·0000·b005·0000·0b00·7600·6500·7200··X.........v.e.r. | ||
|
000000d0:· |
000000d0:·7300·6900·6f00·6e00·4300·6f00·6400·6500··s.i.o.n.C.o.d.e. | ||
|
000000e0:· |
000000e0:·0000·0b00·7600·6500·7200·7300·6900·6f00··....v.e.r.s.i.o. | ||
|
000000f0:·6 |
000000f0:·6e00·4e00·6100·6d00·6500·0000·0d00·7800··n.N.a.m.e.....x. | ||
|
00000100:·6 |
00000100:·6c00·6100·7200·6700·6500·5300·6300·7200··l.a.r.g.e.S.c.r. | ||
|
00000110:· |
00000110:·6500·6500·6e00·7300·0000·0c00·6c00·6100··e.e.n.s.....l.a. | ||
|
00000120:· |
00000120:·7200·6700·6500·5300·6300·7200·6500·6500··r.g.e.S.c.r.e.e. | ||
|
00000130:·6 |
00000130:·6e00·7300·0000·0d00·6e00·6f00·7200·6d00··n.s.....n.o.r.m. | ||
|
00000140:· |
00000140:·6100·6c00·5300·6300·7200·6500·6500·6e00··a.l.S.c.r.e.e.n. | ||
|
00000150:· |
00000150:·7300·0000·0c00·7300·6d00·6100·6c00·6c00··s.....s.m.a.l.l. | ||
|
00000160:· |
00000160:·5300·6300·7200·6500·6500·6e00·7300·0000··S.c.r.e.e.n.s... | ||
|
00000170:· |
00000170:·0a00·6100·6e00·7900·4400·6500·6e00·7300··..a.n.y.D.e.n.s. | ||
|
00000180:·6 |
00000180:·6900·7400·7900·0000·0400·6e00·6100·6d00··i.t.y.....n.a.m. | ||
|
00000190:·6 |
00000190:·6500·0000·0d00·6d00·6900·6e00·5300·6400··e.....m.i.n.S.d. | ||
|
000001a0:· |
000001a0:·6b00·5600·6500·7200·7300·6900·6f00·6e00··k.V.e.r.s.i.o.n. | ||
|
000001b0:· |
000001b0:·0000·1000·7400·6100·7200·6700·6500·7400··....t.a.r.g.e.t. | ||
|
000001c0:· |
000001c0:·5300·6400·6b00·5600·6500·7200·7300·6900··S.d.k.V.e.r.s.i. | ||
|
000001d0:· |
000001d0:·6f00·6e00·0000·0b00·6100·6c00·6c00·6f00··o.n.....a.l.l.o. | ||
|
000001e0:· |
000001e0:·7700·4200·6100·6300·6b00·7500·7000·0000··w.B.a.c.k.u.p... | ||
|
000001f0:· |
000001f0:·0400·6900·6300·6f00·6e00·0000·0500·6c00··..i.c.o.n.....l. | ||
|
00000200:·6 |
00000200:·6100·6200·6500·6c00·0000·0500·7400·6800··a.b.e.l.....t.h. | ||
|
00000210:· |
00000210:·6500·6d00·6500·0000·0700·6100·6e00·6400··e.m.e.....a.n.d. | ||
|
00000220:·7 |
00000220:·7200·6f00·6900·6400·0000·2a00·6800·7400··r.o.i.d...*.h.t. | ||
|
00000230:· |
00000230:·7400·7000·3a00·2f00·2f00·7300·6300·6800··t.p.:././.s.c.h. | ||
|
00000240:· |
00000240:·6500·6d00·6100·7300·2e00·6100·6e00·6400··e.m.a.s...a.n.d. | ||
|
00000250:· |
00000250:·7200·6f00·6900·6400·2e00·6300·6f00·6d00··r.o.i.d...c.o.m. | ||
|
00000260:·2f00·6100· |
00000260:·2f00·6100·7000·6b00·2f00·7200·6500·7300··/.a.p.k./.r.e.s. | ||
|
00000270:· |
00000270:·2f00·6100·6e00·6400·7200·6f00·6900·6400··/.a.n.d.r.o.i.d. | ||
|
00000280:· |
00000280:·0000·0000·0000·0700·7000·6100·6300·6b00··........p.a.c.k. | ||
|
00000290:·6 |
00000290:·6100·6700·6500·0000·1800·7000·6c00·6100··a.g.e.....p.l.a. | ||
|
000002a0:· |
000002a0:·7400·6600·6f00·7200·6d00·4200·7500·6900··t.f.o.r.m.B.u.i. | ||
|
000002b0:·6 |
000002b0:·6c00·6400·5600·6500·7200·7300·6900·6f00··l.d.V.e.r.s.i.o. | ||
|
000002c0:·6 |
000002c0:·6e00·4300·6f00·6400·6500·0000·1800·7000··n.C.o.d.e.....p. | ||
|
000002d0:·6 |
000002d0:·6c00·6100·7400·6600·6f00·7200·6d00·4200··l.a.t.f.o.r.m.B. | ||
|
000002e0:· |
000002e0:·7500·6900·6c00·6400·5600·6500·7200·7300··u.i.l.d.V.e.r.s. | ||
|
000002f0:· |
000002f0:·6900·6f00·6e00·4e00·6100·6d00·6500·0000··i.o.n.N.a.m.e... | ||
|
00000300:· |
00000300:·0800·6d00·6100·6e00·6900·6600·6500·7300··..m.a.n.i.f.e.s. | ||
|
00000310:·7 |
00000310:·7400·0000·1e00·6e00·6500·7400·2e00·7300··t.....n.e.t...s. | ||
|
00000320:·6 |
00000320:·6f00·7500·7200·6300·6500·6600·6f00·7200··o.u.r.c.e.f.o.r. | ||
|
00000330:·6 |
00000330:·6700·6500·2e00·7700·6900·6600·6900·7200··g.e...w.i.f.i.r. | ||
|
00000340:· |
00000340:·6500·6d00·6f00·7400·6500·7000·6c00·6100··e.m.o.t.e.p.l.a. | ||
|
00000350:· |
00000350:·7900·0000·0400·3100·2e00·3100·3200·0000··y.....1...1.2... | ||
|
00000360:· |
00000360:·0200·3100·3800·0000·0d00·3400·2e00·3300··..1.8.....4...3. | ||
|
00000370:· |
00000370:·2e00·3100·2d00·3100·3400·3200·3500·3600··..1.-.1.4.2.5.6. | ||
|
00000380:· |
00000380:·3400·3500·0000·1000·7300·7500·7000·7000··4.5.....s.u.p.p. | ||
|
00000390:· |
00000390:·6f00·7200·7400·7300·2d00·7300·6300·7200··o.r.t.s.-.s.c.r. | ||
|
000003a0:· |
000003a0:·6500·6500·6e00·7300·0000·0f00·7500·7300··e.e.n.s.....u.s. | ||
|
000003b0:· |
000003b0:·6500·7300·2d00·7000·6500·7200·6d00·6900··e.s.-.p.e.r.m.i. | ||
|
000003c0:·7 |
000003c0:·7300·7300·6900·6f00·6e00·0000·1b00·6100··s.s.i.o.n.....a. | ||
|
000003d0:· |
000003d0:·6e00·6400·7200·6f00·6900·6400·2e00·7000··n.d.r.o.i.d...p. | ||
|
000003e0:·6 |
000003e0:·6500·7200·6d00·6900·7300·7300·6900·6f00··e.r.m.i.s.s.i.o. | ||
|
000003f0:·6 |
000003f0:·6e00·2e00·4900·4e00·5400·4500·5200·4e00··n...I.N.T.E.R.N. | ||
|
00000400:· |
00000400:·4500·5400·0000·2900·6100·6e00·6400·7200··E.T...).a.n.d.r. | ||
|
00000410:· |
00000410:·6f00·6900·6400·2e00·7000·6500·7200·6d00··o.i.d...p.e.r.m. | ||
|
00000420:· |
00000420:·6900·7300·7300·6900·6f00·6e00·2e00·5700··i.s.s.i.o.n...W. | ||
|
00000430:· |
00000430:·5200·4900·5400·4500·5f00·4500·5800·5400··R.I.T.E._.E.X.T. | ||
|
00000440:·4 |
00000440:·4500·5200·4e00·4100·4c00·5f00·5300·5400··E.R.N.A.L._.S.T. | ||
|
00000450:· |
00000450:·4f00·5200·4100·4700·4500·0000·0800·7500··O.R.A.G.E.....u. | ||
|
00000460:·7 |
00000460:·7300·6500·7300·2d00·7300·6400·6b00·0000··s.e.s.-.s.d.k... | ||
|
00000470:· |
00000470:·0b00·6100·7000·7000·6c00·6900·6300·6100··..a.p.p.l.i.c.a. | ||
|
00000480:·6900·6f00·6e00·0000· |
00000480:·7400·6900·6f00·6e00·0000·0800·6100·6300··t.i.o.n.....a.c. | ||
|
00000490:·7 |
00000490:·7400·6900·7600·6900·7400·7900·0000·2b00··t.i.v.i.t.y...+. | ||
|
000004a0:·6 |
000004a0:·6e00·6500·7400·2e00·7300·6f00·7500·7200··n.e.t...s.o.u.r. | ||
|
000004b0:·6 |
000004b0:·6300·6500·6600·6f00·7200·6700·6500·2e00··c.e.f.o.r.g.e... | ||
|
000004c0:· |
000004c0:·7700·6900·6600·6900·7200·6500·6d00·6f00··w.i.f.i.r.e.m.o. | ||
|
000004d0:·7 |
000004d0:·7400·6500·7000·6c00·6100·7900·2e00·4d00··t.e.p.l.a.y...M. | ||
|
000004e0:·6 |
000004e0:·6100·6900·6e00·4100·6300·7400·6900·7600··a.i.n.A.c.t.i.v. | ||
|
000004f0:· |
000004f0:·6900·7400·7900·0000·0d00·6900·6e00·7400··i.t.y.....i.n.t. | ||
|
00000500:· |
00000500:·6500·6e00·7400·2d00·6600·6900·6c00·7400··e.n.t.-.f.i.l.t. | ||
|
00000510:· |
00000510:·6500·7200·0000·0600·6100·6300·7400·6900··e.r.....a.c.t.i. | ||
|
00000520:· |
00000520:·6f00·6e00·0000·1a00·6100·6e00·6400·7200··o.n.....a.n.d.r. | ||
|
00000530:·6f00· |
00000530:·6f00·6900·6400·2e00·6900·6e00·7400·6500··o.i.d...i.n.t.e. | ||
|
00000540:·6 |
00000540:·6e00·7400·2e00·6100·6300·7400·6900·6f00··n.t...a.c.t.i.o. | ||
|
00000550:·6 |
00000550:·6e00·2e00·4d00·4100·4900·4e00·0000·0800··n...M.A.I.N..... | ||
|
00000560:·6 |
00000560:·6300·6100·7400·6500·6700·6f00·7200·7900··c.a.t.e.g.o.r.y. | ||
|
00000570:· |
00000570:·0000·2000·6100·6e00·6400·7200·6f00·6900··..·.a.n.d.r.o.i. | ||
|
00000580:· |
00000580:·6400·2e00·6900·6e00·7400·6500·6e00·7400··d...i.n.t.e.n.t. | ||
|
00000590:· |
00000590:·2e00·6300·6100·7400·6500·6700·6f00·7200··..c.a.t.e.g.o.r. | ||
|
000005a0:· |
000005a0:·7900·2e00·4c00·4100·5500·4e00·4300·4800··y...L.A.U.N.C.H. | ||
|
000005b0:· |
000005b0:·4500·5200·0000·3300·6e00·6500·7400·2e00··E.R...3.n.e.t... | ||
|
000005c0:· |
000005c0:·7300·6f00·7500·7200·6300·6500·6600·6f00··s.o.u.r.c.e.f.o. | ||
|
000005d0:·7 |
000005d0:·7200·6700·6500·2e00·7700·6900·6600·6900··r.g.e...w.i.f.i. | ||
|
000005e0:·7 |
000005e0:·7200·6500·6d00·6f00·7400·6500·7000·6c00··r.e.m.o.t.e.p.l. | ||
|
000005f0:·6 |
000005f0:·6100·7900·2e00·4d00·7900·5000·7200·6500··a.y...M.y.P.r.e. | ||
|
00000600:·6600·6 |
00000600:·6600·6500·7200·6500·6e00·6300·6500·4100··f.e.r.e.n.c.e.A. | ||
|
00000610:· |
00000610:·6300·7400·6900·7600·6900·7400·7900·0000··c.t.i.v.i.t.y... | ||
|
00000620:· |
00000620:·2a00·6e00·6500·7400·2e00·7300·6f00·7500··*.n.e.t...s.o.u. | ||
| Max diff block lines reached; 0/26573 bytes (0.00%) of diff not shown. | |||