Skip to content

Releases: mptwaktusolat/app_waktu_solat_malaysia

Stable update

08 Oct 08:13
Compare
Choose a tag to compare

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

07 Oct 10:55
Compare
Choose a tag to compare
Pre-release

Changelogs

  • Changed Zohor to Zuhr 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. Previously 500 was changed to 320 factors.
  • Most of FlatButton is changed to TextButton widget
  • Added hint that MPT will become open sourced.
  • Uhm try holding app icon in about dialog
  • Fixed weird issue (maybe) #17

Internal release

06 Oct 16:52
Compare
Choose a tag to compare
Internal release Pre-release
Pre-release

- Introducing Dark mode 🎉

  • Depend get 3.12.1 package.
  • Changed Subuh to Fajr for more consistent language. (Prayer Time page | Share and Copy)

This is pre-release btw

Internal test

05 Oct 04:36
Compare
Choose a tag to compare
Internal test Pre-release
Pre-release
  • Toast appear when user select Accept this location in ZoneChooser
  • Change string Location updated to Location 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

29 Sep 02:16
Compare
Choose a tag to compare

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 become bit.ly/MPTdl

Download on Google Play Store

*APK file shows incorrect version name

Hotfix update

21 Sep 00:52
Compare
Choose a tag to compare

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 and ACCESS_COARSE_LOCATION (to be used later)
  • Removed unused permission: android.permission.VIBRATE
  • Changed toast response when copy timetable from Copied to Timetable 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

16 Sep 14:38
Compare
Choose a tag to compare
  • 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

08 Sep 04:41
Compare
Choose a tag to compare

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 to Rate and review.
  • Added string Prayer time data provided by JAKIM in AboutDialog.

Changelogs history: http://bit.ly/mpt-clog

Release Candidate - Stable

05 Sep 16:05
Compare
Choose a tag to compare
  • 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

30 Aug 10:17
Compare
Choose a tag to compare
beta 3 hotfix Pre-release
Pre-release

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.