Releases: mptwaktusolat/app_waktu_solat_malaysia
Releases · mptwaktusolat/app_waktu_solat_malaysia
Stable update
Includes (almost) everything in previous three beta releases.
- Consistent in capitalization in bottomAppBar
- Refix the issue where user can't copy / share on the first run after installation. #17
Download the app: www.bit.ly/MPTdl
Internal release candidate
Changelogs
- Changed
Zohor
toZuhr
for more consistent language. - No longer use restart widget, used streambuilder to refresh prayer time (Safer approach but make the code spaghetti)
- More dark theme implementation in UI widgets.
- Increase space between
solatCard
. Previously500
was changed to320
factors. - Most of
FlatButton
is changed toTextButton
widget - Added hint that MPT will become open sourced.
- Uhm try holding app icon in about dialog
- Fixed weird issue (maybe) #17
Internal release
- Introducing Dark mode 🎉
- Depend get 3.12.1 package.
- Changed
Subuh
toFajr
for more consistent language. (Prayer Time page | Share and Copy)
This is pre-release btw
Internal test
- Toast appear when user select Accept this location in
ZoneChooser
- Change string
Location updated
toLocation updated and saved
to tell user that their selected location will be preserved. - In manual location list, currently selected location is now highlighted. This will help user to quickly know which location is currently selected.
- Fix some string grammar / capitalization mistake.
- Simplify feedback page (Removed emoji reaction etc)
- Added
Contribution
page - Code clean-up
Update
Related GitHub branch: location-GPS
Highlight: GPS location detection
Changelogs:
- Added new feature: Set location can now defaulted to fetch from mpt1906 api to get location (jakim) code based on your location. You need to accept the permission when prompted. If it fails to get gps location, it will fall back to manual selection. Related: added geolocater package
- Added flutter_spinkit to give some umph to the app. Implemented in GetPrayertime and ZonePicker screens.
- In manual location setter (modalBottomSheet), when user selecting same location as it is defaulted, or when user cancelled the operation, the app no longer restart itself to get new prayer time.
- Code reformat, location data no longer fetched from JSON assets, used class instead.
- Remove word http in
kShortPlayStoreUrl
:http://bit.ly/MPTdl
becomebit.ly/MPTdl
Download on Google Play Store
*APK file shows incorrect version name
Hotfix update
Changelogs:
- Fixed issue #14: Current API (https://api.azanpro.com/) out of date from JAKIM, some location shows wrong prayer time. Changed API provider to http://waktusolatapp.com/api/v2/
- Added two new permission in manifest:
android.permission.ACCESS_FINE_LOCATION
andACCESS_COARSE_LOCATION
(to be used later) - Removed unused permission:
android.permission.VIBRATE
- Changed toast response when copy timetable from
Copied
toTimetable copied
. - Change material app title to
My Prayer Time
(more short), this should reflect on Recent Action (Android) - Swap
Kuala Lumpur, Putrajaya
string in location chooser.
For full changelog history, visit www.bit.ly/mpt-clog
Update
- Added share functionality (with share plugin). End-docked to bottomAppBar. Floating Action Button
- Added copy the whole timetable functionality. Beside menu icon. Basically, copy and share message is the same content.
- TextAlignment and TextStyle in About Dialog.
Release 1.0.6
Little enhancement over previous version
- Concatenated word
Version
with version number in About Dialog. - Removed word
BETA
on the AppBar - Feedback screen now pop itself after send button is pressed.
- BottomAppBar now pop itself after user tapped into
Rate and review
Rate App
has been changed toRate and review
.- Added string
Prayer time data provided by JAKIM
in AboutDialog.
Changelogs history: http://bit.ly/mpt-clog
Release Candidate - Stable
- Update and complete the UI and functionality of feedback page (Include updating design, backend code, navigation etc., uses email for sending feedback)
- Open link functionality in required places (Open to default web browser).
- Add device_info dependencies (Use in Feedback Page).
beta 3 hotfix
Fix issue #6 in the previous release
Others:
Renamed changelogs history
to Release notes
in About Dialog
Space between prayer timecards are now resize with screen size.