Reorganize packages

pull/151/head
Alinson S. Xavier 9 years ago
parent 7f75f9b6da
commit 3b737996e9

@ -25,8 +25,8 @@ import android.support.annotation.*;
import android.view.*; import android.view.*;
import android.widget.*; import android.widget.*;
import org.isoron.uhabits.ui.widgets.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import org.isoron.uhabits.widgets.*;
import java.io.*; import java.io.*;

@ -24,7 +24,7 @@ import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.junit.*; import org.junit.*;
import org.junit.runner.*; import org.junit.runner.*;

@ -23,7 +23,7 @@ import android.os.*;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.junit.*; import org.junit.*;
import org.junit.runner.*; import org.junit.runner.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.graphics.*; import android.graphics.*;
import android.support.test.runner.*; import android.support.test.runner.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.support.test.runner.AndroidJUnit4; import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.support.test.runner.AndroidJUnit4; import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,13 +17,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import org.junit.*; import org.junit.*;
import org.junit.runner.*; import org.junit.runner.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets; package org.isoron.uhabits.activities.widgets;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets; package org.isoron.uhabits.activities.widgets;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets; package org.isoron.uhabits.activities.widgets;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets; package org.isoron.uhabits.activities.widgets;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets; package org.isoron.uhabits.activities.widgets;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.widgets.views; package org.isoron.uhabits.widgets.views;
import android.support.test.runner.*; import android.support.test.runner.*;
import android.test.suitebuilder.annotation.*; import android.test.suitebuilder.annotation.*;

@ -60,7 +60,7 @@
</activity> </activity>
<activity <activity
android:name=".ui.habits.show.ShowHabitActivity" android:name=".activities.habits.show.ShowHabitActivity"
android:label="@string/title_activity_show_habit"> android:label="@string/title_activity_show_habit">
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"
@ -68,7 +68,7 @@
</activity> </activity>
<activity <activity
android:name=".ui.settings.SettingsActivity" android:name=".activities.settings.SettingsActivity"
android:label="@string/settings"> android:label="@string/settings">
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"
@ -76,12 +76,12 @@
</activity> </activity>
<activity <activity
android:name=".ui.intro.IntroActivity" android:name=".activities.intro.IntroActivity"
android:label="" android:label=""
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<activity <activity
android:name=".ui.widgets.HabitPickerDialog" android:name=".widgets.HabitPickerDialog"
android:theme="@style/Theme.AppCompat.Light.Dialog"> android:theme="@style/Theme.AppCompat.Light.Dialog">
<intent-filter> <intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/> <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
@ -89,7 +89,7 @@
</activity> </activity>
<activity <activity
android:name=".ui.about.AboutActivity" android:name=".activities.about.AboutActivity"
android:label="@string/about"> android:label="@string/about">
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"

@ -26,8 +26,8 @@ import org.isoron.uhabits.models.*;
import org.isoron.uhabits.models.sqlite.*; import org.isoron.uhabits.models.sqlite.*;
import org.isoron.uhabits.receivers.*; import org.isoron.uhabits.receivers.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.widgets.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import org.isoron.uhabits.widgets.*;
import javax.inject.*; import javax.inject.*;

@ -25,8 +25,8 @@ import android.support.annotation.*;
import com.activeandroid.*; import com.activeandroid.*;
import org.isoron.uhabits.ui.widgets.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import org.isoron.uhabits.widgets.*;
import java.io.*; import java.io.*;

@ -19,7 +19,7 @@
package org.isoron.uhabits; package org.isoron.uhabits;
import org.isoron.uhabits.ui.habits.list.ListHabitsActivity; import org.isoron.uhabits.activities.habits.list.ListHabitsActivity;
/** /**
* Application that starts upon clicking the launcher icon. * Application that starts upon clicking the launcher icon.

@ -17,9 +17,9 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import org.isoron.uhabits.ui.common.dialogs.*; import org.isoron.uhabits.activities.common.dialogs.*;
import dagger.*; import dagger.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import java.lang.annotation.*; import java.lang.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.content.*; import android.content.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import javax.inject.*; import javax.inject.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.content.*; import android.content.*;
import android.os.*; import android.os.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.support.annotation.*; import android.support.annotation.*;
import android.view.*; import android.view.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.content.*; import android.content.*;
import android.os.*; import android.os.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.support.annotation.*; import android.support.annotation.*;
import android.support.v7.view.ActionMode; import android.support.v7.view.ActionMode;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;
import android.content.*; import android.content.*;
import android.os.*; import android.os.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.about; package org.isoron.uhabits.activities.about;
import android.content.*; import android.content.*;
import android.net.*; import android.net.*;
@ -26,7 +26,7 @@ import android.view.*;
import android.widget.*; import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
/** /**

@ -20,4 +20,4 @@
/** /**
* Provides activity that shows information about the app. * Provides activity that shows information about the app.
*/ */
package org.isoron.uhabits.ui.about; package org.isoron.uhabits.activities.about;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.content.*; import android.content.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.content.*; import android.content.*;
import android.support.v7.app.*; import android.support.v7.app.*;
@ -25,7 +25,7 @@ import android.support.v7.app.*;
import com.google.auto.factory.*; import com.google.auto.factory.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import butterknife.*; import butterknife.*;

@ -17,14 +17,14 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.edit.*; import org.isoron.uhabits.activities.habits.edit.*;
import javax.inject.*; import javax.inject.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -28,7 +28,7 @@ import android.widget.*;
import com.google.auto.factory.*; import com.google.auto.factory.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import java.io.*; import java.io.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.app.*; import android.app.*;
import android.content.*; import android.content.*;
@ -30,7 +30,7 @@ import android.util.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
public class HistoryEditorDialog extends AppCompatDialogFragment public class HistoryEditorDialog extends AppCompatDialogFragment

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.dialogs; package org.isoron.uhabits.activities.common.dialogs;
import android.app.*; import android.app.*;
import android.content.*; import android.content.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import org.isoron.uhabits.models.Habit; import org.isoron.uhabits.models.Habit;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.animation.*; import android.animation.*;
import android.content.*; import android.content.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -20,4 +20,4 @@
/** /**
* Provides views that are used across the app, such as RingView. * Provides views that are used across the app, such as RingView.
*/ */
package org.isoron.uhabits.ui.common.views; package org.isoron.uhabits.activities.common.views;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.edit; package org.isoron.uhabits.activities.habits.edit;
import android.app.*; import android.app.*;
import android.os.*; import android.os.*;
@ -32,8 +32,8 @@ import com.android.datetimepicker.time.TimePickerDialog;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.commands.*; import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.common.dialogs.*; import org.isoron.uhabits.activities.common.dialogs.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.edit; package org.isoron.uhabits.activities.habits.edit;
import android.annotation.*; import android.annotation.*;
import android.support.v4.app.*; import android.support.v4.app.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.edit; package org.isoron.uhabits.activities.habits.edit;
import com.google.auto.factory.*; import com.google.auto.factory.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.edit; package org.isoron.uhabits.activities.habits.edit;
import android.os.*; import android.os.*;

@ -20,4 +20,4 @@
/** /**
* Provides dialogs for editing habits and related classes. * Provides dialogs for editing habits and related classes.
*/ */
package org.isoron.uhabits.ui.habits.edit; package org.isoron.uhabits.activities.habits.edit;

@ -17,13 +17,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.os.*; import android.os.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
/** /**
* Activity that allows the user to see and modify the list of habits. * Activity that allows the user to see and modify the list of habits.

@ -17,11 +17,11 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import dagger.*; import dagger.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.os.*; import android.os.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -26,11 +26,11 @@ import org.isoron.uhabits.*;
import org.isoron.uhabits.commands.*; import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import org.isoron.uhabits.ui.widgets.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import org.isoron.uhabits.widgets.*;
import java.io.*; import java.io.*;
import java.util.*; import java.util.*;

@ -17,15 +17,15 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.support.annotation.*; import android.support.annotation.*;
import android.view.*; import android.view.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import javax.inject.*; import javax.inject.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.content.*; import android.content.*;
import android.content.res.*; import android.content.res.*;
@ -28,10 +28,10 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import org.isoron.uhabits.ui.habits.list.views.*; import org.isoron.uhabits.activities.habits.list.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import javax.inject.*; import javax.inject.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.content.*; import android.content.*;
import android.os.*; import android.os.*;
@ -28,10 +28,10 @@ import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.intents.*; import org.isoron.uhabits.intents.*;
import org.isoron.uhabits.io.*; import org.isoron.uhabits.io.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.common.dialogs.*; import org.isoron.uhabits.activities.common.dialogs.*;
import org.isoron.uhabits.ui.common.dialogs.ColorPickerDialog.*; import org.isoron.uhabits.activities.common.dialogs.ColorPickerDialog.*;
import org.isoron.uhabits.ui.habits.edit.*; import org.isoron.uhabits.activities.habits.edit.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.io.*; import java.io.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;
import android.support.annotation.*; import android.support.annotation.*;
import android.view.*; import android.view.*;
@ -25,9 +25,9 @@ import android.view.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.commands.*; import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import java.util.*; import java.util.*;

@ -17,13 +17,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.controllers; package org.isoron.uhabits.activities.habits.list.controllers;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.habits.list.views.*; import org.isoron.uhabits.activities.habits.list.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
public class CheckmarkButtonController public class CheckmarkButtonController

@ -17,12 +17,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.controllers; package org.isoron.uhabits.activities.habits.list.controllers;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.models.Habit; import org.isoron.uhabits.models.Habit;
import org.isoron.uhabits.ui.habits.list.views.HabitCardView; import org.isoron.uhabits.activities.habits.list.views.HabitCardView;
public class HabitCardController implements HabitCardView.Controller public class HabitCardController implements HabitCardView.Controller
{ {

@ -17,13 +17,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.controllers; package org.isoron.uhabits.activities.habits.list.controllers;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import org.isoron.uhabits.ui.habits.list.views.*; import org.isoron.uhabits.activities.habits.list.views.*;
/** /**
* Controller responsible for receiving and processing the events generated by a * Controller responsible for receiving and processing the events generated by a

@ -18,6 +18,6 @@
*/ */
/** /**
* Provides controllers that are specific for {@link org.isoron.uhabits.ui.habits.list.ListHabitsActivity}. * Provides controllers that are specific for {@link org.isoron.uhabits.activities.habits.list.ListHabitsActivity}.
*/ */
package org.isoron.uhabits.ui.habits.list.controllers; package org.isoron.uhabits.activities.habits.list.controllers;

@ -17,15 +17,15 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.model; package org.isoron.uhabits.activities.habits.list.model;
import android.support.annotation.*; import android.support.annotation.*;
import android.support.v7.widget.*; import android.support.v7.widget.*;
import android.view.*; import android.view.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.list.views.*; import org.isoron.uhabits.activities.habits.list.views.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.model; package org.isoron.uhabits.activities.habits.list.model;
import android.support.annotation.*; import android.support.annotation.*;
@ -25,7 +25,7 @@ import org.isoron.uhabits.*;
import org.isoron.uhabits.commands.*; import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.model; package org.isoron.uhabits.activities.habits.list.model;
import android.support.v7.widget.*; import android.support.v7.widget.*;
import android.view.*; import android.view.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.model; package org.isoron.uhabits.activities.habits.list.model;
import android.support.annotation.*; import android.support.annotation.*;

@ -18,6 +18,6 @@
*/ */
/** /**
* Provides models that are specific for {@link org.isoron.uhabits.ui.habits.list.ListHabitsActivity}. * Provides models that are specific for {@link org.isoron.uhabits.activities.habits.list.ListHabitsActivity}.
*/ */
package org.isoron.uhabits.ui.habits.list.model; package org.isoron.uhabits.activities.habits.list.model;

@ -20,4 +20,4 @@
/** /**
* Provides acitivity for listing habits and related classes. * Provides acitivity for listing habits and related classes.
*/ */
package org.isoron.uhabits.ui.habits.list; package org.isoron.uhabits.activities.habits.list;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;
@ -26,7 +26,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import butterknife.*; import butterknife.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -26,7 +26,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
public class CheckmarkPanelView extends LinearLayout public class CheckmarkPanelView extends LinearLayout

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -27,8 +27,8 @@ import android.util.*;
import android.view.*; import android.view.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.habits.list.controllers.*; import org.isoron.uhabits.activities.habits.list.controllers.*;
import org.isoron.uhabits.ui.habits.list.model.*; import org.isoron.uhabits.activities.habits.list.model.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.annotation.*; import android.annotation.*;
import android.content.*; import android.content.*;
@ -29,7 +29,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.content.*; import android.content.*;
import android.graphics.*; import android.graphics.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.list.views; package org.isoron.uhabits.activities.habits.list.views;
import android.animation.AnimatorListenerAdapter; import android.animation.AnimatorListenerAdapter;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
@ -29,7 +29,7 @@ import android.widget.FrameLayout;
import android.widget.TextView; import android.widget.TextView;
import org.isoron.uhabits.R; import org.isoron.uhabits.R;
import org.isoron.uhabits.ui.habits.list.model.HintList; import org.isoron.uhabits.activities.habits.list.model.HintList;
import java.util.Random; import java.util.Random;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;
import android.content.*; import android.content.*;
import android.net.*; import android.net.*;
@ -26,7 +26,7 @@ import android.support.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
/** /**
* Activity that allows the user to see more information about a single habit. * Activity that allows the user to see more information about a single habit.

@ -17,14 +17,14 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.commands.*; import org.isoron.uhabits.commands.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.common.dialogs.*; import org.isoron.uhabits.activities.common.dialogs.*;
public class ShowHabitController public class ShowHabitController
implements ShowHabitRootView.Controller, HistoryEditorDialog.Controller implements ShowHabitRootView.Controller, HistoryEditorDialog.Controller

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -25,8 +25,8 @@ import android.support.v7.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.habits.show.views.*; import org.isoron.uhabits.activities.habits.show.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import butterknife.*; import butterknife.*;

@ -17,14 +17,14 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;
import android.support.annotation.*; import android.support.annotation.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.ui.common.dialogs.*; import org.isoron.uhabits.activities.common.dialogs.*;
import org.isoron.uhabits.ui.habits.edit.*; import org.isoron.uhabits.activities.habits.edit.*;
public class ShowHabitScreen extends BaseScreen public class ShowHabitScreen extends BaseScreen
{ {

@ -17,13 +17,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;
import android.support.annotation.*; import android.support.annotation.*;
import android.view.*; import android.view.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
public class ShowHabitsMenu extends BaseMenu public class ShowHabitsMenu extends BaseMenu
{ {

@ -21,4 +21,4 @@
* Provides activity that displays detailed habit information and related * Provides activity that displays detailed habit information and related
* classes. * classes.
*/ */
package org.isoron.uhabits.ui.habits.show; package org.isoron.uhabits.activities.habits.show;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.util.*; import android.util.*;
@ -26,7 +26,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -27,7 +27,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import butterknife.*; import butterknife.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -27,7 +27,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import butterknife.*; import butterknife.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.support.annotation.*; import android.support.annotation.*;
@ -27,7 +27,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.content.*; import android.content.*;
import android.util.*; import android.util.*;
@ -26,7 +26,7 @@ import android.widget.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.models.*; import org.isoron.uhabits.models.*;
import org.isoron.uhabits.tasks.*; import org.isoron.uhabits.tasks.*;
import org.isoron.uhabits.ui.common.views.*; import org.isoron.uhabits.activities.common.views.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
import java.util.*; import java.util.*;

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;
import android.annotation.*; import android.annotation.*;
import android.content.*; import android.content.*;

@ -19,6 +19,6 @@
/** /**
* Provides custom views that are used primarily on {@link * Provides custom views that are used primarily on {@link
* org.isoron.uhabits.ui.habits.show.ShowHabitActivity}. * org.isoron.uhabits.activities.habits.show.ShowHabitActivity}.
*/ */
package org.isoron.uhabits.ui.habits.show.views; package org.isoron.uhabits.activities.habits.show.views;

@ -17,9 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.intro; package org.isoron.uhabits.activities.intro;
import android.content.*;
import android.graphics.*; import android.graphics.*;
import android.os.*; import android.os.*;

@ -20,4 +20,4 @@
/** /**
* Provides activity that introduces app to the user and related classes. * Provides activity that introduces app to the user and related classes.
*/ */
package org.isoron.uhabits.ui.intro; package org.isoron.uhabits.activities.intro;

@ -18,6 +18,6 @@
*/ */
/** /**
* Provides classes for the Android user interface. * Provides classes for the Android activites.
*/ */
package org.isoron.uhabits.ui; package org.isoron.uhabits.activities;

@ -17,12 +17,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.settings; package org.isoron.uhabits.activities.settings;
import android.os.*; import android.os.*;
import org.isoron.uhabits.*; import org.isoron.uhabits.*;
import org.isoron.uhabits.ui.*; import org.isoron.uhabits.activities.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
/** /**

@ -17,7 +17,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.isoron.uhabits.ui.settings; package org.isoron.uhabits.activities.settings;
import android.app.backup.*; import android.app.backup.*;
import android.content.*; import android.content.*;
@ -25,7 +25,7 @@ import android.os.*;
import android.support.v7.preference.*; import android.support.v7.preference.*;
import org.isoron.uhabits.R; import org.isoron.uhabits.R;
import org.isoron.uhabits.ui.habits.list.*; import org.isoron.uhabits.activities.habits.list.*;
import org.isoron.uhabits.utils.*; import org.isoron.uhabits.utils.*;
public class SettingsFragment extends PreferenceFragmentCompat public class SettingsFragment extends PreferenceFragmentCompat

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save