Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
1813b763
Commit
1813b763
authored
Apr 27, 2019
by
Nihar Thakkar
Browse files
Add copyright header
parent
66e9e44a
Changes
124
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/apps/home/model/HomeModelInterface.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.home.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/home/viewmodel/HomeViewModel.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.home.viewmodel
import
android.arch.lifecycle.MutableLiveData
...
...
app/src/main/java/foundation/e/apps/home/viewmodel/HomeViewModelInterface.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.home.viewmodel
import
android.arch.lifecycle.MutableLiveData
...
...
app/src/main/java/foundation/e/apps/search/SearchFragment.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search
import
android.app.Activity
...
...
@@ -24,7 +41,7 @@ import foundation.e.apps.R
import
foundation.e.apps.application.model.Application
import
foundation.e.apps.applicationmanager.ApplicationManager
import
foundation.e.apps.common.ApplicationListAdapter
import
foundation.e.apps.search.view
M
odel.SearchViewModel
import
foundation.e.apps.search.view
m
odel.SearchViewModel
import
foundation.e.apps.utils.Constants
import
foundation.e.apps.utils.Constants.SUGGESTION_KEY
...
...
app/src/main/java/foundation/e/apps/search/model/SearchElement.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/search/model/SearchModel.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.model
import
android.arch.lifecycle.MutableLiveData
...
...
@@ -61,8 +78,7 @@ class SearchModel : SearchModelInterface {
}
else
{
this
.
applicationList
.
value
=
applicationList
}
}
else
{
}
else
{
screenError
.
value
=
Error
.
NO_RESULTS
}
}
else
{
...
...
app/src/main/java/foundation/e/apps/search/model/SearchModelInterface.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/search/model/SearchSuggestionsTask.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/search/view
M
odel/SearchViewModel.kt
→
app/src/main/java/foundation/e/apps/search/view
m
odel/SearchViewModel.kt
View file @
1813b763
package
foundation.e.apps.search.viewModel
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.viewmodel
import
android.arch.lifecycle.MutableLiveData
import
android.arch.lifecycle.ViewModel
...
...
app/src/main/java/foundation/e/apps/search/view
M
odel/SearchViewModelInterface.kt
→
app/src/main/java/foundation/e/apps/search/view
m
odel/SearchViewModelInterface.kt
View file @
1813b763
package
foundation.e.apps.search.viewModel
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.search.viewmodel
import
android.arch.lifecycle.MutableLiveData
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/settings/SettingsFragment.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.settings
import
android.os.Bundle
...
...
@@ -5,7 +22,7 @@ import android.support.v7.preference.CheckBoxPreference
import
android.support.v7.preference.ListPreference
import
android.support.v7.preference.PreferenceFragmentCompat
import
foundation.e.apps.R
import
foundation.e.apps.UpdatesManager
import
foundation.e.apps.
updates.
UpdatesManager
class
SettingsFragment
:
PreferenceFragmentCompat
()
{
...
...
app/src/main/java/foundation/e/apps/updates/UpdatesFragment.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates
import
android.arch.lifecycle.Observer
...
...
@@ -18,7 +35,7 @@ import foundation.e.apps.application.model.Application
import
foundation.e.apps.application.model.State
import
foundation.e.apps.applicationmanager.ApplicationManager
import
foundation.e.apps.common.ApplicationListAdapter
import
foundation.e.apps.updates.view
M
odel.UpdatesViewModel
import
foundation.e.apps.updates.view
m
odel.UpdatesViewModel
class
UpdatesFragment
:
Fragment
()
{
private
lateinit
var
updatesViewModel
:
UpdatesViewModel
...
...
app/src/main/java/foundation/e/apps/UpdatesManager.kt
→
app/src/main/java/foundation/e/apps/
updates/
UpdatesManager.kt
View file @
1813b763
package
foundation.e.apps
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates
import
android.content.Context
import
android.preference.PreferenceManager
import
android.util.Log
import
androidx.work.*
import
foundation.e.apps.R
import
foundation.e.apps.updates.model.UpdatesWorker
import
foundation.e.apps.utils.Constants
import
java.util.concurrent.TimeUnit
...
...
app/src/main/java/foundation/e/apps/updates/UpdatesNotifier.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates
import
android.app.Notification
...
...
app/src/main/java/foundation/e/apps/updates/model/OutdatedApplicationsFileReader.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/updates/model/OutdatedApplicationsFinder.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/updates/model/UpdatesModel.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
android.arch.lifecycle.MutableLiveData
...
...
app/src/main/java/foundation/e/apps/updates/model/UpdatesModelInterface.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
android.content.Context
...
...
app/src/main/java/foundation/e/apps/updates/model/UpdatesWorker.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
android.Manifest
...
...
app/src/main/java/foundation/e/apps/updates/model/UpdatesWorkerInterface.kt
View file @
1813b763
/*
Copyright (C) 2019 e Foundation
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 <https://www.gnu.org/licenses/>.
*/
package
foundation.e.apps.updates.model
import
foundation.e.apps.application.model.Application
...
...
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment