Matan Tsuberi

Results 10 comments of Matan Tsuberi

Setting "wrap_content" on the card doesn't affect the image. It's height is defined in: `200dp` And i can't put "wrap_content" in there.

Also using material card with text always leaves a fixed height for the title and subtitle instead of having it "wrap_content" So if you don't want either of them it...

thanks , and just one more thing , is there a way to set up a primary social network ? if a user prefers to log in with google but...

the will log in to both , and post to both , however the app will consider one social network as the primary and will use it's id , profile...

ok. so i tried: ``` @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); CalligraphyConfig.initDefault("fonts/"+Config.DEFAULT_FONT_PATH, R.attr.fontPath); FragmentManager fragmentManager = getSupportFragmentManager(); SocialNetworkManager manager = (SocialNetworkManager) fragmentManager.findFragmentByTag("aqghwhwrrwrwhrwhrhw"); if (manager == null) { Log.i(TAG,"manager ==...

code: ``` @Override public void onSocialNetworkManagerInitialized() { Log.i(TAG,"onSocialNetworkManagerInitialized"); if(socialNetworkManager.getGooglePlusSocialNetwork().isConnected()) socialNetworkManager.getGooglePlusSocialNetwork().requestCurrentPerson(new OnRequestSocialPersonCompleteListener() { @Override public void onRequestSocialPersonSuccess(int i, SocialPerson socialPerson) { Log.i(TAG,"onRequestSocialPersonSuccess"); } @Override public void onError(int i, String s, String...

if i trigger the request from a button click it works perfectly. but onSocialNetworkManagerInitialized not.

This library could be so awesome if there weren't all this stupid minor bugs...

I think onSocialNetworkManagerInitialized should be called only when all social networks are ready to perform requests.