Subscribe to library updates

Alexander Stolte

Expert
Licensed User
Longtime User
1.04
  • getLabelProperties is renamed to getItemLabelProperties
  • Add AddTitle - you can now add a title to the menu
    • Add TitleLabelProperties - you can change the title properties with it
  • Add RemoveTitle - Removes the title if exists
  • Add AutoHideMs
  • Add DividerEnabled - you can now show dividers between the items
    • Add DividerHeight - the height of the dividers
    • Add DividerColor - the color of the dividers
The update in one picture:
IMG_2331.jpg
 

Pendrush

Well-Known Member
Licensed User
Longtime User
AdManager Library v1.50 (based on Play Services Ads v19.7.0)

 

Alexander Stolte

Expert
Licensed User
Longtime User

Alexander Stolte

Expert
Licensed User
Longtime User
Important Update!
1.05

  • OpenMenu Show Animation with the background is now animated
  • BugFixes
 

Alexander Stolte

Expert
Licensed User
Longtime User
1.02
  • Adds FadeEnabled - set it to false to disable the fade effect on top and bottom
  • Adds RowHeightSelected - sets the Selected RowHeight default is 30dip - and changes the wheel items height + selector
  • Adds RowHeightUnSelected - sets the Unselected RowHeight default is 30dip - and changes the wheel items height
  • Removed RowHeight - use RowHeightSelected and RowHeightUnSelected
 

Pendrush

Well-Known Member
Licensed User
Longtime User
AdManager Library v1.52

new banner sizes for static banners:
  • ADSIZE_BANNER - Mobile Marketing Association (MMA) banner ad size (320x50 density-independent pixels).
  • ADSIZE_FULL_BANNER - Interactive Advertising Bureau (IAB) full banner ad size (468x60 density-independent pixels).
  • ADSIZE_LARGE_BANNER - Large banner ad size (320x100 density-independent pixels).
  • ADSIZE_LEADERBOARD - Interactive Advertising Bureau (IAB) leaderboard ad size (728x90 density-independent pixels).
  • ADSIZE_MEDIUM_RECTANGLE - Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent pixels).
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
1.02

  • Add CornerRadius_Header - sets the CornerRadius of the header
    • dont use asdbc_main.HeaderPanel.Height if your set the corner radius, the returning height is not the display height
    • use HeaderHeight instead
  • Add HeaderHeight - gets the displayed header height
  • Supports now B4J
  • New B4XPages Example
More detailed infos about the update you find here.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Facebook Audience Network Library v6.3.0
 

Alexander Stolte

Expert
Licensed User
Longtime User
1.03
  • Add set FirstHeight - sets the FirstHeight - The Event VisibleBodyHeightChanged is triggered if the menu is currently open at the first height
  • Add set SecondHeight - sets the SecondHeight - The Event VisibleBodyHeightChanged is triggered if the menu is currently open at the second height
  • Important BugFixes!
 

Alexander Stolte

Expert
Licensed User
Longtime User
1.05
  • Add AddSeperator - adds an seperator after a wheel. IF you want a placeholder before the first wheel, then set the index to -1
    • seperators can display text
    • seperators can be customized
  • Add RemoveSeperatorAt - removes a seperator
IMG_3504.jpg

More detailed infos about the update you find here.
 

Biswajit

Active Member
Licensed User
Longtime User

Update 1.01: Fixed an issue related to sign-out event triggered from popup activities (Achievements/Leaderboard) You can check the resultCode received from OnGPGSActivityResult event. If the resultCode = RESULT_RECONNECT_REQUIRED, then it means the user clicked on the sign out button from the popup activities. Check the example code.
 

Biswajit

Active Member
Licensed User
Longtime User

Update 1.02: Added StatusCode to almost all the events to check whether the task was successful or not. Check the attached HTML file for event signature changes.
 

Biswajit

Active Member
Licensed User
Longtime User

Update 1.03:
  1. Added IsSignedIn method to check if the user is signed in or not.
  2. Added GetLastSignedInAccount method that will return a GPGSUserAccount object or null if not signed in.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
UniversalDetector - Encoding (charset) detector
Detect encoding (charset) of any kind of text based file or string.
 

Alexander Stolte

Expert
Licensed User
Longtime User
1.10
  • Add AddPageAt (experimental it works for my need, if you have issuses, then tell me) - Adds an page at a special position
  • Add set CurrentIndex2 - sets the current index - jumps to the item
  • Better resize handling
 

Alexander Stolte

Expert
Licensed User
Longtime User
Top