This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
mWindowManager.addView(mDecor, l); | |
mShowing = true; | |
sendShowMessage(); | |
} finally { | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2013 LevelUp Studio | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
protected void entryRemoved(boolean evicted, String key, Bitmap oldValue, Bitmap newValue) { | |
super.entryRemoved(evicted, key, oldValue, newValue); | |
oldValue.recycle(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.StringIndexOutOfBoundsException: length=0; index=-1 | |
at java.lang.AbstractStringBuilder.indexAndLength(AbstractStringBuilder.java:212) | |
at java.lang.AbstractStringBuilder.charAt(AbstractStringBuilder.java:206) | |
at java.lang.StringBuffer.charAt(StringBuffer.java:346) | |
at com.android.org.bouncycastle.asn1.x509.X509NameTokenizer.nextToken(X509NameTokenizer.java:78) | |
at com.android.org.bouncycastle.asn1.x509.X509Name.<init>(X509Name.java:719) | |
at com.android.org.bouncycastle.asn1.x509.X509Name.<init>(X509Name.java:655) | |
at com.android.org.bouncycastle.asn1.x509.X509Name.<init>(X509Name.java:593) | |
at android.net.http.SslCertificate$DName.<init>(SslCertificate.java:379) | |
at android.net.http.SslCertificate.<init>(SslCertificate.java:189) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at android.support.v7.app.ActionBarImplICS.getThemedContext(SourceFile:287) | |
at android.support.v7.app.ActionBarImplJB.setLogo(SourceFile:1) | |
setDisplayShowTitleEnabled | |
getThemedContext | |
at android.support.v7.app.ActionBarActivity.getMenuInflater(SourceFile:71) | |
at com.levelup.touiteur.TouiteurMain.onCreateOptionsMenu(SourceFile:492) | |
at android.app.Activity.onCreatePanelMenu(Activity.java:2504) | |
at android.support.v4.app.FragmentActivity.onCreatePanelMenu(SourceFile:224) | |
at android.support.v7.app.ActionBarActivity.superOnCreatePanelMenu(SourceFile:232) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.IllegalStateException: ActionBarView can only be used with android:layout_width="MATCH_PARENT" (or fill_parent) | |
at android.support.v7.internal.widget.ActionBarView.onMeasure(SourceFile:840) | |
at android.view.View.measure(View.java:10828) | |
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351) | |
at android.widget.FrameLayout.onMeasure(FrameLayout.java:267) | |
at android.support.v7.internal.widget.ActionBarContainer.onMeasure(SourceFile:233) | |
at android.view.View.measure(View.java:10828) | |
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351) | |
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1284) | |
at android.widget.LinearLayout.measureVertical(LinearLayout.java:613) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. [in ListView(2131230783, class android.support.v7.internal.view.menu.ExpandedMenuView) with Adapter(class android.support.v7.internal.view.menu.MenuAdapter)] | |
at android.widget.ListView.layoutChildren(ListView.java:1535) | |
at android.widget.AbsListView.onTouchModeChanged(AbsListView.java:2257) | |
at android.view.ViewTreeObserver.dispatchOnTouchModeChanged(ViewTreeObserver.java:591) | |
at android.view.ViewRoot.ensureTouchModeLocally(ViewRoot.java:2194) | |
at android.view.ViewRoot.performTraversals(ViewRoot.java:896) | |
at android.view.ViewRoot.handleMessage(ViewRoot.java:1949) | |
at android.os.Handler.dispatchMessage(Handler.java:99) | |
at android.os.Looper.loop(Looper.java:130) | |
at android.app.ActivityThread.main(ActivityThread.java:3691) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package: name='com.levelup.touiteur' versionCode='54105' versionName='5.41 beta' | |
sdkVersion:'8' | |
targetSdkVersion:'18' | |
uses-permission:'android.permission.INTERNET' | |
uses-permission:'android.permission.ACCESS_COARSE_LOCATION' | |
uses-permission:'android.permission.WRITE_EXTERNAL_STORAGE' | |
uses-permission:'android.permission.WAKE_LOCK' | |
uses-permission:'android.permission.VIBRATE' | |
uses-permission:'android.permission.FLASHLIGHT' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.StackOverflowError | |
at java.io.FileInputStream.close(FileInputStream.java:155) | |
at com.android.volley.toolbox.DiskBasedCache.initialize(DiskBasedCache.java:165) | |
at com.android.volley.CacheDispatcher.run(CacheDispatcher.java:85) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at android.os.PowerManager.isScreenOn(PowerManager.java:586) | |
at android.view.ViewRootImpl.<init>(ViewRootImpl.java:384) | |
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:216) | |
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69) | |
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2806) | |
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2235) | |
at android.app.ActivityThread.access$600(ActivityThread.java:141) | |
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234) | |
at android.os.Handler.dispatchMessage(Handler.java:99) |