Releases: bosankus/Ahead
Release: v1.3
Release: v1.2
Below mentioned updates were pushed:
- User can now create and assign the task to ONE person for now.
- The UI of the app is totally changed along with the logo.
- Name of the app is changed to "Ahead" from "Think Ahead".
- User will now see a Quote when there is no task initially.
- All sorts of tasks are now in one page. Removed completes task fragment.
- All tasks are auto priority set to 1 i.e the MEDIUM. In next release user will be able to change the priority while creating the task.
Bug Fix for API 26 - v1.1
Following Bugs was fixed for only API 26 Android Oreo:
java.lang.RuntimeException: Unable to start activity ComponentInfo{tech.androidplay.sonali.todo/tech.androidplay.sonali.todo.ui.activity.MainActivity}: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation.
Problem:
*In android Oreo (API 26) we can not change orientation for Activity when the following line is there in the style.xml
true
Solution:
- Removed - android:screenOrientation="portrait"
- Added in MainActivity.kt :
if (BUILD_VERSION != ANDROID_OREO)
orientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
Yohoo it;s fixed 😍 👍🏼
Release: v1
The basic app is released in play store on 31st Dec 2020 to internal testing, and due to lack of testers, after self vigorous checking, it was pushed to production on 1st Jan 2021. It went live on 2nd Jan 2021.
Issue: Produced one error which will be fixed in next release:
java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation
Current features:
- User can signup/login
- User can create only alarmed tasks
- The task will show a notification with sound at the set time.
- User can mark a task as complete from the action button inside notification
Next Release:
** Project Management **
- User will be able to create unalarmed tasks which will be named as "Projects", and can assign the task to other registered users.
- Creator of the Project can fix Service Level Agreement(SLA):
- Creator will see the who is working on the task with how much time left.
- Assignee will see how much time left to do the task. And can click open to see the task, add comment.
- Both Creator & Assignee can change the status of the task.
- Notification:
- When task is assigned to someone.
- When someone adds comment to a task, the other person will receive a notification.
- When someone changes task status, the other person will receive a notification.
** Other **
- Users will still be able to create a self alarmed/unalarmed task, which will be notified according to the set time, or be kept as note.
- If user creates a note, it can't be marked as completed. It's just a note for self. Can be deleted or edited.
*** A letter to you who kept the patience to read till here **
Dear Viewer/Employer,
Lots of more are there & I will do it one by one. If you can have faith in me. I won't mind to talk to you at anytime.
Drop a mail at [email protected].
Stay safe.
Regards,
Ankush Bose