summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kamil Lipiszko [Thu, 23 Feb 2017 10:02:22 +0000 (11:02 +0100)]
[TimerView] Create extended entry control
This patch creates extended entry and applies it into the
timer's view.
Change-Id: I37957d5e055d39b66bbbc563d99f2e147ad464c7
Kamil Lipiszko [Fri, 3 Mar 2017 14:43:39 +0000 (06:43 -0800)]
Merge "[WorldClock] Creating basic places page" into dotnet
Kamil Lipiszko [Tue, 21 Feb 2017 07:24:34 +0000 (08:24 +0100)]
[StopWatch] Model implementation.
This patch creates model for stop watch view. After it is applied
the view displays properly running time, lap time and lap times
in lap list view. Still due to the VerticalTextAlignment issue
the millisecond label in main counter is not propetly aligned.
Change-Id: I8de8a990c77a57e764498230a7c25738f8b6b0bc
k.stepaniuk [Thu, 23 Feb 2017 11:06:39 +0000 (12:06 +0100)]
[WorldClock] Creating basic places page
Communication between dependent pages
Adding behaviour for assigning viewModels to views.
Passing navigation mechanizm to viewModels.
Change-Id: I6d00e12f8a5572d9e0016cc4ef9aaaeac3aadbb7
Kamil Lipiszko [Thu, 23 Feb 2017 08:41:02 +0000 (09:41 +0100)]
Refactor project structure
Change-Id: I09fb7d799217ab38a9aca29a4deec588148bb44a
k.stepaniuk [Tue, 21 Feb 2017 16:25:24 +0000 (17:25 +0100)]
[WorldClock] Create basic view
Change-Id: I58e4a30f23e325ecc59420de6668569661dc3f2e
Kamil Lipiszko [Mon, 20 Feb 2017 08:08:59 +0000 (09:08 +0100)]
[Timer] Create base view
Couldn't find solution for time selector resizing issue. When it is
a child of absolute layout keypad squeezes it, if I put it into the
relative layout, it is not aligned properly.
Change-Id: I9987eec9c6b79157f89d7d7b75b5a68070541f64
Kamil Lipiszko [Tue, 14 Feb 2017 12:05:26 +0000 (13:05 +0100)]
[EditAlarmPage] Create view
Patch creates basic edit alarm view. Does not implement
any of ViewModel features.
Change-Id: Iba07d8733130436d637685baac2e1c6e21d14c54
Kamil Lipiszko [Fri, 10 Feb 2017 08:40:03 +0000 (09:40 +0100)]
[EditAlarmView] Create basic view
Change-Id: I16659a15eed5189739aeb8a373d9db59df9ba2b5
Kamil Lipiszko [Mon, 6 Feb 2017 15:46:10 +0000 (16:46 +0100)]
[AlarmView] Create view with floating button
View does not have alarm list implemented yet. It will be done after
add/edit alarm view is ready.
Change-Id: Id8351937402c424d2e076e4e6acb32dc4d6d6bda
Kamil Lipiszko [Wed, 1 Feb 2017 14:08:04 +0000 (15:08 +0100)]
[StopWatch] Add counter view.
Change-Id: I7fe2feb646bf47fe3de9d4ee07b4a7836a438834
Kamil Lipiszko [Mon, 20 Feb 2017 08:15:15 +0000 (00:15 -0800)]
Merge "git ignore" into dotnet
k.stepaniuk [Thu, 16 Feb 2017 12:15:05 +0000 (13:15 +0100)]
git ignore
Change-Id: I77d9aac6590153ef32445f62955d01b28ff8a634
Kamil Lipiszko [Fri, 27 Jan 2017 16:12:32 +0000 (17:12 +0100)]
[StopWatchView] Create basic stopwatch view
This commit creates simple stopwatch view. There are still incorrect
size values but it will be fixed in following patches.
Change-Id: I64295ff98322223919f9855f8c50f61f3b01914b
Kamil Lipiszko [Thu, 26 Jan 2017 14:27:33 +0000 (15:27 +0100)]
Create application template
This commit contains main view with its empty children layouts.
Change-Id: I60c3c2bfa9f07c149cc5269b4da3384466d81261
Jong Jeong Kim [Mon, 12 Sep 2016 08:14:22 +0000 (01:14 -0700)]
Initial empty repository