Skip to content

Commit

Permalink
Merge pull request #17 from hyperdevs-team/task/update-ownership
Browse files Browse the repository at this point in the history
Update ownership to hyperdevs
  • Loading branch information
yamidragut authored May 18, 2021
2 parents 546c193 + 85136c4 commit fba1ad2
Show file tree
Hide file tree
Showing 82 changed files with 1,462 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Github issue (delete if this does not apply)
https://github.com/bq/mini-kotlin/issues/change_me_issue_number
https://github.com/hyperdevs-team/mini-kotlin/issues/change_me_issue_number

### PR's key points

Expand Down
44 changes: 42 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.iml
.gradle
.idea/
/local.properties
/.idea/workspace.xml
/.idea/libraries
Expand All @@ -19,6 +18,13 @@
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml
.idea/**/libraries-with-intellij-classes.xml

# Sensitive or high-churn files:
.idea/**/dataSources/
Expand All @@ -28,6 +34,7 @@
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle:
.idea/**/gradle.xml
Expand All @@ -43,19 +50,52 @@

# IntelliJ
/out/
*.iml
.idea/encodings.xml
.idea/vcs.xml
.idea/codeStyles/Project.xml
.idea/workspace.xml
.idea/tasks.xml
.idea/libraries
.idea/dictionaries
.idea/runConfigurations.xml
.idea/terminal.xml
.idea/inspectionProfiles/
.idea/jarRepositories.xml
.idea/modules
.idea/markdown-exported-files.xml
.idea/markdown-navigator.xml
.idea/markdown-navigator-enh.xml
.idea/markdown-navigator/
.idea/misc.xml
.idea/modules.xml
.idea/caches
.idea/compiler.xml
.idea/assetWizardSettings.xml
.idea/navEditor.xml
.idea/.name

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

Expand Down Expand Up @@ -168,4 +208,4 @@ gradle-app.setting
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

# End of https://www.gitignore.io/api/java,gradle,intellij,osx,windows,linux
# End of https://www.gitignore.io/api/java,gradle,intellij,osx,windows,linux
6 changes: 6 additions & 0 deletions .idea/copyright/Apache_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 26 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- No security issues fixed!

## [2.0.0] - 2021-05-01
### Changed
- Changed repo ownership to [hyperdevs-team](https://github.com/hyperdevs-team). Thanks [bq](https://github.com/bq) for all the work!
- Changed package names from `com.bq.*` to `com.hyperdevs.*`

## [1.4.0] - 2020-12-15
### Added
- Upgrade Kotlin to 1.4.21 and Kodein to 7.1.0, apart from other Android dependencies.
Expand Down Expand Up @@ -109,23 +114,24 @@ state (`success` or `failure`)
### Added
- Initial architecture release.

[Unreleased]: https://github.com/bq/mini-kotlin/compare/1.4.0...HEAD
[1.4.0]: https://github.com/bq/mini-kotlin/compare/1.3.3...1.4.0
[1.3.3]: https://github.com/bq/mini-kotlin/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/bq/mini-kotlin/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/bq/mini-kotlin/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/bq/mini-kotlin/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/bq/mini-kotlin/compare/1.1.2...1.2.0
[1.1.2]: https://github.com/bq/mini-kotlin/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/bq/mini-kotlin/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/bq/mini-kotlin/compare/1.0.9...1.1.0
[1.0.9]: https://github.com/bq/mini-kotlin/compare/1.0.8...1.0.9
[1.0.8]: https://github.com/bq/mini-kotlin/compare/1.0.7...1.0.8
[1.0.7]: https://github.com/bq/mini-kotlin/compare/1.0.6...1.0.7
[1.0.6]: https://github.com/bq/mini-kotlin/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/bq/mini-kotlin/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/bq/mini-kotlin/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/bq/mini-kotlin/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/bq/mini-kotlin/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/bq/mini-kotlin/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/bq/mini-kotlin/releases/tag/1.0.0
[Unreleased]: https://github.com/hyperdevs-team/mini-kotlin/compare/2.0.0...HEAD
[2.0.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.3.3...1.4.0
[1.3.3]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.1.2...1.2.0
[1.1.2]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.9...1.1.0
[1.0.9]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.8...1.0.9
[1.0.8]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.7...1.0.8
[1.0.7]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.6...1.0.7
[1.0.6]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/hyperdevs-team/mini-kotlin/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/hyperdevs-team/mini-kotlin/releases/tag/1.0.0
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mini
[![Release](https://jitpack.io/v/bq/mini-kotlin.svg)](https://jitpack.io/#bq/mini-kotlin)
[![Release](https://jitpack.io/v/hyperdevs-team/mini-kotlin.svg)](https://jitpack.io/#hyperdevs-team/mini-kotlin)

Mini is a minimal Flux architecture written in Kotlin that also adds a mix of useful features to build UIs fast.

Expand Down Expand Up @@ -184,21 +184,21 @@ Add the following dependencies to your app's `build.gradle`:

```groovy
dependencies {
def mini_version = "1.4.0"
def mini_version = "2.0.0"
// Minimum working dependencies
implementation "com.github.bq.mini-kotlin:mini-android:$mini_version"
kapt "com.github.bq.mini-kotlin:mini-processor:$mini_version"
implementation "com.github.hyperdevs-team.mini-kotlin:mini-android:$mini_version"
kapt "com.github.hyperdevs-team.mini-kotlin:mini-processor:$mini_version"
// RxJava 2 helper libraries
implementation "com.github.bq.mini-kotlin:mini-rx2:$mini_version"
implementation "com.github.bq.mini-kotlin:mini-rx2-android:$mini_version"
implementation "com.github.hyperdevs-team.mini-kotlin:mini-rx2:$mini_version"
implementation "com.github.hyperdevs-team.mini-kotlin:mini-rx2-android:$mini_version"
// Kodein helper libraries
implementation "com.github.bq.mini-kotlin:mini-kodein:$mini_version"
implementation "com.github.bq.mini-kotlin:mini-kodein-android:$mini_version"
implementation "com.github.hyperdevs-team.mini-kotlin:mini-kodein:$mini_version"
implementation "com.github.hyperdevs-team.mini-kotlin:mini-kodein-android:$mini_version"
// Testing helper libraries
androidTestImplementation "com.github.bq.mini-kotlin:mini-testing:$mini_version"
androidTestImplementation "com.github.hyperdevs-team.mini-kotlin:mini-testing:$mini_version"
}
```

Expand Down
20 changes: 19 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,31 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

/*
* Copyright 2021 HyperDevs
*
* Copyright 2020 BQ
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

//Android
android {
compileSdkVersion android_target_sdk
buildToolsVersion android_build_tools_version

defaultConfig {
applicationId "com.bq.mini"
applicationId "com.hyperdevs.mini"
minSdkVersion 21
targetSdkVersion android_target_sdk
versionCode android_version_code
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
~ Copyright 2021 HyperDevs
~
~ Copyright 2020 BQ
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.sample">
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/java/org/sample/SampleActivity.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright 2021 HyperDevs
*
* Copyright 2020 BQ
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.sample

import android.os.Bundle
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/java/org/sample/SampleData.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright 2021 HyperDevs
*
* Copyright 2020 BQ
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.sample

import mini.Action
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/java/org/sample/SampleRxActivity.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright 2021 HyperDevs
*
* Copyright 2020 BQ
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.sample

import android.os.Bundle
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2021 HyperDevs
~
~ Copyright 2020 BQ
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
~ Copyright 2021 HyperDevs
~
~ Copyright 2020 BQ
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/layout/home_activity.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2021 HyperDevs
~
~ Copyright 2020 BQ
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
Expand Down
Loading

0 comments on commit fba1ad2

Please sign in to comment.