|
1 | 1 | ## Next release |
| 2 | + |
2 | 3 | * Feat: [Android] Turn off the screen when a call is active and the head is against the handset. @solid-software (https://solid.software) |
3 | 4 | * Feat: [macOS] Added support for macOS, based on iOS implementation backed by Twilio Voice Web (twilio-voice.js [v2.4.1-dev-custom](https://github.com/cybex-dev/twilio-voice.js/tree/2.4.1-dev-custom)). |
4 | 5 | * Feat: [Web] Web support with notifications (via Service Worker) with live example at https://twilio-voice-web.web.app @cybex-dev |
|
7 | 8 | * Feat: [iOS] Add support for changing callkit icon (future plans to extended this for Flutter assets) @cybex-dev |
8 | 9 | * [twilio_voice_mimp:0.2.5) fix 4 Null Pointer execption Android |
9 | 10 | * [twilio_voice_mimp:0.2.4) add Android DE Local |
10 | | -* [twilio_voice_mimp:0.2.4) add Android IT Local |
| 11 | +* [twilio_voice_mimp:0.2.4) add Android IT Local |
11 | 12 | * [twilio_voice_mimp:0.2.3) Upgrade to Twilio Android SDK 6.1.2 / iOS SDK 6.4.2 |
12 | 13 | * [twilio_voice_mimp:0.2.3) small Bugfix for null pointer Exception |
13 | 14 | * [twilio_voice_mimp:0.2.2) more Magic is needed with FLAG_MUTABLE (Android 12) |
|
39 | 40 | * Fix: [Android] Incorrect call direction for incoming calls |
40 | 41 | * Fix: call ringing event always showing `CallDirection.outgoing` |
41 | 42 | * Fix: [Android] Updated CallKit incoming/outgoing name parameter resolution |
| 43 | +* Fix: [Web] Notification actions working intermittently. |
42 | 44 |
|
43 | 45 | ## 0.0.9 |
| 46 | + |
44 | 47 | * Feat: forwarded callInvite custom parameters to flutter |
45 | 48 |
|
46 | 49 | ## 0.0.8 |
| 50 | + |
47 | 51 | * Renamed callkit logo |
48 | 52 | * Merge-Android: Fixed null pointer exception for eventSink occurs in mute call. @GKPK |
49 | 53 |
|
50 | 54 | ## 0.0.7 |
| 55 | + |
51 | 56 | * Fixed from param on android |
52 | 57 |
|
53 | 58 | ## 0.0.6 |
| 59 | + |
54 | 60 | * Added android extra call params |
55 | 61 |
|
56 | 62 | ## 0.0.5 |
| 63 | + |
57 | 64 | * Updated Twilio SDK versions |
58 | 65 | * Added example proguard-rules.pro for android |
59 | 66 |
|
60 | 67 | ## 0.0.4 |
| 68 | + |
61 | 69 | * Fixes deprecation error with Xcode 12.5 |
62 | 70 | * removed "client" from ids |
63 | 71 |
|
64 | 72 | ## 0.0.3 |
| 73 | + |
65 | 74 | * Added missed call notifications |
66 | 75 | * Updated Android SDK |
67 | 76 | * Added localization files |
|
0 commit comments