Commit Graph

103 Commits

Author SHA1 Message Date
Rossen Hristov
0f2f0d5d5a Merge pull request #14 from NativeScript/issue-1232
Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high.
2016-02-05 16:20:01 +02:00
Rossen Hristov
d44e11381d Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high. 2016-02-05 16:09:57 +02:00
Plamen Petkov
527dec8dac Merge pull request #13 from NativeScript/plamen5kov/enable_tgz_versioning
fixed path to package json
2016-02-01 11:05:43 +02:00
plamen5kov
790a6da8ab fixed path to package json 2016-02-01 11:04:58 +02:00
Plamen Petkov
4fe8485e03 Merge pull request #12 from NativeScript/plamen5kov/enable_tgz_versioning
Plamen5kov/enable tgz versioning
2016-02-01 10:53:36 +02:00
plamen5kov
a0b261d29a enabled versioning from environment variable 2016-01-24 14:48:48 +02:00
plamen5kov
96b01befff build scrupt dependencies use latest stable gradle build tools 2016-01-24 14:48:15 +02:00
Hristo Hristov
252777652e Merge pull request #11 from NativeScript/hhristov/grid-layout-fix
Fixed grid layout alignments when width/height is specified.
2016-01-19 10:34:51 +02:00
Hristo Hristov
994339ee2b Fixed grid layout alignments when width/height is specified.
Bumped npm version
2016-01-19 10:03:43 +02:00
Panayot Cankov
59f36fec8e Merge pull request #10 from NativeScript/cankov/origin-point
Add OriginPoint that will recalculate the pivot point on layout cange
2016-01-15 15:17:42 +02:00
Panayot Cankov
1a9e6f69c0 Add OriginPoint that will recalculate the pivot point on layout cange 2016-01-15 15:02:39 +02:00
Hristo Hristov
433476a298 Merge pull request #9 from NativeScript/hhristov/layout-fixes
Hhristov/layout fixes
2016-01-11 12:32:33 +02:00
Hristo Hristov
185f32e1b2 Ignore gradle/wrapper folder
remove grunt file
2016-01-11 12:27:50 +02:00
Hristo Hristov
375a8d2592 Fixed percent margins
Fixed WrapLayout
Code formatting
2016-01-11 11:49:20 +02:00
plamen5kov
9884a78e42 added dynamic dependencies on buildTools compileSdk and targetSdk versions 2015-12-16 16:21:18 +02:00
Hristo Hristov
275b4306cd Replaced grunt with gradle 2015-12-16 15:30:19 +02:00
Hristo Hristov
48310a31b8 Updated readme
Version changed to 1.6.0
2015-12-16 14:34:54 +02:00
Hristo Hristov
4e31cc6a2e Added npm packaging option 2015-12-16 14:23:55 +02:00
Hristo Hristov
f5dc47bc64 Fixed build.gradle 2015-12-16 13:28:01 +02:00
Hristo Hristov
d21c8aceca Merge pull request #7 from NativeScript/newAndroidStudioBuild
New android studio build
2015-12-16 13:08:29 +02:00
Hristo Hristov
edd6bc968f removed unnecessary files and added gitkeep to res folder 2015-12-15 16:57:37 +02:00
Hristo Hristov
be5ac53df2 added readme and license files 2015-12-15 16:52:53 +02:00
Hristo Hristov
babf84b2e8 new android studio project working 2015-12-15 16:24:07 +02:00
Hristo Hristov
7ee9be6236 deleted old project 2015-12-15 16:22:34 +02:00
Hristo Hristov
61909bf864 Added Android studio files 2015-12-15 15:24:17 +02:00
Hristo Hristov
5652297990 Updating .gitignore 2015-12-15 15:22:01 +02:00
Hristo Hristov
925c9de476 Merge pull request #6 from NativeScript/android-studio
Project changed to support Android studio
Implemented percentage layouts
2015-12-15 14:51:32 +02:00
Hristo Hristov
97f4b27650 Added percentage support for width, height and margin properties. 2015-12-15 14:43:46 +02:00
PanayotCankov
9fcea45971 Move to android studio 2015-11-03 10:40:12 +02:00
Alexander Vakrilov
c10d53cd22 Merge pull request #5 from NativeScript/feature/tab-get-view-methods
Exposed getView methods for tab
2015-10-14 16:14:07 +03:00
vakrilov
98f01f479e Exposed getView methods for tab 2015-10-14 15:23:47 +03:00
Hristo Hristov
be78ca042b Merge pull request #4 from NativeScript/hhristov/fix-verbose-logs
Fix for GridLayout desired size when not stretched
2015-10-09 16:42:42 +03:00
hshristov
4d69f6111e Spaces instead of tabs 2015-10-09 10:53:42 +03:00
hshristov
c3f28ba42d GridLayout desired size is based on the children desired size when alignment is not Stretch.
Identation is now spaces instead of tabs.
2015-10-09 10:47:02 +03:00
hshristov
91bb8ce4a5 Android layout logging is now separate METADATA key.
Percent layout is NOT respected when measured with UNSPECIFIED size.
2015-10-09 10:35:57 +03:00
Plamen Petkov
6bf55d5cb2 Update README.md 2015-09-15 10:00:46 +03:00
Plamen Petkov
3c6f088752 Update README.md 2015-09-15 09:59:06 +03:00
plamen5kov
b08d0f2bf9 put an empty res folder so the project doesn't fail in eclipse 2015-09-15 08:43:09 +03:00
hshristov
c79ff2a4cc Add support for percent base parameters - width, height & margins 2015-09-11 15:04:54 +03:00
vakrilov
32eb8ca3aa android-support-v4.jar moved to from lib to libs 2015-09-04 10:25:04 +03:00
Alexander Vakrilov
f08db1d1a4 Merge pull request #2 from NativeScript/feature/tab-bar
TabLayout for NativeScript tabs
2015-09-03 14:55:32 +03:00
vakrilov
5a926a7188 UpdateItemAt 2015-09-03 14:52:12 +03:00
vakrilov
a55f59bf06 TabLayout for NativeScript tabs 2015-09-03 14:52:11 +03:00
dtopuzov
c1b5caa36e Test commit 2015-09-02 16:56:14 +03:00
Nedyalko Nikolov
9c100f6c03 Merge pull request #1 from NativeScript/nnikolov/WrapLayoutWrongPaddings
Fixed issue #360.
2015-08-28 15:40:15 +03:00
Nedyalko Nikolov
71bf6f55dd Fixed issue #360. 2015-08-28 15:38:57 +03:00
vakrilov
aee834c88e Exposed properties to allow image to be cropped when there is border radius 2015-08-18 11:42:27 +03:00
atanasovg
62efc37c25 Add Maven-related POM file. 2015-08-11 15:30:50 +03:00
atanasovg
8ec19ca271 Add readme. 2015-08-11 14:38:29 +03:00
atanasovg
5a671db220 Add license. 2015-08-11 14:36:17 +03:00