Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Mayday-Android Commit: 13d9478fab86e18e4094b96782080bab5fd88673 https://github.com/RestComm/Restcomm-Mayday-Android/commit/13d9478fab86e18e4094b96782080bab5fd88673 Author: gireesh_sk <gireesh...@spanservices.com> Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths: M Example/agent/app/src/main/AndroidManifest.xml A Example/agent/app/src/main/Thumbs.db M Example/agent/app/src/main/java/com/telestax/mayday_agent/activity/AgentCallActivity.java M Example/agent/app/src/main/java/com/telestax/mayday_agent/activity/AgentDetailsActivity.java A Example/agent/app/src/main/java/com/telestax/mayday_agent/activity/AgentLoginActivity.java R Example/agent/app/src/main/java/com/telestax/mayday_agent/activity/LoginActivity.java M Example/agent/app/src/main/java/com/telestax/mayday_agent/fragment/AgentCallFragment.java A Example/agent/app/src/main/java/com/telestax/mayday_agent/utils/AgentConstant.java R Example/agent/app/src/main/java/com/telestax/mayday_agent/utils/Constant.java A Example/agent/app/src/main/res/Thumbs.db A Example/agent/app/src/main/res/drawable-hdpi/call_icon.png A Example/agent/app/src/main/res/drawable-hdpi/maximize.png A Example/agent/app/src/main/res/drawable-hdpi/minimize.png A Example/agent/app/src/main/res/drawable-ldpi/call_icon.png A Example/agent/app/src/main/res/drawable-ldpi/maximize.png A Example/agent/app/src/main/res/drawable-ldpi/minimize.png A Example/agent/app/src/main/res/drawable-ldpi/speaker_icon.png A Example/agent/app/src/main/res/drawable-ldpi/speaker_mute.png A Example/agent/app/src/main/res/drawable-mdpi/maximize.png A Example/agent/app/src/main/res/drawable-mdpi/minimize.png A Example/agent/app/src/main/res/drawable-xhdpi/call_icon.png A Example/agent/app/src/main/res/drawable-xhdpi/chat_close.png A Example/agent/app/src/main/res/drawable-xhdpi/chat_maximize.png A Example/agent/app/src/main/res/drawable-xhdpi/chat_minimize.png A Example/agent/app/src/main/res/drawable-xhdpi/message_send.png A Example/agent/app/src/main/res/drawable-xhdpi/speaker_icon.png A Example/agent/app/src/main/res/drawable-xhdpi/speaker_mute.png A Example/agent/app/src/main/res/drawable-xxhdpi/call_icon.png A Example/agent/app/src/main/res/drawable-xxhdpi/maximize.png A Example/agent/app/src/main/res/drawable-xxhdpi/message_send.png A Example/agent/app/src/main/res/drawable-xxhdpi/minimize.png A Example/agent/app/src/main/res/drawable-xxxhdpi/call_icon.png A Example/agent/app/src/main/res/drawable-xxxhdpi/maximize.png A Example/agent/app/src/main/res/drawable-xxxhdpi/minimize.png A Example/agent/app/src/main/res/drawable/endcall_green.png M Example/customer/app/src/main/AndroidManifest.xml A Example/customer/app/src/main/Thumbs.db A Example/customer/app/src/main/java/com/telestax/mayday_customer/activity/CustomerLoginActivity.java A Example/customer/app/src/main/java/com/telestax/mayday_customer/activity/CustomerMainActivity.java R Example/customer/app/src/main/java/com/telestax/mayday_customer/activity/LoginActivity.java R Example/customer/app/src/main/java/com/telestax/mayday_customer/activity/MainActivity.java M Example/customer/app/src/main/java/com/telestax/mayday_customer/fragment/CustomerOfferFragment.java A Example/customer/app/src/main/java/com/telestax/mayday_customer/fragment/CustomerProductFragment.java M Example/customer/app/src/main/java/com/telestax/mayday_customer/fragment/CustomerSupportFragment.java R Example/customer/app/src/main/java/com/telestax/mayday_customer/fragment/ProductFragment.java R Example/customer/app/src/main/java/com/telestax/mayday_customer/utils/Constant.java A Example/customer/app/src/main/java/com/telestax/mayday_customer/utils/CustomerConstant.java A Example/customer/app/src/main/res/drawable-hdpi/call_icon.png A Example/customer/app/src/main/res/drawable-hdpi/maximize.png A Example/customer/app/src/main/res/drawable-hdpi/minimize.png A Example/customer/app/src/main/res/drawable-ldpi/call_icon.png A Example/customer/app/src/main/res/drawable-ldpi/maximize.png A Example/customer/app/src/main/res/drawable-ldpi/minimize.png A Example/customer/app/src/main/res/drawable-ldpi/speaker_icon.png A Example/customer/app/src/main/res/drawable-ldpi/speaker_mute.png A Example/customer/app/src/main/res/drawable-mdpi/maximize.png A Example/customer/app/src/main/res/drawable-mdpi/minimize.png A Example/customer/app/src/main/res/drawable-xhdpi/call_icon.png A Example/customer/app/src/main/res/drawable-xhdpi/chat_close.png A Example/customer/app/src/main/res/drawable-xhdpi/chat_maximize.png A Example/customer/app/src/main/res/drawable-xhdpi/chat_minimize.png A Example/customer/app/src/main/res/drawable-xhdpi/message_send.png A Example/customer/app/src/main/res/drawable-xhdpi/speaker_icon.png A Example/customer/app/src/main/res/drawable-xhdpi/speaker_mute.png A Example/customer/app/src/main/res/drawable-xxhdpi/call_icon.png A Example/customer/app/src/main/res/drawable-xxhdpi/maximize.png A Example/customer/app/src/main/res/drawable-xxhdpi/message_send.png A Example/customer/app/src/main/res/drawable-xxhdpi/minimize.png A Example/customer/app/src/main/res/drawable/endcall_green.png M Example/customer/app/src/main/res/layout-large/activity_login.xml M Example/customer/app/src/main/res/layout-large/activity_main.xml M Example/customer/app/src/main/res/layout-large/customer_offer.xml M Example/customer/app/src/main/res/layout-large/product.xml M Example/customer/app/src/main/res/layout-xlarge/activity_login.xml M Example/customer/app/src/main/res/layout-xlarge/activity_main.xml M Example/customer/app/src/main/res/layout-xlarge/customer_offer.xml M Example/customer/app/src/main/res/layout-xlarge/customer_support.xml M Example/customer/app/src/main/res/layout-xlarge/product.xml M Example/customer/app/src/main/res/layout/activity_login.xml M Example/customer/app/src/main/res/layout/activity_main.xml M Example/customer/app/src/main/res/layout/customer_offer.xml M Example/customer/app/src/main/res/layout/customer_support.xml M Example/customer/app/src/main/res/layout/product.xml M mayday.sdk/readme.adoc Log Message: ----------- MayDay SDK icons moved to app level -- --- You received this message because you are subscribed to the Google Groups "mobicents-commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.