Seshu Vinay

Results 7 issues of Seshu Vinay

Getting reported with this error more often from Google Play: java.lang.IllegalStateException: sender id not set on constructor at com.google.android.gcm.a.a(Unknown Source) at com.google.android.gcm.a.onHandleIntent(Unknown Source) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at...

FontTextView doesn't work with Emojis in text

Got this crash reported by a few users in Google Play: > android.util.AndroidRuntimeException: java.lang.RuntimeException: Invalid reflection > at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:137) > at android.webkit.CookieManager.getInstance(CookieManager.java:42) > at android.webkit.CookieSyncManager.sync(CookieSyncManager.java:108) > at com.facebook.internal.Utility.clearCookiesForDomain(Utility.java:693) > at...

``` mSimpleFacebook.getAlbums(new OnAlbumsListener() { @Override public void onComplete(List response) { for (Album album : response) { photoCount= album.getCount(); //null here coverPicId= album.getCoverPhotoId(); //null here } } }); ```

me/friends includes summary which gives friends total count(including friends not using the app). It might be useful for apps which needfriends count. So this can be added as a get....

enhancement

``` card.setOnCardDimissedDelegate(new CardView.OnCardDimissedDelegate() { @Override public void onLike(CardView cardView) { Log.d("Swipeable Card", "I liked it"); } @Override public void onDislike(CardView cardView) { Log.d("Swipeable Card", "I did not liked it"); }...

Is there a way to define the width of the edge (to slide)? Currently I am able to drag and close activity from any part of the screen. If edge...