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.chat;
/* /*
ChatMessageViewHolderClickListener.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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;
interface ChatMessageViewHolderClickListener { interface ChatMessageViewHolderClickListener {
void onItemClicked(int position); void onItemClicked(int position);
......
package org.linphone.chat;
/* /*
ChatMessagesAdapter.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 android.content.Context; import android.content.Context;
import android.view.LayoutInflater; import android.view.LayoutInflater;
......
package org.linphone.chat;
/* /*
ChatMessagesFragment.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.Context.INPUT_METHOD_SERVICE; import static android.content.Context.INPUT_METHOD_SERVICE;
......
package org.linphone.chat;
/* /*
ChatMessagesGenericAdapter.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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 java.util.ArrayList; import java.util.ArrayList;
import org.linphone.contacts.LinphoneContact; import org.linphone.contacts.LinphoneContact;
......
package org.linphone.chat;
/* /*
ChatRoomCreationFragment.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.Context.INPUT_METHOD_SERVICE; import static android.content.Context.INPUT_METHOD_SERVICE;
......
package org.linphone.chat;
/* /*
ChatRoomViewHolder.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 android.content.Context; import android.content.Context;
import android.view.View; import android.view.View;
......
package org.linphone.chat;
/* /*
ChatRoomsAdapter.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 android.content.Context; import android.content.Context;
import android.view.LayoutInflater; import android.view.LayoutInflater;
......
package org.linphone.chat;
/* /*
ChatRoomsFragment.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 android.app.Fragment; import android.app.Fragment;
import android.os.Bundle; import android.os.Bundle;
......
package org.linphone.chat;
/* /*
ChatScrollListener.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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 androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView; import androidx.recyclerview.widget.RecyclerView;
......
package org.linphone.chat;
/* /*
DeviceChildViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.view.View; import android.view.View;
import android.widget.ImageView; import android.widget.ImageView;
......
package org.linphone.chat;
/* /*
DeviceGroupViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.view.View; import android.view.View;
import android.widget.ImageView; import android.widget.ImageView;
......
package org.linphone.chat;
/* /*
DevicesAdapter.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.content.Context; import android.content.Context;
import android.view.LayoutInflater; import android.view.LayoutInflater;
......
package org.linphone.chat;
/* /*
DevicesFragment.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.os.Bundle; import android.os.Bundle;
......
package org.linphone.chat;
/* /*
GroupInfoAdapter.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 android.view.LayoutInflater; import android.view.LayoutInflater;
import android.view.View; import android.view.View;
......
package org.linphone.chat;
/* /*
GroupInfoFragment.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.Context.INPUT_METHOD_SERVICE; import static android.content.Context.INPUT_METHOD_SERVICE;
......
package org.linphone.chat;
/* /*
GroupInfoViewHolder.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.view.View; import android.view.View;
import android.widget.ImageView; import android.widget.ImageView;
......
package org.linphone.chat;
/* /*
ImdnFragment.java * Copyright (c) 2010-2019 Belledonne Communications SARL.
Copyright (C) 2018 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.os.Bundle; import android.os.Bundle;
......
package org.linphone.compatibility;
/* /*
ApiTwentyEightPlus.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.compatibility;
import static org.linphone.compatibility.Compatibility.CHAT_NOTIFICATIONS_GROUP; import static org.linphone.compatibility.Compatibility.CHAT_NOTIFICATIONS_GROUP;
import static org.linphone.compatibility.Compatibility.INTENT_LOCAL_IDENTITY; import static org.linphone.compatibility.Compatibility.INTENT_LOCAL_IDENTITY;
......
package org.linphone.compatibility;
/* /*
ApiTwentyFivePlus.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.compatibility;
import static java.lang.Math.min; import static java.lang.Math.min;
......
package org.linphone.compatibility;
/* /*
ApiTwentyFourPlus.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.compatibility;
import static org.linphone.compatibility.Compatibility.CHAT_NOTIFICATIONS_GROUP; import static org.linphone.compatibility.Compatibility.CHAT_NOTIFICATIONS_GROUP;
import static org.linphone.compatibility.Compatibility.INTENT_ANSWER_CALL_NOTIF_ACTION; import static org.linphone.compatibility.Compatibility.INTENT_ANSWER_CALL_NOTIF_ACTION;
......
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