Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
b8fa16b0
Commit
b8fa16b0
authored
5 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Changed license to GPLv3
parent
d14424b2
master
feature/5.3
feature/UZ-8
feature/call_uitests
feature/kotlin_rewrite
feature/logcat_view
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/telecom_default_audio_endpoint
release/4.2
release/4.3
release/4.4
release/4.5
release/4.6
release/4.7
release/5.0
release/5.1
release/5.2
release/6.0
test/UZ-8-no-telecom
6.1.0-alpha
6.0.0
6.0.0-beta
6.0.0-alpha
5.3.0-alpha
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0-beta
5.2.0-alpha
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.1.0-beta
5.1.0-alpha
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.7.0-beta
4.7.0-alpha
4.6.14
4.6.13
4.6.12
4.6.11
4.6.10
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.6.0-beta
4.6.0-alpha
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.5.0-beta
4.5.0-alpha
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.4.0-beta
4.4.0-alpha
4.3.1
4.3.0
4.3.0-beta
4.3-alpha
4.2.3
4.2.2
4.2.1
4.2.0-beta
4.2
1 merge request
!188
Changed license to GPLv3
Pipeline
#8849
passed with stage
in 1 minute and 59 seconds
Changes
179
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
app/src/main/java/org/linphone/chat/ChatMessageViewHolderClickListener.java
+19
-19
...org/linphone/chat/ChatMessageViewHolderClickListener.java
app/src/main/java/org/linphone/chat/ChatMessagesAdapter.java
+19
-19
app/src/main/java/org/linphone/chat/ChatMessagesAdapter.java
app/src/main/java/org/linphone/chat/ChatMessagesFragment.java
+19
-19
...src/main/java/org/linphone/chat/ChatMessagesFragment.java
app/src/main/java/org/linphone/chat/ChatMessagesGenericAdapter.java
+19
-19
...in/java/org/linphone/chat/ChatMessagesGenericAdapter.java
app/src/main/java/org/linphone/chat/ChatRoomCreationFragment.java
+19
-19
...main/java/org/linphone/chat/ChatRoomCreationFragment.java
app/src/main/java/org/linphone/chat/ChatRoomViewHolder.java
+19
-19
app/src/main/java/org/linphone/chat/ChatRoomViewHolder.java
app/src/main/java/org/linphone/chat/ChatRoomsAdapter.java
+19
-19
app/src/main/java/org/linphone/chat/ChatRoomsAdapter.java
app/src/main/java/org/linphone/chat/ChatRoomsFragment.java
+19
-19
app/src/main/java/org/linphone/chat/ChatRoomsFragment.java
app/src/main/java/org/linphone/chat/ChatScrollListener.java
+19
-19
app/src/main/java/org/linphone/chat/ChatScrollListener.java
app/src/main/java/org/linphone/chat/DeviceChildViewHolder.java
+19
-19
...rc/main/java/org/linphone/chat/DeviceChildViewHolder.java
app/src/main/java/org/linphone/chat/DeviceGroupViewHolder.java
+19
-19
...rc/main/java/org/linphone/chat/DeviceGroupViewHolder.java
app/src/main/java/org/linphone/chat/DevicesAdapter.java
+19
-19
app/src/main/java/org/linphone/chat/DevicesAdapter.java
app/src/main/java/org/linphone/chat/DevicesFragment.java
+19
-19
app/src/main/java/org/linphone/chat/DevicesFragment.java
app/src/main/java/org/linphone/chat/GroupInfoAdapter.java
+19
-19
app/src/main/java/org/linphone/chat/GroupInfoAdapter.java
app/src/main/java/org/linphone/chat/GroupInfoFragment.java
+19
-19
app/src/main/java/org/linphone/chat/GroupInfoFragment.java
app/src/main/java/org/linphone/chat/GroupInfoViewHolder.java
+19
-19
app/src/main/java/org/linphone/chat/GroupInfoViewHolder.java
app/src/main/java/org/linphone/chat/ImdnFragment.java
+19
-19
app/src/main/java/org/linphone/chat/ImdnFragment.java
app/src/main/java/org/linphone/compatibility/ApiTwentyEightPlus.java
+19
-19
...n/java/org/linphone/compatibility/ApiTwentyEightPlus.java
app/src/main/java/org/linphone/compatibility/ApiTwentyFivePlus.java
+19
-19
...in/java/org/linphone/compatibility/ApiTwentyFivePlus.java
app/src/main/java/org/linphone/compatibility/ApiTwentyFourPlus.java
+19
-19
...in/java/org/linphone/compatibility/ApiTwentyFourPlus.java
with
380 additions
and
380 deletions
app/src/main/java/org/linphone/chat/ChatMessageViewHolderClickListener.java
+
19
−
19
View file @
b8fa16b0
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
);
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatMessagesAdapter.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatMessagesFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatMessagesGenericAdapter.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatRoomCreationFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatRoomViewHolder.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatRoomsAdapter.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatRoomsFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ChatScrollListener.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/DeviceChildViewHolder.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/DeviceGroupViewHolder.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/DevicesAdapter.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/DevicesFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/GroupInfoAdapter.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/GroupInfoFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/GroupInfoViewHolder.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/chat/ImdnFragment.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/compatibility/ApiTwentyEightPlus.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/compatibility/ApiTwentyFivePlus.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/org/linphone/compatibility/ApiTwentyFourPlus.java
+
19
−
19
View file @
b8fa16b0
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
;
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
6
7
…
9
Next
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets