Skip to content

Commit

Permalink
update documantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAsadi committed Aug 18, 2019
1 parent 8c1323a commit 0c68458
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [2018] [Ali Esa Assadi]
Copyright [2018] [Ali Asadi]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Expand Up @@ -8,7 +8,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 28/11/2018.
* Created by Ali Asadi on 28/11/2018.
*/
public class PowerPreference {

Expand Down
Expand Up @@ -7,7 +7,7 @@
import java.util.Map;

/**
* Created by Ali Esa Assadi on 12/01/2019.
* Created by Ali Asadi on 12/01/2019.
*/
public interface Preference {

Expand Down
Expand Up @@ -19,7 +19,7 @@
import java.util.Map;

/**
* Created by Ali Esa Assadi on 22/11/2018.
* Created by Ali Asadi on 22/11/2018.
*/
class PreferenceCreator implements Preference {

Expand Down
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;

/**
* Created by Ali Esa Assadi on 16/11/2018.
* Created by Ali Asadi on 16/11/2018.
*/
class PreferenceManager {
private static PreferenceManager singleton;
Expand Down
Expand Up @@ -4,7 +4,7 @@
import android.os.Parcelable;

/**
* Created by Ali Esa Assadi on 19/11/2018.
* Created by Ali Asadi on 19/11/2018.
*/
public class PreferenceItem implements Parcelable {
public String parentName;
Expand Down
Expand Up @@ -5,7 +5,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 19/11/2018.
* Created by Ali Asadi on 19/11/2018.
*/
public class PreferenceObject {
public SharedPreferences sharedPreferences;
Expand Down
@@ -1,7 +1,7 @@
package com.preference.model;

/**
* Created by Ali Esa Assadi on 19/11/2018.
* Created by Ali Asadi on 19/11/2018.
*/
public enum PreferenceType {
Boolean, String, Long, Float, Integer
Expand Down
Expand Up @@ -11,7 +11,7 @@
import android.support.annotation.Nullable;

/**
* Created by Ali Esa Assadi on 20/11/2018.
* Created by Ali Asadi on 20/11/2018.
*/
public class PreferenceProvider extends ContentProvider {

Expand Down
Expand Up @@ -15,7 +15,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 10/10/2018.
* Created by Ali Asadi on 10/10/2018.
*/
public class DebugActivity extends AppCompatActivity implements DebugContract.View,
DebugAdapter.PrefsListener, DialogUtils.OnSaveClicked {
Expand Down
Expand Up @@ -17,7 +17,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 10/10/2018.
* Created by Ali Asadi on 10/10/2018.
*/
public class DebugAdapter extends MultiTypeExpandableRecyclerViewAdapter<DebugAdapter.TitleViewHolder, ChildViewHolder> implements View.OnClickListener {

Expand Down
Expand Up @@ -12,7 +12,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 10/10/2018.
* Created by Ali Asadi on 10/10/2018.
*/
public interface DebugContract {

Expand Down
Expand Up @@ -12,7 +12,7 @@
import java.util.List;

/**
* Created by Ali Esa Assadi on 24/11/2018.
* Created by Ali Asadi on 24/11/2018.
*/
class DebugPresenter implements DebugContract.Presenter {

Expand Down
Expand Up @@ -12,7 +12,7 @@
import com.preference.model.PreferenceItem;

/**
* Created by Ali Esa Assadi on 05/12/2018.
* Created by Ali Asadi on 05/12/2018.
*/
public class DialogUtils {
public interface OnSaveClicked {
Expand Down
@@ -1,7 +1,7 @@
package com.preference.utils;

/**
* Created by Ali Esa Assadi on 30/11/2018.
* Created by Ali Asadi on 30/11/2018.
*/
public class WrongValueException extends IllegalArgumentException{
public WrongValueException(Object value) {
Expand Down

0 comments on commit 0c68458

Please sign in to comment.