-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android 13 & Windows 12 compatibility Notifications in dark mode
- Loading branch information
Showing
810 changed files
with
80,797 additions
and
80,830 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
build/ | ||
.idea/ | ||
.gradle/ | ||
local.properties | ||
import-summary.txt | ||
gradle/ | ||
gradlew | ||
gradlew.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Additional Terms according to GPL, Section 7 | ||
============================================ | ||
When using the code of Sipdroid Open Source Project you must comply with the following terms: | ||
1) The main activity (Sipdroid.java) allows to acess a menu. From this menu you can choose the About Box displaying legal notices and author attributions. | ||
This functionality must be left fully intact. There must be no other activity put in front of the main activity on startup. You may not direct the user into another screen (e.g. Preferences), either on first or subsequent startups. | ||
The message of the About box must be left unchanged, too. However, you may add further infos (e.g. Features of your modified version) to the end of the text. | ||
2) Modified version may not keep the package name "org.sipdroid.sipua". It must be modified, too. | ||
Expressing these additional terms does not imply that you would otherwise - if they were missing - be allowed to remove the legal notices and author attributions. It is just written down to make totally clear and to avoid any further discussion when a violation occurs. | ||
i-p-tel GmbH | ||
July 23, 2009 | ||
Additional Terms according to GPL, Section 7 | ||
============================================ | ||
|
||
When using the code of Sipdroid Open Source Project you must comply with the following terms: | ||
|
||
1) The main activity (Sipdroid.java) allows to acess a menu. From this menu you can choose the About Box displaying legal notices and author attributions. | ||
This functionality must be left fully intact. There must be no other activity put in front of the main activity on startup. You may not direct the user into another screen (e.g. Preferences), either on first or subsequent startups. | ||
The message of the About box must be left unchanged, too. However, you may add further infos (e.g. Features of your modified version) to the end of the text. | ||
|
||
2) Modified version may not keep the package name "org.sipdroid.sipua". It must be modified, too. | ||
|
||
Expressing these additional terms does not imply that you would otherwise - if they were missing - be allowed to remove the legal notices and author attributions. It is just written down to make totally clear and to avoid any further discussion when a violation occurs. | ||
|
||
|
||
i-p-tel GmbH | ||
July 23, 2009 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,107 @@ | ||
Further changes will be logged on http://sipdroid.org (Google Code) | ||
--- This change log ends here (first public beta) --- | ||
Author: i-p-tel GmbH | ||
Date: March, 2009 | ||
The following source files have been added: | ||
./sipdroid/media/G711.java | ||
./sipdroid/sipua/phone/ButtonGridLayout.java | ||
./sipdroid/sipua/phone/Call.java | ||
./sipdroid/sipua/phone/CallCard.java | ||
./sipdroid/sipua/phone/CallerInfo.java | ||
./sipdroid/sipua/phone/CallerInfoAsyncQuery.java | ||
./sipdroid/sipua/phone/CallStateException.java | ||
./sipdroid/sipua/phone/Connection.java | ||
./sipdroid/sipua/phone/ContactsAsyncHelper.java | ||
./sipdroid/sipua/phone/Phone.java | ||
./sipdroid/sipua/phone/PhoneUtils.java | ||
./sipdroid/sipua/ui/Activity2.java | ||
./sipdroid/sipua/ui/Caller.java | ||
./sipdroid/sipua/ui/DTMF.java | ||
./sipdroid/sipua/ui/OneShotAlarm.java | ||
./sipdroid/sipua/ui/PSTN.java | ||
./sipdroid/sipua/ui/Receiver.java | ||
./sipdroid/sipua/ui/RegisterService.java | ||
./sipdroid/sipua/ui/Settings.java | ||
./sipdroid/sipua/ui/SIP.java | ||
./sipdroid/sipua/ui/SipdroidListener.java | ||
The following source files have been modified: | ||
./sipdroid/media/JAudioLauncher.java | ||
./sipdroid/media/MediaLauncher.java | ||
./sipdroid/media/RtpStreamReceiver.java | ||
./sipdroid/media/RtpStreamSender.java | ||
./sipdroid/net/RtpSocket.java | ||
./sipdroid/net/KeepAliveSip.java | ||
./sipdroid/net/KeepAliveUdp.java | ||
./sipdroid/sipua/RegisterAgent.java | ||
./sipdroid/sipua/SipdroidEngine.java | ||
./sipdroid/sipua/UserAgent.java | ||
./sipdroid/sipua/UserAgentProfile.java | ||
./sipdroid/sipua/ui/Sipdroid.java | ||
./zoolu/call/ExtendedCall.java | ||
./zoolu/net/UdpProvider.java | ||
./zoolu/sip/dialog/InviteDialog.java | ||
./zoolu/sip/dialog/ExtendedInviteDialog.java | ||
./zoolu/sip/message/BaseMessageFactory.java | ||
./zoolu/sip/provider/SipProvider.java | ||
Author: Hughes Systique Corporation | ||
Date: Nov 17-2008 | ||
re-ported for Version 1.0r1 | ||
Author: Hughes Systique Corporation | ||
Date: 30 April, 2008 | ||
Initial release. | ||
Author: Hughes Systique Corporation | ||
Date: 2 April, 2008 | ||
The following files were modified as part of the Porting Process: | ||
./zoolu/sdp/AttributeField.java | ||
./zoolu/sdp/MediaDescriptor.java | ||
./zoolu/sdp/MediaField.java | ||
./zoolu/sdp/SdpParser.java | ||
./zoolu/sdp/SessionDescriptor.java | ||
./zoolu/sdp/SessionNameField.java | ||
./zoolu/sip/address/SipURL.java | ||
./zoolu/sip/call/Call.java | ||
./zoolu/sip/call/CallListenerAdapter.java | ||
./zoolu/sip/call/ExtendedCall.java | ||
./zoolu/sip/call/ExtendedCallListener.java | ||
./zoolu/sip/call/SdpTools.java | ||
./zoolu/sip/dialog/Dialog.java | ||
./zoolu/sip/dialog/DialogInfo.java | ||
./zoolu/sip/dialog/ExtendedInviteDialog.java | ||
./zoolu/sip/dialog/NotifierDialog.java | ||
./zoolu/sip/dialog/NotifierDialogListener.java | ||
./zoolu/sip/dialog/SubscriberDialog.java | ||
./zoolu/sip/header/AllowEventsHeader.java | ||
./zoolu/sip/header/AllowHeader.java | ||
./zoolu/sip/header/AuthenticationHeader.java | ||
./zoolu/sip/header/AuthenticationInfoHeader.java | ||
./zoolu/sip/header/AuthorizationHeader.java | ||
./zoolu/sip/header/ListHeader.java | ||
./zoolu/sip/header/MultipleHeader.java | ||
./zoolu/sip/header/ParametricHeader.java | ||
./zoolu/sip/message/BaseMessage.java | ||
./zoolu/sip/message/BaseMessageFactory.java | ||
./zoolu/sip/message/BaseMessageOtp.java | ||
./zoolu/sip/provider/SipProvider.java | ||
./zoolu/tools/Timer.java | ||
The changes can be summarized as | ||
1) Remove JMF / RAT specific code from User Agent code | ||
2) All warnings in the MJSip 1.6 release were fixed | ||
3) Strongly type checked code | ||
4) Some bug fixes | ||
|
||
Further changes will be logged on http://sipdroid.org (Google Code) | ||
|
||
--- This change log ends here (first public beta) --- | ||
|
||
Author: i-p-tel GmbH | ||
Date: March, 2009 | ||
|
||
The following source files have been added: | ||
|
||
./sipdroid/media/G711.java | ||
./sipdroid/sipua/phone/ButtonGridLayout.java | ||
./sipdroid/sipua/phone/Call.java | ||
./sipdroid/sipua/phone/CallCard.java | ||
./sipdroid/sipua/phone/CallerInfo.java | ||
./sipdroid/sipua/phone/CallerInfoAsyncQuery.java | ||
./sipdroid/sipua/phone/CallStateException.java | ||
./sipdroid/sipua/phone/Connection.java | ||
./sipdroid/sipua/phone/ContactsAsyncHelper.java | ||
./sipdroid/sipua/phone/Phone.java | ||
./sipdroid/sipua/phone/PhoneUtils.java | ||
./sipdroid/sipua/ui/Activity2.java | ||
./sipdroid/sipua/ui/Caller.java | ||
./sipdroid/sipua/ui/DTMF.java | ||
./sipdroid/sipua/ui/OneShotAlarm.java | ||
./sipdroid/sipua/ui/PSTN.java | ||
./sipdroid/sipua/ui/Receiver.java | ||
./sipdroid/sipua/ui/RegisterService.java | ||
./sipdroid/sipua/ui/Settings.java | ||
./sipdroid/sipua/ui/SIP.java | ||
./sipdroid/sipua/ui/SipdroidListener.java | ||
|
||
The following source files have been modified: | ||
|
||
./sipdroid/media/JAudioLauncher.java | ||
./sipdroid/media/MediaLauncher.java | ||
./sipdroid/media/RtpStreamReceiver.java | ||
./sipdroid/media/RtpStreamSender.java | ||
./sipdroid/net/RtpSocket.java | ||
./sipdroid/net/KeepAliveSip.java | ||
./sipdroid/net/KeepAliveUdp.java | ||
./sipdroid/sipua/RegisterAgent.java | ||
./sipdroid/sipua/SipdroidEngine.java | ||
./sipdroid/sipua/UserAgent.java | ||
./sipdroid/sipua/UserAgentProfile.java | ||
./sipdroid/sipua/ui/Sipdroid.java | ||
./zoolu/call/ExtendedCall.java | ||
./zoolu/net/UdpProvider.java | ||
./zoolu/sip/dialog/InviteDialog.java | ||
./zoolu/sip/dialog/ExtendedInviteDialog.java | ||
./zoolu/sip/message/BaseMessageFactory.java | ||
./zoolu/sip/provider/SipProvider.java | ||
|
||
|
||
Author: Hughes Systique Corporation | ||
Date: Nov 17-2008 | ||
|
||
re-ported for Version 1.0r1 | ||
|
||
Author: Hughes Systique Corporation | ||
Date: 30 April, 2008 | ||
|
||
Initial release. | ||
|
||
Author: Hughes Systique Corporation | ||
Date: 2 April, 2008 | ||
|
||
The following files were modified as part of the Porting Process: | ||
|
||
./zoolu/sdp/AttributeField.java | ||
./zoolu/sdp/MediaDescriptor.java | ||
./zoolu/sdp/MediaField.java | ||
./zoolu/sdp/SdpParser.java | ||
./zoolu/sdp/SessionDescriptor.java | ||
./zoolu/sdp/SessionNameField.java | ||
./zoolu/sip/address/SipURL.java | ||
./zoolu/sip/call/Call.java | ||
./zoolu/sip/call/CallListenerAdapter.java | ||
./zoolu/sip/call/ExtendedCall.java | ||
./zoolu/sip/call/ExtendedCallListener.java | ||
./zoolu/sip/call/SdpTools.java | ||
./zoolu/sip/dialog/Dialog.java | ||
./zoolu/sip/dialog/DialogInfo.java | ||
./zoolu/sip/dialog/ExtendedInviteDialog.java | ||
./zoolu/sip/dialog/NotifierDialog.java | ||
./zoolu/sip/dialog/NotifierDialogListener.java | ||
./zoolu/sip/dialog/SubscriberDialog.java | ||
./zoolu/sip/header/AllowEventsHeader.java | ||
./zoolu/sip/header/AllowHeader.java | ||
./zoolu/sip/header/AuthenticationHeader.java | ||
./zoolu/sip/header/AuthenticationInfoHeader.java | ||
./zoolu/sip/header/AuthorizationHeader.java | ||
./zoolu/sip/header/ListHeader.java | ||
./zoolu/sip/header/MultipleHeader.java | ||
./zoolu/sip/header/ParametricHeader.java | ||
./zoolu/sip/message/BaseMessage.java | ||
./zoolu/sip/message/BaseMessageFactory.java | ||
./zoolu/sip/message/BaseMessageOtp.java | ||
./zoolu/sip/provider/SipProvider.java | ||
./zoolu/tools/Timer.java | ||
|
||
The changes can be summarized as | ||
1) Remove JMF / RAT specific code from User Agent code | ||
2) All warnings in the MJSip 1.6 release were fixed | ||
3) Strongly type checked code | ||
4) Some bug fixes | ||
|
Oops, something went wrong.