Skip to content

Releases: mehrvarz/webcall-android

v0.9.83 Aficionado 2

03 Apr 06:22
Compare
Choose a tag to compare

v0.9.83

  • improved reconnect handling while in deep sleep

v0.9.82

  • improved reconnect handling while in deep sleep

v0.9.81

  • improved reconnect handling based on server response string
  • bugfix: wakeGoOnline() check keepAwakeWakeLock.isHeld() after
  • now showing WebCall version + WebView version on base page

v0.9.80 Robusto 3

28 Mar 12:28
Compare
Choose a tag to compare

v0.9.80

  • exit service if activity is closed while not connected (fix for v0.9.79)
    v0.9.79
  • fixed an issue related to Android 11 + 12
  • prevent activity restart on mouse un/plug
    v0.9.78
  • check server address and user id before switch to main page
  • fixed doze related issue
  • fixed websocket 1006 related issue
  • fixed reconnect related issue after login error
  • auto wsClearCache()
  • android.hardware.camera and android.hardware.camera.front no more required features
  • manifest: set android:required='false' on all uses-feature tags, except on android.hardware.microphone

0.9.79 Robusto 2 Latest

26 Mar 11:17
Compare
Choose a tag to compare
  • fixed an issue related to Android 11 + 12
  • prevent activity restart on mouse un/plug

0.9.78 Robusto

24 Mar 17:54
Compare
Choose a tag to compare
  • check server address and user id before switch to main page
  • fixed doze related issue
  • fixed websocket 1006 related issue
  • fixed reconnect related issue after login error
  • auto wsClearCache()
  • android.hardware.camera and android.hardware.camera.front no more required features
  • manifest: set android:required='false' on all uses-feature tags, except on android.hardware.microphone

0.9.72 NFC Connect

11 Mar 21:51
Compare
Choose a tag to compare
  • improved permission request (mic/cam)
  • base page ID-form: "leave empty to request a new ID"

0.9.71 NFC Connect

03 Mar 13:01
Compare
Choose a tag to compare
  • added checkLastPing() to PowerConnectionReceiver
  • moved powerManager.isIgnoringBatteryOptimizations() check from startActivity() to onCreate()
  • fixed: Broadcast Receiver not Protected (.WebCallServiceReceiver)
  • updated fastlane/metadata/android/en-US/full_description.txt

0.9.70 NFC Connect

15 Feb 16:46
Compare
Choose a tag to compare
  • webcall can now process VIEW and NFC intents for caller urls
  • insecureTls checkbox for use with selfsigned certificates in local network
  • on wifi gain: set haveNetworkInt=2 before scheduler for more reliable deep sleep operation
  • marked 2 PendingIntents as FLAG_IMMUTABLE for Android 12
  • solved detection issue with multi-year old webview
  • solved webviewCookies NPE on Motorola Moto G4 Plus Android 7

0.9.66 NFC Connect

05 Feb 09:16
Compare
Choose a tag to compare
  • using proximity sensor during calls to disable touch events and turn screen off during calls
  • using ear piece for audio playback during calls on smart phones
  • fixed back-key issue after disconnect/reconnect
  • minimize wakelock use when power is connected

0.9.64 NFC Connect

31 Jan 01:11
Compare
Choose a tag to compare
  • quicker, more robust reconnects
  • preventing exceptional double login
  • better keepAwake duration reporting
  • batteryStatus to AlarmReceiver