Michael Gangolf

Results 228 issues of Michael Gangolf

work in progress Extends parity for AudioRecorder: * add file format parity: AAC, MP4, WAVE, 3GPP * add compressions: AUDIO_FORMAT_LINEAR_PCM, AUDIO_FORMAT_AAC ,AUDIO_FORMAT_VORBIS, AUDIO_FORMAT_HE_AAC, AUDIO_FORMAT_AMR_NB, AUDIO_FORMAT_AMR_WB, AUDIO_FORMAT_AAC_ELD * fix example in...

To follow up https://github.com/tidev/titanium_mobile/issues/13395: In a future version we should update V8 again to 9.4.146.16 (or higher). Since we had issues with backwards compatibility of modules we switch back to...

android
feature
needs triage

### I have searched and made sure there are no existing issues for the issue I am filing - [X] I have searched the existing issues ### Description when I...

android
bug
needs triage

just a test PR to get the action to build a test SDK

TextFields work fine but they produce different errors/warnings in some situations: ``` [ERROR] SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length ``` or ``` [WARN] IInputConnectionWrapper: beginBatchEdit on inactive InputConnection...

android

It might be worth looking at AsyncLayoutInflaters for ListViews: * https://proandroiddev.com/improve-ui-performance-async-recyclerview-layout-loading-7eb525ab19d0 * https://medium.com/@LubosMudrak/asynchronous-layout-inflation-7cbca2653bf * https://developer.android.com/jetpack/androidx/releases/asynclayoutinflater * https://stackoverflow.com/a/57942660/5193915 to load a dummy view while scrolling.

android

When setting minimumFontSize the label won't shrink to the actual label height. It will stay at the "max" fontSize height: ```js var win = Ti.UI.createWindow({backgroundColor: 'white'}); var lbl = Ti.UI.createLabel({...

ios

### I have searched and made sure there are no existing issues for the issue I am filing - [X] I have searched the existing issues ### Description Adds a...

feature
needs triage

I think you should remove the `stackoverflow` logo, name, trademarks for your project (https://stackoverflow.com/legal/trademark-guidance) and use a custom name.

enhancement
feature
hacktoberfest

NoiseTorch does an awesome job in filtering out noise and make the microphone completely silent when I'm not talking :+1: But in some cases it is too much and it...