11 Commits

Author SHA1 Message Date
109ac26c5b Fix memory leak in action-bar for android. (#2854) 2016-10-07 13:02:58 +03:00
37d927b077 fix: #2796 - ActionItems lacks proper support for VoiceOver on iOS (#2799)
UIBarButtonItem weren't created with a title/text so VoiceOver couldn't
know what to reads. This marks the element as an AccessibilityElement
and sets an accessibilityLabel.
2016-10-05 16:32:04 +03:00
c6b10d1a33 Manually kickstart GC for android after navigation 2016-09-08 17:07:40 +03:00
1236f66f44 Add npm script that generates ios .d.ts-es from the tests app
Less than 30 erros left, let's hope it still works

Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills

Roll back some changes involved in separating UIEvent for dom and ios

Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
2016-08-29 09:58:17 +03:00
7e5c29a163 Fix package.json "main" settings and remove .js references. 2016-08-04 16:24:29 +03:00
1d6310353d fix: ActionBar's title not updating in OnLoaded event 2016-07-15 16:54:28 +03:00
8554bb199e Fixed: Action bar doesn't handle events properly when a custom button is added in Angular 2016-06-20 15:53:04 +03:00
f3c7aa5a76 Fixed action bar tests 2016-06-17 18:50:18 +03:00
6f241ff473 Fixed: Custom ActionItem gets displaced in IOS 2016-06-15 18:25:32 +03:00
5d54ae69f4 Fixed a crash in action bar on iOS 9.3 2016-06-08 11:00:58 +03:00
e135c20b14 Rename the files 2016-05-26 14:30:25 +03:00