Michael Gangolf

Results 226 issues of Michael Gangolf

Have a look at * https://fromzerotoapp.com/#modules * https://github.com/m1ga?tab=repositories * https://github.com/hansemannn?tab=repositories * https://github.com/mbender74?tab=repositories * https://github.com/topics/appcelerator * ti-slack #general section * https://dev.to/miga/titanium-news-5-2mp5 * and more to add more modules use ``` |...

hacktoberfest

Check if the existing modules are still available and up to date. If not please add a comment here so we can update them :+1:

hacktoberfest

Would it be possible to add gatt advertising to the library? Eg. http://blog.csdn.net/u013606170/article/details/46038283 including custom characteristics.

During older TableView tests I saw that this update function https://github.com/tidev/titanium_mobile/blob/918388a75a98c3f5458d27f6ed035f11883b303e/android/modules/ui/src/java/ti/modules/titanium/ui/TableViewProxy.java#L532 is called multiple times. The `shouldUpdate` around it doesn't catch all loops. Putting a log in the update function...

## Update notes ### package.json check #13781 ### Workflows Homebrew is not available by default anymore. You'll have to add ``` - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master...

### 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...

ios
bug
needs triage

fixes https://github.com/tidev/titanium-sdk/issues/13464 **Work in progress** When setting `optimizeBorderRadius:true` the view will use the `ViewOutlineProvider` to set the borderRadius. That will remove one nested view: Before this PR: ![Screenshot_20220705_214015](https://user-images.githubusercontent.com/4334997/177409640-76f282d3-dd05-4a17-8f05-c0b6cad6aedc.png) After this...

Currently the Slider only allows images in `leftTrackImage` and `rightTrackImage`. This PR adds the option to use drawables. ```js const win = Ti.UI.createWindow({layout:"vertical"}); const slider1 = Ti.UI.createSlider({top:10, min:1, max:100, value:50});...

Add cameraX support to the Titanium Android SDK ### Solution Related PR https://github.com/tidev/titanium_mobile/pull/12395 ### Platforms Android

android
feature
needs triage

**JIRA:** https://jira-archive.titaniumsdk.com/AC-6676 Fixes https://github.com/tidev/titanium_mobile/issues/13525 **Optional Description:** Will use CameraX on Android when using a camera with an overlay ```javascript const win = Ti.UI.createWindow({ layout: "vertical", backgroundColor: "#fff" }); const buttons...

android
community 🔥
docs
needs tests 🚨
docs 📔