Subscribe to library updates

Biswajit

Active Member
Licensed User
Longtime User
SpeechToText - Continuous Offline Voice Recognition

Version 1.1:
  • Added audio file to text functionality. (For now only WAV format is supported)
  • Added predefined word/phrase detection functionality.
  • Merged startListening and startListening2 together. Pass -1 for continuous recognition.
Check example project for all the above mentioned updates.
 

agraham

Expert
Licensed User
Longtime User
A new Dialogs2.bas class has been posted to the Dialogs2 thread to update the original class to solve a problem in the Async version.

 

agraham

Expert
Licensed User
Longtime User
New much improved BasicIDE Suite 4 now posted.

 

Star-Dust

Expert
Licensed User
Longtime User
Update SD_xComboBox 0.02

1.gif
 

epiCode

Active Member
Licensed User
FlowMenu v1.0 - A Sleek Animated Menu


 

Biswajit

Active Member
Licensed User
Longtime User
Google Play Games Services

Update 1.04:
  1. Fixed IsSignedIn and GetLastSignedInAccount method where those were returning null when using SnapshotAPI.
  2. Fixed crashing issue while creating a snapshot with existing snapshot name. Update your project's SnapshotConflictOccurred event signature. It has been changed.
Update 1.05: Fixed unused permission issue when using GPGSGamesClient.
 

Ivica Golubovic

Active Member
Licensed User
UltimateWebView
Author:
Ivica Golubovic
Version: 1.6

Changes:
  • Added class SafeBrowsingResponse.
  • Added event SafeBrowsingHit (WebResourceRequest1 As WebResourceRequest, SafeBrowsingResponse1 As SafeBrowsingResponse).
  • Added method SetRendererPriorityPolicy(RendererRequestedPriority As Int, WaivedWhenNotVisible As Boolean) to UltimateWebView class.
  • Added property AccessibilityClassName As String to UltimateWebView class.
  • Added property View As View to UltimateWebView class.
  • Added property SafeBrowsingPrivacyPolicyUrl As AndroidNetURI to UltimateWebView class.
  • Added event CreateChildWindow (IsDialog As Boolean, IsUserGesture As Boolean) As UltimateWebView
  • Added event RenderProcessGone (DidCrash As Boolean, RendererPriorityAtExit As Int)
  • Discovered bugs fixed
Visit this post for description: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-864977
 
Last edited:

Ivica Golubovic

Active Member
Licensed User
UltimateWebView
Author:
Ivica Golubovic
Version: 1.7

Changes:
  • Added class JsPromptResult
  • Added method PrintContent to UltimateWebView class
  • Added method FindFocus As View to UltimateWebView class
  • Added method ImportSettingsFrom (From As UltimateWebView) to UltimateWebViewSettings class
  • Added event JsPrompt (JsProperties1 As JsProperties, JsPromptResult1 As JsPromptResult) As Boolean
  • Added event OnFocusChange (HasFocus As Boolean)
  • Added event OnKeyEvent (KeyCode As Int, AndroidViewKeyEvent As Object) As Boolean
  • Added event OnLayoutChange (New As LayoutChangeProperties, Old As LayoutChangeProperties)
  • Added event OnScrollChange (New As ScrollChangeProperties, Old As ScrollChangeProperties)
  • Added event OnTouch (AndroidViewMotionEvent As Object) As Boolean
  • Added event OnUnhandledKeyEvent (KeyCode As Int, AndroidViewKeyEvent As Object) As Boolean
 

agraham

Expert
Licensed User
Longtime User
BigNumbers Version 1,3 now posted has the underlying instances of the BigDecimal (bigd) and BigInteger (bigi) fields declared public but hidden to enable access using JavaObject.
 

Ivica Golubovic

Active Member
Licensed User
UltimateWebView
Author:
Ivica Golubovic
Version: 2.0

Changes:
Visit this post: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-869686

Download library from:
 

Ivica Golubovic

Active Member
Licensed User
UltimateWebView
Author:
Ivica Golubovic
Version: 2.01

Changes:
Visit this post: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-869704

Download library and B4AExample from:
 

Ivica Golubovic

Active Member
Licensed User
UltimateWebView
Author:
Ivica Golubovic
Version: 2.1

Changes:
Visit this post: https://www.b4x.com/android/forum/threads/ultimatewebview-custom-view.135666/post-871370

Download library and B4AExample from:
 

epiCode

Active Member
Licensed User
[B4X] LineUtils v1.2
Based on code by Erel for StringUtils function MeasureMultilineTextHeight
StringUtils function calculates the height for multiplier value 1 only.
With this function you can calculate height with variable line spacing.

 

DonManfred

Expert
Licensed User
Longtime User
DropboxV2 Update. V0.60
 
Top