Skip to content

Commit

Permalink
6.3 beta
Browse files Browse the repository at this point in the history
Android 13 & Windows 12 compatibility
Notifications in dark mode
  • Loading branch information
pmerle committed Nov 8, 2022
1 parent c03df8b commit 0013fc8
Show file tree
Hide file tree
Showing 810 changed files with 80,797 additions and 80,830 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

8 changes: 8 additions & 0 deletions .gitignore
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
33 changes: 0 additions & 33 deletions .project

This file was deleted.

32 changes: 16 additions & 16 deletions ADDITIONAL_TERMS.txt
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
214 changes: 107 additions & 107 deletions CHANGELOG.TXT
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

Loading

0 comments on commit 0013fc8

Please sign in to comment.