This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
153 lines (120 loc) · 4.67 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
Changelog
VersionName (VersionCode) - Date
0.0.48-beta (35)
- Atualizado o Target SDK para API 30;
- Atualizado algumas dependências;
- Adicionado suporte inicial para sessões Drive-In (http://www.cinemais.com.br/institucional/noticias_page.php?cn=159);
- Removido alguns códigos não usados;
- Corrigido alguns avisos no código;
- Algumas mudanças de design.
0.0.46-beta (32) - 03 mar 2020
- Fix crash due to SocketTimeoutException in notify releases notification handler.
- Prevent sending a destroyed context to Glide image loader.
0.0.45-beta (32) - 13 feb 2020
- Disables CheckPremieresWorker completely.
0.0.44-beta (31) - 28 jan 2020
- Reinitialize WorkManager to avoid observed crashes.
0.0.43-beta (30) - 16 jan 2020
- Replace CheckPremieresWorker with FCM to avoid Cinemais server load.
0.0.42-beta (29) - 22 sept 2019
- Fix crash caused by dataset change, due to filters, in ScheduleAdapter.
0.0.41-beta (28) - 14 sept 2019
- Update tickets parser
- Update tickets display list
0.0.40-beta (27) - 31 july 2019
- Add filter for schedules in PlayingCinemasFragment.
- Add attr ScheduleFilterView style to make easier to create different styles for different activities.
- Add filter by movie in SessionMatcher.
0.0.39-beta (26) - 30 july 2019
- Add filter for schedules in CinemaFragment.
- Separate ScheduleDayFragment and CinemaFragment view models.
- Filters are persisted to SharedPreferences.
- Fix changelog.txt
0.0.38-beta (25)
- Fix timeout text.
0.0.37-beta (24)
- Fix buy tickets button colors.
- Add EmptyView initial implementation.
- TabMoviesFragment is using this as a test.
- Use DiffCalback in some adapters.
0.0.36-beta (23)
- Fix single premiere notification title.
- Better way to check if we should retry due to empty schedule.
0.0.35-beta (22)
- We now check for premieres at least 2 times in case the first check retrieves zero elements.
0.0.34-beta (21)
- Proper night mode
VersionName (VersionCode)
0.0.33-beta (20)
- CouroutineWorker usage is now correct
0.0.32-beta (19)
- Initial notifications implementation (BETA)
0.0.31-beta (18)
- Re-enable ads
0.0.30-beta (17)
- Actually fix sheet header color (test before rolling out man...)
0.0.29-beta (16)
- Fix sheet header color
0.0.28-beta (15)
- Dark theme is now more darker
- Ripple effect when touching movie grid items are now applied only to poster
- Fragments now keep their state
- Add Crashlytics
- Add default fade transition to fragments
- Add 'View schedule in website' button to CinemaFragment
- Playing cinemas sheet are now displayed only if the movie is released
- Dates now use a new format
- Schedule ViewPager now doesn't hide abruptly while going back to CinemasFragment from CinemaFragment
- Add initial error handling (unfinished)
- Better abstraction of network calls and more consistency in ViewModel code
- Now using DataBinding in some views
- Minor design changes
- Minor code changes
Bug fixes:
- Fix Glide cache being ignored for movie posters (temp fix)
0.0.27-beta (14)
- Schedule is refreshed if the day changes during navigation (It still needs work!)
- Fix status bar color of default theme in API 21-22
- Fix divider color in default theme
- Fix crashing in some screens due to unhandled exceptions
- Fix splash logo size
0.0.26-beta (13)
- Add Dark theme
- Some colors corrections
- Add simple settings view
- Add splash screen
- Add simple offline mode by adding cache configuration to OkHttpClient
0.0.25-beta (12)
- Add room information in sessions
- Minor design changes in sessions
0.0.24-beta (11)
- Major design changes
- Add trailer functionality
- Add banner ad in MainActivity
- Interstitial ad is now displayed with a interval of 2 minutes
- Add placeholder for images
0.0.23-beta (10)
- Use Open Sans as main font
- Apply rounded corners transformation to all posters
- Add movie title for now playing movies in HomeFragment
- Little design changes in AboutActivity
- Other simple design changes
0.0.22-beta (9)
- Fix crash preventing app to start in <28 API devices caused by misusage of VectorDrawables
0.0.21-beta (8)
- Use new color for Magic D logo
- Add movie ratings in schedule views
- Change author link from Twitter to GitHub page
- Poster quality is based on connection speed for lists and grids views
- Fix tabs color for selected state
0.0.2-beta (7)
- Implement a better way to get format of session
0.0.1-beta (6)
- Fixes in PlayingCinemas BottomSheet:
- Now uses default BottomSheetBehavior from material-components. We *STILL* don't have the desired behavior, but the old one was buggy
- AutoSlideViewPager changes:
- Manage its own interval
- Doesn't slide when user is interacting
- Always smooth scroll on page changes
0.0.1-beta (5)
- Implement PlayingCinemas use case