/** * Wire * Copyright (C) 2016 Wire Swiss GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package com.waz.zclient.controllers.navigation; public enum Page { PHONE_REGISTRATION, PHONE_REGISTRATION_VERIFY_CODE, PHONE_REGISTRATION_ADD_NAME, PHONE_REGISTRATION_ADD_PHOTO, EMAIL_LOGIN, PHONE_LOGIN, START, CONVERSATION_LIST, CONVERSATION_MENU_OVER_CONVERSATION_LIST, MESSAGE_STREAM, SINGLE_MESSAGE, PARTICIPANT, SELF_PROFILE, SELF_PROFILE_OPTIONS_MENU, SELF_PROFILE_OVERLAY, PICK_USER, PICK_USER_ADD_TO_CONVERSATION, CONTACT_LIST, CONTACTS_DIALOG, PARTICIPANT_USER_PROFILE, SEND_CONNECT_REQUEST, PENDING_CONNECT_REQUEST, PENDING_CONNECT_REQUEST_AS_CONVERSATION, CONFIRMATION_DIALOG, COMMON_USER_PROFILE, INBOX, BLOCK_USER, CONNECT_REQUEST_INBOX, CONNECT_REQUEST_PENDING, NONE, CAMERA, DRAWING, SHARE_LOCATION, MAIN_LANDSCAPE, COLLECTION, ARCHIVE }