424 Commits

Author SHA1 Message Date
d406a23c3b Update README.md 2020-09-02 08:24:27 +03:00
60ac385730 Update README.md 2020-07-10 08:05:38 +02:00
13ff9d92b0 Update README.md 2020-07-10 08:04:04 +02:00
47e2573955 Update README.md 2020-07-09 11:01:15 +02:00
b12352dbec Add some incentive to maintain this thing and maybe bring it to this decade 2020-07-09 10:58:22 +02:00
dc803ca233 v2.0.1 (#115)
* Bump version codes.

* Modify release scripts one last time.

* Fix background image issues.

* Make deploy script and firebase config great again.

* Make the background gradient work while the image is loading.

* Background color fixes.

* Yet another background adjustment.
2019-01-26 17:36:41 +02:00
139d520da6 Update Fastlane setup (#114)
* First try at CI setup.

* Place .travis.yml to repo root.

* Fix issues running the scripts from wrong directories.

* Another try with the rename script.

* Readd the accidentally lost sample file.

* Try to install Dart with the instructions on the dartlang.org website.

* Get all packages before analyzing or testing anything.

* Use full path when running flutter commands.

* Another try with path variables.

* Inline all scripts to a single file.

* Fix analysis issues

* Fix failing test in core.

* Remove leftover stuff in mobile.

* Add fancy build status badge.

* Update statement about current Flutter version used for building inKino.

* Update .gitignore.

* Fastlane setup for Android & iOS
2019-01-19 14:52:46 +01:00
9c0889002c Multiplatform dart analyzer & test scripts (#113)
* First try at CI setup.

* Place .travis.yml to repo root.

* Fix issues running the scripts from wrong directories.

* Another try with the rename script.

* Readd the accidentally lost sample file.

* Try to install Dart with the instructions on the dartlang.org website.

* Get all packages before analyzing or testing anything.

* Use full path when running flutter commands.

* Another try with path variables.

* Inline all scripts to a single file.

* Fix analysis issues

* Fix failing test in core.

* Remove leftover stuff in mobile.

* Add fancy build status badge.

* Update statement about current Flutter version used for building inKino.
2019-01-19 13:09:36 +01:00
6f2ebec976 Use immutable collections from kt.dart (#112)
* Use immutable collections in core interfaces

* Convert theaters to kt_dart

* Convert mobile to kt_dart

* Covert web to kt_dart

* Combine movies with same original title correctly
2019-01-19 10:32:20 +01:00
d3336b76e1 Fix date selector overflowed (#105)
* right overflowed fix in showtimes date (added the SingleChildScrollView)

* right overflowed fix in showtimes date (added the SingleChildScrollView)
2019-01-19 10:11:29 +01:00
0986b04f3a Add background color to the web page (#110)
* Add background color to the web page

* Add fake background gradient
2019-01-19 09:59:56 +01:00
c286a1c03c Add Itis theatre ID to preloaded_data.dart (#108) 2019-01-19 09:55:48 +01:00
204c589fdc removing vertical scroll-bar (#107)
Vertical scrollbar looks odd
2019-01-19 09:50:55 +01:00
c695d5b7e4 Update README.md 2018-11-08 20:21:42 +01:00
adc3faea52 Update README.md 2018-11-08 20:20:47 +01:00
10e26534d0 Organize screenshot files to a prettier folder. 2018-11-08 20:19:55 +01:00
59fd61afbd Multiplatform stuff (#102)
* Multiplatform stuff.
* Update to make stuff work with the latest Flutter beta.
2018-11-07 15:34:34 +01:00
2165759f93 Merge pull request #99 from roughike/update-to-latest-beta
Update to latest Flutter beta
2018-09-15 17:10:05 +03:00
2f51b67d99 Merge branch 'development' into update-to-latest-beta 2018-09-15 16:46:37 +03:00
ed64321342 Revert creating redundant typedef for a date change callback. 2018-09-15 16:45:49 +03:00
e0be47122f Use image_test_utils for returning mocked image responses. 2018-09-15 16:43:28 +03:00
c2098ec334 Upgrade mockito dependency and update tests to new mockito version. 2018-09-15 16:30:18 +03:00
6e1752ff4d Merge pull request #92 from orthur/improve-find-movieid
Improve findMovieId method
2018-07-31 22:06:32 +03:00
45e012db51 Merge pull request #1 from orthur/use-string-type
Use string type
2018-07-11 16:47:34 +03:00
fb9829bc9e fix test 2018-07-11 16:43:39 +03:00
938cd15080 Use string type 2018-07-11 16:42:56 +03:00
7c912b85a1 Use string type 2018-07-11 16:42:24 +03:00
922dcbac8b Use string type 2018-07-11 16:41:42 +03:00
09ec1abdbf Update test 2018-07-11 16:23:45 +03:00
e4feac70c5 parse ProductionYear value 2018-07-11 16:15:56 +03:00
7438e6f249 add productionYear field 2018-07-11 16:12:43 +03:00
aaacb87bca fix findMovieId usage 2018-07-11 16:07:48 +03:00
015bb04761 use movie year in findMovieId 2018-07-11 16:06:28 +03:00
4e90d1b8e2 Merge pull request #90 from roughike/housekeeping/extract-parsing-logic-out-of-models
Extract the parsing logic out of model classes
2018-07-03 22:26:19 +03:00
bb126781a1 Make the model classes leaner by extracting the parsing logic out of them. 2018-07-03 22:19:16 +03:00
e41349eb27 Merge pull request #89 from roughike/bugfix/equals-in-viewmodels
Fix hashcode & equals in viewmodels
2018-07-03 22:01:20 +03:00
33e73fc1a5 Fixed imports. 2018-07-03 21:53:39 +03:00
01083cb7d4 Merge branch 'development' into bugfix/equals-in-viewmodels
# Conflicts:
#	lib/ui/events/events_page_view_model.dart
#	lib/ui/showtimes/showtime_page_view_model.dart
#	lib/ui/theater_list/theater_list_view_model.dart
2018-07-03 21:43:25 +03:00
e5e9f6175d Fix the hashCode and equality implementations of viewmodels. 2018-07-03 21:40:29 +03:00
7e0ec9f88c Merge pull request #88 from roughike/housekeeping
Refactor folder structure and update README
2018-07-03 21:12:59 +03:00
a5b4846529 Update README 2018-07-03 19:33:39 +03:00
003e56db1e Refactor folder structure. 2018-07-03 19:32:22 +03:00
1b1f246069 Merge pull request #86 from roughike/feature/ui-code-cleanup
UI code cleanup
2018-06-10 10:57:38 +03:00
4e09b2d58a DRYing up the expand collapse prompt code. 2018-06-10 10:46:17 +03:00
4d7f13bacf Cleaned up UI code. 2018-06-10 10:33:34 +03:00
8595458ee3 Merge pull request #85 from roughike/bugfix/update-podfile
Fix iOS project by updating the Podfile to latest Flutter master
2018-05-28 21:56:07 +03:00
409f43cc61 Fix iOS project by updating the Podfile to latest Flutter master. 2018-05-28 21:50:02 +03:00
639f590482 Merge pull request #84 from roughike/enhancement/refactor-show-dates-to-redux
Refactor showtime date loading to Redux
2018-05-28 21:24:40 +03:00
066be7c3db Merge branch 'development' into enhancement/refactor-show-dates-to-redux 2018-05-28 21:15:48 +03:00
2888dcb3e9 Merge pull request #83 from roughike/roughike-patch-1
Update README.md
2018-05-28 21:15:12 +03:00