Sanjivkumarroshan / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

CSipSimple Registeration issue after proguard #2818

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use the CSipSimple as a Library project
2.Use proguard for the Whole project (My project and CSipSimple lib)
3.the proguard compilation success , and the application run

What is the expected output? What do you see instead?
the Whole application will run , but the CSipSimple couldn`t register , 
although it registered successfully without proguard 

What version of the product are you using? On what device / operating
system?
i use latest Open Source on the Site , android 4.0 , Sumsung galaxy S3

Please provide any additional information below.
i noticed that when i`m on Screen of AccountEditListFragment , it reloaded 
again and again , it seems that some thing got crashed which lead that the 
screen reloaded again 

Original issue reported on code.google.com by eng.moha...@gmail.com on 28 Oct 2014 at 8:56

GoogleCodeExporter commented 9 years ago
Edit : This issue Happened only if i enable the Video from Settings !!
it seems it get crashed when it works with Native Video libraries 

Original comment by eng.moha...@gmail.com on 28 Oct 2014 at 9:28

GoogleCodeExporter commented 9 years ago
Parts of the code in video libs expects java class name to be unchanged. 
Proguard changes classes names, and that's probably why it doesn't work.

However, may I ask why you need proguard? 

Just as reminder csipsimple is distributed under GPL license. From the features 
I've seen on proguard, I don't think someone would like to use proguard. But 
maybe there's new features on proguard?

Original comment by r3gis...@gmail.com on 28 Oct 2014 at 9:37

GoogleCodeExporter commented 9 years ago
i use CSipSimple as a lib, in my application , so i use proguard for my 
application which (csipsimple is part from it).

Can we switch between front and back cameras while Video Call ?

Original comment by eng.moha...@gmail.com on 9 Nov 2014 at 9:55