diff --git a/apidoc/Titanium/Android/Android.yml b/apidoc/Titanium/Android/Android.yml index 73b0abb3f19..ecab1e3da23 100644 --- a/apidoc/Titanium/Android/Android.yml +++ b/apidoc/Titanium/Android/Android.yml @@ -1655,7 +1655,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_CALL summary: | @@ -1668,7 +1667,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_EMAIL summary: Notification category indicating an asynchronous bulk message (email). @@ -1679,7 +1677,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_ERROR summary: Notification category indicating an error in background operation or authentication status. @@ -1690,7 +1687,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_EVENT summary: Notification category indicating a calendar event. @@ -1701,7 +1697,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_MESSAGE summary: Notification category indicating an incoming direct message (SMS, instant message, etc.). @@ -1712,7 +1707,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_PROGRESS summary: Notification category indicating the progress of a long-running background operation. @@ -1723,7 +1717,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_PROMO summary: Notification category indicating a promotion or advertisement. @@ -1734,7 +1727,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_RECOMMENDATION summary: Notification category indicating a specific, timely recommendation for a single thing. @@ -1745,7 +1737,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_SERVICE summary: Notification category for a running background service. @@ -1756,7 +1747,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_SOCIAL summary: Notification category for a social network or sharing update. @@ -1767,7 +1757,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_STATUS summary: Notification category indicating ongoing information about device or contextual status. @@ -1778,7 +1767,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: CATEGORY_TRANSPORT summary: Notification category indicating media transport control for playback. @@ -1789,7 +1777,6 @@ properties: type: String permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: DEFAULT_ALL summary: | @@ -2091,7 +2078,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "4.1"}} - name: PRIORITY_HIGH summary: Use for high priority notifications like real-time chat messages. @@ -2102,7 +2088,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "4.1"}} - name: PRIORITY_DEFAULT summary: Default priority if it does not fit into another priority category. @@ -2113,7 +2098,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "4.1"}} - name: PRIORITY_LOW summary: Use for low priority notifications like software updates. @@ -2124,7 +2108,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "4.1"}} - name: PRIORITY_MIN summary: Use for expired events. @@ -2138,7 +2121,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "4.1"}} - name: VISIBILITY_PRIVATE summary: Shows basic information about the notification. @@ -2151,7 +2133,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: VISIBILITY_PUBLIC summary: Shows the notification's full content on the lockscreen. This is the system default if visibility is left unspecified. @@ -2162,7 +2143,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: VISIBILITY_SECRET summary: Shows the most minimal information of the notification on the lockscreen. @@ -2173,7 +2153,6 @@ properties: type: Number permission: read-only since: "3.6.0" - osver: {android: {min: "5.0"}} - name: TILE_STATE_UNAVAILABLE summary: QuickSettings tile is unavailble. diff --git a/apidoc/Titanium/Android/Notification.yml b/apidoc/Titanium/Android/Notification.yml index 6495cfb5d25..f300c2b1e60 100644 --- a/apidoc/Titanium/Android/Notification.yml +++ b/apidoc/Titanium/Android/Notification.yml @@ -153,7 +153,7 @@ methods: type: Number - name: progress - summary: Defines the progress value, between 0 and max. + summary: Defines the progress value, between 0 and max. type: Number - name: indeterminate @@ -171,7 +171,7 @@ methods: type: [Number, String] - name: title - summary: Title of the action button + summary: Title of the action button type: String - name: intent @@ -197,7 +197,6 @@ properties: to make ranking and filtering decisions. This property only works for devices running Android 5.0 (API 21) and greater. since: "3.6.0" - osver: {android: {min: "5.0"}} - name: channelId summary: The channel id specified for the notification. @@ -335,18 +334,17 @@ properties: Android resources by ID. type: [Number, String] since: "4.2.0" - + - name: color summary: Accent color used behind icon. description: | - Accent color of the circle used behind icon. The Icon will be stenciled in white on top of a + Accent color of the circle used behind icon. The Icon will be stenciled in white on top of a cicle of the color set. For information about color values, see the "Colors" section of . - + See Android Reference for the [color](https://developer.android.com/reference/android/app/Notification.html#color) property. type: String since: "7.0.0" - osver: {android: {min: "5.0"}} - + - name: ledARGB summary: The color for the LED to blink. type: Number @@ -371,7 +369,6 @@ properties: constants: Titanium.Android.PRIORITY_* default: undefined but behaves as Titanium.Android.PRIORITY_DEFAULT since: "3.6.0" - osver: {android: {min: "4.1"}} - name: sound summary: A URL to the sound to play. @@ -469,14 +466,13 @@ properties: constants: Titanium.Android.VISIBILITY_* default: undefined but behaves as Titanium.Android.VISIBILITY_PUBLIC since: "3.6.0" - osver: {android: {min: "5.0"}} - name: wakeLock summary: | Will wake up the device for the given time (in milliseconds) when the notification is shown. The application needs to also set the `android.permission.WAKE_LOCK` permission in the Android manifest section of the `tiapp.xml` file. - + ``` xml @@ -489,7 +485,7 @@ properties: type: wakeLockOptions default: 0 since: "6.2.0" - + - name: when summary: The timestamp for the notification (defaults to the current time). description: | diff --git a/apidoc/Titanium/Android/R.yml b/apidoc/Titanium/Android/R.yml index 38c6a23aa17..23c3600683f 100644 --- a/apidoc/Titanium/Android/R.yml +++ b/apidoc/Titanium/Android/R.yml @@ -33,7 +33,7 @@ description: | Starting in Titanium SDK 7.3.0, this API exposes all Android related R classes for the usage in Hyperloop. For example, it can be used to access `menu` resources as part of native user interfaces, e.g. `BottomNavigationView` or `RecyclerView`. - See an example in the [Hyperloop Sample App](https://github.com/tidev/hyperloop-examples) for details! + See an example in the [Hyperloop Sample App](https://github.com/tidev/hyperloop-examples) for details! extends: Titanium.Proxy platforms: [android] @@ -42,17 +42,17 @@ since: "1.5" properties: - name: anim summary: | - Animation resources. See - [R.anim](https://developer.android.com/reference/android/R.anim.html) + Animation resources. See + [R.anim](https://developer.android.com/reference/android/R.anim.html) in the Android Developer Reference. type: Object accessors: false permission: read-only - + - name: animator summary: | - Animator resources. See - [R.animator](https://developer.android.com/reference/android/R.animator.html) + Animator resources. See + [R.animator](https://developer.android.com/reference/android/R.animator.html) in the Android Developer Reference. type: Object accessors: false @@ -69,7 +69,7 @@ properties: - name: attr summary: | - Attribute resources. See + Attribute resources. See [R.attr](https://developer.android.com/reference/android/R.attr.html) in the Android Developer Reference. type: Object @@ -78,8 +78,8 @@ properties: - name: bool summary: | - Boolean resources. See - [R.bool](https://developer.android.com/reference/android/R.bool.html) + Boolean resources. See + [R.bool](https://developer.android.com/reference/android/R.bool.html) in the Android Developer Reference. type: Object accessors: false @@ -88,7 +88,7 @@ properties: - name: color summary: | - Color resources. See + Color resources. See [R.color](https://developer.android.com/reference/android/R.color.html) in the Android Developer Reference. type: Object @@ -97,7 +97,7 @@ properties: - name: dimen summary: | - Dimension resources. See + Dimension resources. See [https://developer.android.com/reference/android/R.dimen.html](https://developer.android.com/reference/android/R.dimen.html) in the Android Developer Reference. type: Object @@ -106,7 +106,7 @@ properties: - name: drawable summary: | - Drawable resources. See + Drawable resources. See [R.drawable](https://developer.android.com/reference/android/R.drawable.html) in the Android Developer Reference. type: Object @@ -115,8 +115,8 @@ properties: - name: fraction summary: | - Fraction resources. See - [R.fraction](https://developer.android.com/reference/android/R.fraction.html) + Fraction resources. See + [R.fraction](https://developer.android.com/reference/android/R.fraction.html) in the Android Developer Reference. type: Object accessors: false @@ -125,7 +125,7 @@ properties: - name: id summary: | - ID resources. See + ID resources. See [R.id](https://developer.android.com/reference/android/R.id.html) in the Android Developer Reference. type: Object @@ -134,7 +134,7 @@ properties: - name: integer summary: | - Integer resources. See + Integer resources. See [R.integer](https://developer.android.com/reference/android/R.integer.html) in the Android Developer Reference. type: Object @@ -143,18 +143,17 @@ properties: - name: interpolator summary: | - Interpolator resources. See - [R.fraction](https://developer.android.com/reference/android/R.interpolator.html) + Interpolator resources. See + [R.fraction](https://developer.android.com/reference/android/R.interpolator.html) in the Android Developer Reference. type: Object accessors: false permission: read-only since: "7.3.0" - osver: {android: {min: "3.0"}} - name: layout summary: | - Layout resources. See + Layout resources. See [R.layout](https://developer.android.com/reference/android/R.layout.html) in the Android Developer Reference. type: Object @@ -163,8 +162,8 @@ properties: - name: menu summary: | - Menu resources. See - [R.menu](https://developer.android.com/reference/android/R.menu.html) + Menu resources. See + [R.menu](https://developer.android.com/reference/android/R.menu.html) in the Android Developer Reference. type: Object accessors: false @@ -173,8 +172,8 @@ properties: - name: mipmap summary: | - Mipmap resources. See - [R.mipmap](https://developer.android.com/reference/android/R.mipmap.html) + Mipmap resources. See + [R.mipmap](https://developer.android.com/reference/android/R.mipmap.html) in the Android Developer Reference. type: Object accessors: false @@ -183,8 +182,8 @@ properties: - name: plurals summary: | - Plurals resources. See - [R.plurals](https://developer.android.com/reference/android/R.plurals.html) + Plurals resources. See + [R.plurals](https://developer.android.com/reference/android/R.plurals.html) in the Android Developer Reference. type: Object accessors: false @@ -193,17 +192,17 @@ properties: - name: raw summary: | - Raw resources. See - [R.raw](https://developer.android.com/reference/android/R.raw.html) + Raw resources. See + [R.raw](https://developer.android.com/reference/android/R.raw.html) in the Android Developer Reference. type: Object accessors: false permission: read-only since: "7.3.0" - + - name: string summary: | - String resources. See + String resources. See [R.string](https://developer.android.com/reference/android/R.string.html) in the Android Developer Reference. type: Object @@ -212,7 +211,7 @@ properties: - name: style summary: | - Style resources. See + Style resources. See [R.style](https://developer.android.com/reference/android/R.style.html) in the Android Developer Reference. type: Object @@ -221,7 +220,7 @@ properties: - name: styleable summary: | - Styleable resources. See + Styleable resources. See [R.styleable](https://developer.android.com/reference/android/R.styleable.html) in the Android Developer Reference. type: Object @@ -230,19 +229,18 @@ properties: - name: transition summary: | - Transition resources. See - [R.transition](https://developer.android.com/reference/android/R.transition.html) + Transition resources. See + [R.transition](https://developer.android.com/reference/android/R.transition.html) in the Android Developer Reference. type: Object accessors: false permission: read-only since: "7.3.0" - osver: {android: {min: "5.0"}} - name: xml summary: | - XML resources. See - [R.xml](https://developer.android.com/reference/android/R.xml.html) + XML resources. See + [R.xml](https://developer.android.com/reference/android/R.xml.html) in the Android Developer Reference. type: Object accessors: false diff --git a/apidoc/Titanium/Network/Network.yml b/apidoc/Titanium/Network/Network.yml index a6f04116d4c..489a2de9252 100644 --- a/apidoc/Titanium/Network/Network.yml +++ b/apidoc/Titanium/Network/Network.yml @@ -476,7 +476,6 @@ properties: permission: read-only since: {android: "3.6.0", iphone: "1.8.0.1", ipad: "1.8.0.1"} platforms: [android, iphone, ipad, macos] - osver: {android: {min: "4.1"}} - name: TLS_VERSION_1_2 summary: Constant value specifying TLS version 1.2 for SSL. @@ -484,7 +483,6 @@ properties: permission: read-only since: {android: "3.6.0", iphone: "1.8.0.1", ipad: "1.8.0.1"} platforms: [android, iphone, ipad, macos] - osver: {android: {min: "4.1"}} - name: TLS_VERSION_1_3 summary: Constant value specifying TLS version 1.3 for SSL. diff --git a/apidoc/Titanium/UI/Android/Android.yml b/apidoc/Titanium/UI/Android/Android.yml index 916f73ee5e7..b559d9cb0ab 100644 --- a/apidoc/Titanium/UI/Android/Android.yml +++ b/apidoc/Titanium/UI/Android/Android.yml @@ -85,7 +85,6 @@ properties: type: Number permission: read-only since: "7.5.0" - osver: {android: {min: "4.4"}} - name: FLAG_TRANSLUCENT_STATUS summary: Window flag which makes the Android system's top status bar semi-transparent. @@ -98,7 +97,6 @@ properties: type: Number permission: read-only since: "7.5.0" - osver: {android: {min: "4.4"}} - name: GRAVITY_AXIS_CLIP summary: Raw bit controlling whether the right/bottom edge is clipped to its container, based on the gravity direction being applied. diff --git a/apidoc/Titanium/UI/ListView.yml b/apidoc/Titanium/UI/ListView.yml index c2315195a17..9d266002818 100644 --- a/apidoc/Titanium/UI/ListView.yml +++ b/apidoc/Titanium/UI/ListView.yml @@ -1088,7 +1088,6 @@ properties: type: Boolean default: true platforms: [android] - osver: {android: {min: "5.0"}} since: "10.0.0" - name: listSeparatorInsets diff --git a/apidoc/Titanium/UI/ProgressBar.yml b/apidoc/Titanium/UI/ProgressBar.yml index a42ccd80d7b..7b146452e29 100644 --- a/apidoc/Titanium/UI/ProgressBar.yml +++ b/apidoc/Titanium/UI/ProgressBar.yml @@ -66,7 +66,6 @@ properties: type: [String, Titanium.UI.Color] platforms: [iphone, ipad, android, macos] since: {iphone: "5.2.0", ipad: "5.2.0", android: "8.0.0"} - osver: {android: {min: "5.0"}} - name: min summary: Minimum value of the progress bar. diff --git a/apidoc/Titanium/UI/Slider.yml b/apidoc/Titanium/UI/Slider.yml index 3367d34f3d7..a33a9d97a02 100644 --- a/apidoc/Titanium/UI/Slider.yml +++ b/apidoc/Titanium/UI/Slider.yml @@ -404,14 +404,12 @@ properties: type: [String, Titanium.UI.Color] platforms: [iphone, ipad, android, macos] since: {iphone: "3.1.3", ipad: "3.1.3", android: "8.3.0"} - osver: {android: {min: "5.0"}} - name: trackTintColor summary: The color shown for the portion of the progress bar that is not filled. type: [String, Titanium.UI.Color] platforms: [iphone, ipad, android, macos] since: {iphone: "8.3.0", ipad: "8.3.0", android: "8.3.0"} - osver: {android: {min: "5.0"}} - name: value summary: Current value of the slider. diff --git a/apidoc/Titanium/UI/TableView.yml b/apidoc/Titanium/UI/TableView.yml index 6423ae19151..5a44df7c5e4 100644 --- a/apidoc/Titanium/UI/TableView.yml +++ b/apidoc/Titanium/UI/TableView.yml @@ -1516,7 +1516,6 @@ properties: type: Boolean default: true platforms: [android] - osver: {android: {min: "5.0"}} since: "10.0.0" - name: tableSeparatorInsets diff --git a/apidoc/Titanium/UI/View.yml b/apidoc/Titanium/UI/View.yml index 96993e7b294..21674981dc9 100644 --- a/apidoc/Titanium/UI/View.yml +++ b/apidoc/Titanium/UI/View.yml @@ -1442,7 +1442,6 @@ properties: `backgroundColor` with a small amount of transparency: `backgroundColor:"rgba(255,255,255,254)"`. type: [Number, String, Array, Array] default: 0 - osver: {android: {min: "5.0"}} - name: borderWidth summary: Border width of the view. @@ -1895,7 +1894,6 @@ properties: type: Boolean default: false platforms: [android] - osver: {android: {min: "5.0"}} since: "6.1.0" - name: touchFeedbackColor @@ -1903,7 +1901,6 @@ properties: description: Defaults to provided theme color. type: String platforms: [android] - osver: {android: {min: "5.0"}} since: "6.1.0" - name: transform diff --git a/apidoc/Titanium/UI/WebView.yml b/apidoc/Titanium/UI/WebView.yml index 89fa42ae727..e1ace6f3dcb 100644 --- a/apidoc/Titanium/UI/WebView.yml +++ b/apidoc/Titanium/UI/WebView.yml @@ -938,7 +938,6 @@ properties: constants: Titanium.UI.Android.WEBVIEW_PLUGINS_* platforms: [android] since: "1.8.0" - osver: {android: {min: "2.2"}} default: - name: scrollsToTop diff --git a/apidoc/Titanium/UI/Window.yml b/apidoc/Titanium/UI/Window.yml index bfdc8b29520..f0abf6be547 100644 --- a/apidoc/Titanium/UI/Window.yml +++ b/apidoc/Titanium/UI/Window.yml @@ -900,7 +900,6 @@ properties: default: '`false` on Android, `true` on iOS.' since: {android: "7.5.0", iphone: "6.3.0", ipad: "6.3.0", macos: "9.2.0"} availability: creation - osver: {android: {min: "4.4"}} - name: fullscreen summary: Boolean value indicating if the window is fullscreen.