Skip to content

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
martino2k6 committed Aug 19, 2016
1 parent 9f84563 commit 36ca3a3
Show file tree
Hide file tree
Showing 33 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local.properties
# OSX
.DS_Store

# Aneko
# AndNeko
play.json
release.keystore
secrets.tar
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ deploy:
secure: Y/0slou0THCqA9lQ6G7M4HbkVW+EI4ZQmfBcm3Mv+NGwSSmdFUWR9VsmHmScp2d4pxwRIm1wcAKMma7ApGDUxDx22qh1OCkN8u7hiahCjoBNWK5YL62Q0Kn6DoFJkVVGKAegVbRq3199n16jG3Z2z6Gz++NBXwwyAR2eRk8o5utVnSX1IKnfAqEJEkjxqaAjRh8hAC7B8ZSNysNdRE7bvTfBgzwpb2XUXXZLsvLuMQ1NFTmZ75BBEi/IJjtoViaTOn0UsaeA7SAY2DC6TGUOnE2F5b3uYPNgqgk57QTBzM5Zt4ETlxkz8V8tYhz4A2Azyql5aDemUDfCDFiu2umUkBrYll5km3viRhE2OExtnsyWhSX6tExObhb7z3Cw8MjumN+7LKh6wVPadCot1E9qpTd7UjPlGmyviFLlRcTAAK/3zEvJQjg1cd7mxdRlWvDzZM2pMGPtJDljV4342mARYqP3rvTCRn/0/d3i/9pZDZLujQVcqVBC1qLQkn5ssPCygyelX8CDcfBT6dpw1yfqIl9VlmtteNzqTBsWBJ5Sc4g0rYQEhxdgRraWYxeOE+63UEmJb42R3URGmXgiRe9Bv9I2R37qrhTRp2MeK3M/nUb2Bt1MtQWYsFTWt4KfWrJNBJGGo/Y7TZs/+km5mCxSYJkx/q34ZFYMAa/UfV7nF+U=
file_glob: true
file:
- "app/build/outputs/apk/Aneko-*-release.apk"
- "app/build/outputs/apk/AndNeko-*-release.apk"
- "app/build/outputs/lint-results-debug.xml"
- "app/build/outputs/mapping/release/mapping.txt"
skip_cleanup: true
on:
repo: martino2k6/aneko
repo: martino2k6/andneko
branch: master
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Android Neko, *aneko*
[![Build Status](https://travis-ci.org/martino2k6/aneko.svg)](https://travis-ci.org/martino2k6/aneko)
# Android Neko, *AndNeko*
[![Build Status](https://travis-ci.org/martino2k6/andneko.svg)](https://travis-ci.org/martino2k6/andneko)
[![Apache2 licensed](https://img.shields.io/badge/license-Apache-blue.svg)](./LICENSE.txt)

TODO
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.github.triplet.play'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

def app = "Aneko"
def app = "AndNeko"
def versions = new Properties();
versions.load(file("${project.rootDir}/version.properties").newDataInputStream())

Expand All @@ -28,7 +28,7 @@ android {
buildToolsVersion '24.0.1'

defaultConfig {
applicationId 'net.orange_box.aneko'
applicationId 'net.orange_box.andneko'

minSdkVersion 15
targetSdkVersion 24
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ limitations under the License.

<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="net.orange_box.aneko">
package="net.orange_box.andneko">

<!-- permissions -->
<uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

<application
android:icon="@drawable/awake_neko"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.App"
android:allowBackup="true"
android:fullBackupContent="true">

<!-- activities -->
<activity
android:name=".HomeActivity"
android:name="net.orange_box.andneko.HomeActivity"
android:label="@string/title_home">

<intent-filter>
Expand All @@ -44,7 +44,7 @@ limitations under the License.

<!-- services -->
<service
android:name=".FloatingService"
android:name="net.orange_box.andneko.FloatingService"
android:label="@string/app_name"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.content.Context
import android.content.res.Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.orange_box.aneko
package net.orange_box.andneko

import android.accessibilityservice.AccessibilityService
import android.accessibilityservice.AccessibilityServiceInfo
Expand Down Expand Up @@ -187,7 +187,7 @@ class FloatingService :
getService<NotificationManager>(Context.NOTIFICATION_SERVICE).notify(
0,
NotificationCompat.Builder(this)
.setSmallIcon(android.R.drawable.sym_def_app_icon)
.setSmallIcon(R.drawable.ic_stat_icon)
.setWhen(Date().time)
.setContentTitle(getString(R.string.notification_permissions_title))
.setContentText(getString(R.string.notification_permissions_content))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.os.Bundle
import android.support.v7.app.AppCompatActivity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import java.util.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

internal class PathGraph(
private val left: Int,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

internal data class PathLocation(val x: Int, val y: Int)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.content.Context
import android.content.SharedPreferences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.content.res.Resources
import android.graphics.Bitmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.annotation.TargetApi
import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.app.AlertDialog
import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.graphics.Point
import android.support.annotation.DrawableRes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package net.orange_box.aneko
package net.orange_box.andneko

import android.support.annotation.DrawableRes

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/play/en-US/listing/fulldescription
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Aneko is an adaptation of the popular cross-platform and open-source Neko program, which chases you around.
AndNeko is an adaptation of the popular cross-platform and open-source Neko program, which chases you around.

Aneko will act as an accessibility service, watching for items being tapped on the screen and running towards them. How the screenmate looks, runs, and acts can all be customized in the settings.
AndNeko will act as an accessibility service, watching for items being tapped on the screen and running towards them. How the screenmate looks, runs, and acts can all be customized in the settings.

The app is distributed under the Apache 2.0 License and the source can be found at https://github.com/martino2k6/aneko. Original credits go to its original creator, Kenji Gotoh, and everyone else that contributed to Neko since its inception.
The app is distributed under the Apache 2.0 License and the source can be found at https://github.com/martino2k6/andneko. Original credits go to its original creator, Kenji Gotoh, and everyone else that contributed to Neko since its inception.
Binary file modified app/src/main/play/en-US/listing/icon/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/play/en-US/listing/title
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Aneko
AndNeko
Binary file added app/src/main/res/drawable-hdpi/ic_stat_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-mdpi/ic_stat_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xhdpi/ic_stat_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xxhdpi/ic_stat_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions app/src/main/res/values/strings-translatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ limitations under the License.

<!-- translatable literal strings -->
<resources>
<string name="aneko">Aneko</string>
<string name="aneko_requires_to">Aneko requires to inspect the elements on the screen in order to figure out the position where the screenmate should run to.</string>
<string name="andneko">AndNeko</string>
<string name="andneko_requires_to">AndNeko requires to inspect the elements on the screen in order to figure out the position where the screenmate should run to.</string>

<string name="big">Big</string>
<string name="biggest">Biggest</string>
Expand All @@ -30,11 +30,11 @@ limitations under the License.
<string name="change_how_smooth">Change how smooth the movement of the screenmate will be. Higher values will increase the smoothness, at the cost of increased memory consumption.</string>
<string name="change_the_screenmate">Change the screenmate which will be chasing you on the screen.</string>

<string name="disable_aneko">Disable Aneko.</string>
<string name="disable_andneko">Disable AndNeko.</string>
<string name="dog">Dog</string>

<string name="enabled">Enabled</string>
<string name="enable_aneko">Enable Aneko.</string>
<string name="enable_andneko">Enable AndNeko.</string>

<string name="fast">Fast</string>

Expand All @@ -51,9 +51,9 @@ limitations under the License.
<string name="not_applicable_for">Not applicable for this version of Android.</string>

<string name="permissions">Permissions</string>
<string name="permissions_are_required">Permissions are required for Aneko to draw on the screen. Tap on this preference to open the permission settings and grant them.</string>
<string name="permissions_for_aneko">Permissions for Aneko have been granted.</string>
<string name="permissions_need_to">Permissions need to be granted in order for Aneko to draw on the screen.</string>
<string name="permissions_are_required">Permissions are required for AndNeko to draw on the screen. Tap on this preference to open the permission settings and grant them.</string>
<string name="permissions_for_andneko">Permissions for AndNeko have been granted.</string>
<string name="permissions_need_to">Permissions need to be granted in order for AndNeko to draw on the screen.</string>

<string name="sakura">Sakura</string>
<string name="size">Size</string>
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ limitations under the License.
<resources>
<!-- generic -->

<string name="app_name">@string/aneko</string>
<string name="accessibility_description">@string/aneko_requires_to</string>
<string name="app_name">@string/andneko</string>
<string name="accessibility_description">@string/andneko_requires_to</string>

<!-- activity titles -->

Expand All @@ -30,12 +30,12 @@ limitations under the License.

<string name="settings_enabled">enabled</string>
<string name="settings_enabled_title">@string/enabled</string>
<string name="settings_enabled_summary_on">@string/disable_aneko</string>
<string name="settings_enabled_summary_off">@string/enable_aneko</string>
<string name="settings_enabled_summary_on">@string/disable_andneko</string>
<string name="settings_enabled_summary_off">@string/enable_andneko</string>

<string name="settings_permissions">permissions</string>
<string name="settings_permissions_title">@string/permissions</string>
<string name="settings_permissions_summary_on">@string/permissions_for_aneko</string>
<string name="settings_permissions_summary_on">@string/permissions_for_andneko</string>
<string name="settings_permissions_summary_off">@string/permissions_are_required</string>

<string name="settings_screenmate">screenmate</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/accessibility.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ limitations under the License.
android:description="@string/accessibility_description"
android:accessibilityEventTypes="typeAllMask"
android:accessibilityFeedbackType="feedbackVisual"
android:settingsActivity="net.orange_box.aneko.HomeActivity"
android:settingsActivity="net.orange_box.andneko.HomeActivity"
android:canRetrieveWindowContent="true"/>

0 comments on commit 36ca3a3

Please sign in to comment.