[GitHub] incubator-weex issue #1096: [iOS]fixed textfield menuController delete case ...

2018-04-01 Thread Jsonmess
Github user Jsonmess commented on the issue: https://github.com/apache/incubator-weex/pull/1096 i am not implement UITextField "delete", because i think "delete" not useful. people have not behavior to use menu item "delete" to delete their input text. ---

[GitHub] incubator-weex issue #1096: fixed textfield menuController delete case crash

2018-04-01 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/1096 Messages :book: has no jsfm file changed. :book:

[GitHub] incubator-weex pull request #1096: fixed textfield menuController delete cas...

2018-04-01 Thread Jsonmess
GitHub user Jsonmess opened a pull request: https://github.com/apache/incubator-weex/pull/1096 fixed textfield menuController delete case crash First of all, thank you for your contribution! Please makes sure that these checkboxes are checked before submitting your PR,

[GitHub] incubator-weex issue #1093: [WEEX-113] [iOS] New Touch Dispatch Mechanism An...

2018-04-01 Thread doumafang
Github user doumafang commented on the issue: https://github.com/apache/incubator-weex/pull/1093 [WEEX-113] [iOS] New Touch Dispatch Mechanism And Bubble Sync Method ---

[GitHub] incubator-weex issue #1085: [Weex-260][android]switch supports setting color

2018-04-01 Thread whn9527
Github user whn9527 commented on the issue: https://github.com/apache/incubator-weex/pull/1085 Thanks for reminding, I will pay attention next time ---

[GitHub] incubator-weex pull request #1085: [Weex-260][android]switch supports settin...

2018-04-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/1085 ---

[1/2] incubator-weex git commit: + [android] switch component supports setting color

2018-04-01 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master 808c818a0 -> 3222071d6 + [android] switch component supports setting color Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/8255eda6 Tree:

[2/2] incubator-weex git commit: Merge branch 'android-feature-switch' of https://github.com/whn9527/incubator-weex into merge-pull-request-master

2018-04-01 Thread acton393
Merge branch 'android-feature-switch' of https://github.com/whn9527/incubator-weex into merge-pull-request-master Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/3222071d Tree:

[GitHub] incubator-weex issue #1085: [Weex-260][android]switch supports setting color

2018-04-01 Thread acton393
Github user acton393 commented on the issue: https://github.com/apache/incubator-weex/pull/1085 hi @whn9527 maybe your commit message should be the format like ``` [WEEX-jira][iOS/Android] summary description Bug/ImprovementId(jira ID) ```

[GitHub] incubator-weex pull request #1095: [WEEX-270][iOS]WXListComponent should add...

2018-04-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/1095 ---

[1/4] incubator-weex git commit: [WEEX-270][iOS]WXListComponent should add reload type of data update

2018-04-01 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master 28d776877 -> 808c818a0 [WEEX-270][iOS]WXListComponent should add reload type of data update Currently WXListComponent data update only supports insertRows. This can't be satisfied under some drop-down loading scenes. For example,

[3/4] incubator-weex git commit: Merge branch 'im_drop_down' of https://github.com/bbmjja8123/incubator-weex into merge-pull-request-master

2018-04-01 Thread acton393
Merge branch 'im_drop_down' of https://github.com/bbmjja8123/incubator-weex into merge-pull-request-master Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/939bb19f Tree:

[2/4] incubator-weex git commit: [WEEX-271][iOS]Extend the pulldown WXRefreshComponent to support immediate load of the appear

2018-04-01 Thread acton393
[WEEX-271][iOS]Extend the pulldown WXRefreshComponent to support immediate load of the appear WXRefreshComponent current only support the ②, shuold add new type of①. // ①refreshForAppear: load more when refresh component begin appear(if scroll is dragging or decelerating, should delay)

[4/4] incubator-weex git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-weex into merge-pull-request-master

2018-04-01 Thread acton393
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-weex into merge-pull-request-master Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/808c818a Tree:

[GitHub] incubator-weex issue #1095: [WEEX-270][iOS]WXListComponent should add reload...

2018-04-01 Thread acton393
Github user acton393 commented on the issue: https://github.com/apache/incubator-weex/pull/1095 thank you for your contribution that bring improvement for Weex ---