Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-23MUServerViewController: force PTT to turn off when the app is backgrounded.Mikkel Krautz
This change implements a mechanism in MUServerViewController that will turn off forceTransmit when the app is sent to the background. It also ensures that the table view is redrawn (such that the user's talk state is correctly reflected) before the app is backgrounded. This ensures that when the user returns to the app, there will not be split second where he can see himself shown as speaking in the user list, potentially causing a lot of confusion. Fixes #72.
2013-09-17Use lowercase icon filenames.v1.2.2Mikkel Krautz
2013-09-17MUCertificateDiskImportViewController: use MKCertificate (OpenSSL) for most ↵Mikkel Krautz
of the heavy lifting when importing. Fixes StartSSL client cert chain import. We now use the new certificatesWithPKCS12:password: method on MKCertificate to convert a PKCS12 blob into an array of MKCertificates, instead of depending on SecPKCS12Import for the whole import process. For the leaf, we export it and its private key as a separate PKCS12 blob and *only* use SecPKCS12Import on that, yielding us a SecIdentityRef we can import into the app's keychain. For the non-leaf certificates, we simply iterate through them, convert them to SecCertificateRefs and import them into the keychain. Fixes #71.
2013-09-17Info.plist: drop version down to 1.2.2.Mikkel Krautz
2013-09-17MUAdvancedAudioPreferencesViewController, MUApplicationDelegate: add ↵Mikkel Krautz
preference for forcing CELT mode when using Opus.
2013-09-17MUAdvancedAudioPreferencesViewController, MUApplicationDelegate: add ↵Mikkel Krautz
speakerphone mode.
2013-06-13MumbleKit: sync.Mikkel Krautz
2013-06-13MUApplicationDelegate: use Opus (and fall back to CELT) for the 'Low' ↵Mikkel Krautz
quality mode. Murmur 1.2.4 enforces that clients use Opus when in Opus mode. This means that the iOS client's Speex packets will be silently discarded by Murmur.
2013-06-12Resources/en.lproj: update; sync to Transifex.Mikkel Krautz
2013-06-09MUTextMessage: use passed-in date instead of [NSDate date] in factory method.Mikkel Krautz
2013-06-09Info.plist: bump version to 1.3.Mikkel Krautz
2013-06-03Mumble.xcodeproj, Info.plist: remove some iPad specific settings to ensure ↵v1.2Mikkel Krautz
the phone UI idiom is always triggered.
2013-06-03MUServerRootViewController: fix wrong check for 'when not in messages view'; ↵Mikkel Krautz
add segment index comments.
2013-06-03Resources/Legal.html: update 'Mumble for iOS' and 'MumbleKit' license ↵Mikkel Krautz
information.
2013-06-03Resources/Legal.html: add Opus license.Mikkel Krautz
2013-06-03Info.plist: change version to 1.2.Mikkel Krautz
2013-06-03MUConnectionController: provide better error message for TLS aborts.Mikkel Krautz
2013-06-03MUServerViewController: add server/channel mode switch notifications to ↵Mikkel Krautz
minimize confusion.
2013-06-03MUServerRootViewController: don't prematurely release the mode switch button.Mikkel Krautz
MUServerRootViewController owns it, so make sure we retain it, rather than releasing it like the old code did.
2013-06-02MUMessagesViewController: ensure notifications from the server look correct; ↵Mikkel Krautz
don't leak notification object.
2013-06-02MUCertificateChainBuilder: memory management fixes.Mikkel Krautz
2013-06-02MUCertificateViewController: always use black opaque styling.Mikkel Krautz
2013-06-02Mumble.xcodeproj: 1.2 won't be a universal app.Mikkel Krautz
2013-06-02MUCertificateCreationProgressView: ensure background fills the entire space ↵Mikkel Krautz
on Retina 4 devices.
2013-06-02MUCertificateViewController: fix action sheet style and button actions.Mikkel Krautz
2013-06-02MUCertificatePreferencesViewController: use UIActionSheet instead of ↵Mikkel Krautz
MUActionSheet.
2013-06-02MUCertificateViewController: fix toolbar styling.Mikkel Krautz
2013-06-02MUCertificateViewController: use UIActionSheet instead of MUActionSheet.Mikkel Krautz
2013-05-14MUApplicationDelegate: implement MKAudioDelegate to control MKAudio's state ↵Mikkel Krautz
change decisions from Mumble. Fixes #68.
2013-03-16MUServerButton: add a big server button to be used in iPad server lists.Mikkel Krautz
2013-03-16MUWelcomeScreenPad: fix rotation on iPad.Mikkel Krautz
2013-03-16MUActionSheet: add homegrown action sheet that works better in a popover.Mikkel Krautz
2013-02-16MUPreferencesViewController: fix styling when contained in popover.Mikkel Krautz
2013-02-15LICENSE: update to follow the new license headers.Mikkel Krautz
2013-02-15MumbleKit: sync.Mikkel Krautz
2013-02-15Update to short-style license headers; add up-to-date AUTHORS and ↵Mikkel Krautz
CONTRIBUTORS files.
2013-02-10MUCertificatePreferencesViewController, MUCertificateCell: prettier ↵Mikkel Krautz
expiration date.
2013-02-10MUCertificateCell: prefer tail truncation.Mikkel Krautz
2013-02-10MUCertificateViewController: remove font size adjustment for all fields; ↵Mikkel Krautz
prefer tail truncation instead.
2013-02-10MUCertificateViewController: select cell when showing copy menu; copy ↵Mikkel Krautz
support for all fields.
2013-02-10MUFavouriteServerEditViewController: improve auto-capitalize and auto-correct.Mikkel Krautz
2013-02-10MUApplicationDelegate, MUConnectionController: remove dependency on ↵Mikkel Krautz
MKConnectionController.
2013-02-07MumbleKit: sync.Mikkel Krautz
2013-02-07MUCertificateViewController: preface deletion warning with "If you don't ↵Mikkel Krautz
have a backup,".
2013-02-07MULanServerListController: cast NSInteger to long when formatting.Mikkel Krautz
2013-02-07MUCertificateDiskImportViewController: fix copy/paste string formatting bug.Mikkel Krautz
2013-02-07MumbleKit: sync.Mikkel Krautz
2013-02-07MURemoteControlPreferencesViewController: return autoreleased cell.Mikkel Krautz
2013-02-07MUCertificateCreationProgressView: don't use groupTableViewBackgroundColor.Mikkel Krautz
2013-02-06MUCertificateViewController: copy support for fingerprints.Mikkel Krautz