Sync state machine between Service and Activity

Bug #1262034 reported by Yuan-Chen Cheng
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
The Humpolec project
Fix Released
High
Yuan-Chen Cheng

Bug Description

Currently state machine flag is not sync between Service and Activity.

For Service:

    public enum ServiceState {
        READY, FETCHING_CHANNELS, DOWNLOADING, INSTALLING, UNINSTALLING_UBUNTU, DELETING_USER_DATA
    }

For Activity:

    private enum ActivityStatus {
        NORMAL, FETCHING_CHANNELS, NO_CHANNELS, READY_TO_DOWNLOAD, DOWNLOADING, READY_TO_INSTALL, INSTALLING
    };

A Unified design should be done !

Tags: cqa-verified

Related branches

Changed in humpolec:
status: New → Fix Committed
Changed in humpolec:
milestone: none → m4-beta2
Revision history for this message
Ethan Chang (ethan.chang) wrote :

Verified in build M4-beta2

tags: added: cqa-verified
information type: Embargoed → Public
Changed in humpolec:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.