Commit b8fa16b0 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Changed license to GPLv3

Showing with 380 additions and 380 deletions
package org.linphone.assistant;
/* /*
OpenH264DownloadAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.os.Bundle; import android.os.Bundle;
import android.view.View; import android.view.View;
......
package org.linphone.assistant;
/* /*
PhoneAccountCreationAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.content.Intent; import android.content.Intent;
import android.os.Bundle; import android.os.Bundle;
......
package org.linphone.assistant;
/* /*
PhoneAccountLinkingAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.content.Intent; import android.content.Intent;
import android.os.Bundle; import android.os.Bundle;
......
package org.linphone.assistant;
/* /*
PhoneAccountValidationAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.content.ClipData; import android.content.ClipData;
import android.content.ClipboardManager; import android.content.ClipboardManager;
......
package org.linphone.assistant;
/* /*
QrCodeConfigurationAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.app.Activity; import android.app.Activity;
import android.content.Intent; import android.content.Intent;
......
package org.linphone.assistant;
/* /*
RemoteConfigurationAssistantActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.assistant;
import android.Manifest; import android.Manifest;
import android.app.Activity; import android.app.Activity;
......
package org.linphone.call;
/* /*
BandwithManager.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import org.linphone.core.CallParams; import org.linphone.core.CallParams;
......
package org.linphone.call;
/* /*
CallActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.Manifest; import android.Manifest;
import android.app.Dialog; import android.app.Dialog;
......
package org.linphone.call;
/* /*
CallActivityInterface.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
public interface CallActivityInterface { public interface CallActivityInterface {
void refreshInCallActions(); void refreshInCallActions();
......
package org.linphone.call;
/* /*
CallIncomingActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.Manifest; import android.Manifest;
import android.app.KeyguardManager; import android.app.KeyguardManager;
......
package org.linphone.call;
/* /*
CallManager.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.content.ContentResolver; import android.content.ContentResolver;
import android.content.Context; import android.content.Context;
......
package org.linphone.call;
/* /*
CallOutgoingActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.Manifest; import android.Manifest;
import android.content.pm.PackageManager; import android.content.pm.PackageManager;
......
package org.linphone.call;
/* /*
CallStatsAdapter.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.content.Context; import android.content.Context;
import android.view.LayoutInflater; import android.view.LayoutInflater;
......
package org.linphone.call;
/* /*
CallStatsChildViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.content.Context; import android.content.Context;
import android.text.Html; import android.text.Html;
......
package org.linphone.call;
/* /*
CallStatsFragment.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.app.Fragment; import android.app.Fragment;
import android.os.Bundle; import android.os.Bundle;
......
package org.linphone.call;
/* /*
CallStatsViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.view.View; import android.view.View;
import android.widget.RelativeLayout; import android.widget.RelativeLayout;
......
package org.linphone.call;
/* /*
CallStatusBarFragment.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.app.Dialog; import android.app.Dialog;
import android.app.Fragment; import android.app.Fragment;
......
package org.linphone.call;
/* /*
VideoZoomHelper.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.call;
import android.content.Context; import android.content.Context;
import android.view.GestureDetector; import android.view.GestureDetector;
......
package org.linphone.chat;
/* /*
ChatActivity.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2019 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.chat;
import android.app.Fragment; import android.app.Fragment;
import android.content.Intent; import android.content.Intent;
......
package org.linphone.chat;
/* /*
ChatMessageViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2017 Belledonne Communications, Grenoble, France *
* This file is part of linphone-android
This program is free software; you can redistribute it and/or * (see https://www.linphone.org).
modify it under the terms of the GNU General Public License *
as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify
of the License, or (at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * You should have received a copy of the GNU General Public License
*/ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.linphone.chat;
import static android.content.Intent.FLAG_GRANT_READ_URI_PERMISSION; import static android.content.Intent.FLAG_GRANT_READ_URI_PERMISSION;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment