All Projects → M1Dr05 → Istheapp

M1Dr05 / Istheapp

Licence: apache-2.0
Open-source android spyware

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Istheapp

MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-85.48%)
Mutual labels:  dagger2, rxjava2, rxkotlin
Kotlin Android Mvp Starter
Create/Generate your kotlin MVP projects easily
Stars: ✭ 270 (+45.16%)
Mutual labels:  rxjava2, rxkotlin, dagger2
Theatre
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
Stars: ✭ 577 (+210.22%)
Mutual labels:  rxjava2, rxkotlin, dagger2
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-49.46%)
Mutual labels:  rxkotlin, dagger2
Android Audiorecorder App
Android application to record audio. RxJava2, Dagger2, MVP, RoomDb.
Stars: ✭ 180 (-3.23%)
Mutual labels:  rxjava2, dagger2
Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-55.91%)
Mutual labels:  firebase, dagger2
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (-62.9%)
Mutual labels:  rxjava2, dagger2
Redgram For Reddit
An Open-Sourced Android Reddit Client
Stars: ✭ 106 (-43.01%)
Mutual labels:  rxjava2, dagger2
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-46.24%)
Mutual labels:  rxjava2, dagger2
Rxapp
Stars: ✭ 108 (-41.94%)
Mutual labels:  rxjava2, dagger2
Beaver
Android MVVM + Dagger 2 (Hilt) + JetPack project template
Stars: ✭ 144 (-22.58%)
Mutual labels:  firebase, dagger2
Open Source Android Weather App
☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Stars: ✭ 81 (-56.45%)
Mutual labels:  rxjava2, dagger2
Kuroba Experimental
Free and open source image board browser
Stars: ✭ 76 (-59.14%)
Mutual labels:  rxjava2, dagger2
Android Base
Android Clean Architecture MVP RESTful client template app
Stars: ✭ 87 (-53.23%)
Mutual labels:  rxjava2, dagger2
Price Tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Stars: ✭ 80 (-56.99%)
Mutual labels:  rxkotlin, dagger2
Refactoring Android App Series Overview
Overview of wonderful series started by Oday and Rakesh for refactoring android application under youtube channel Dry Code.
Stars: ✭ 101 (-45.7%)
Mutual labels:  rxjava2, dagger2
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+794.62%)
Mutual labels:  rxjava2, dagger2
Dagger2
Kotlin Dagger2 example project
Stars: ✭ 145 (-22.04%)
Mutual labels:  rxjava2, dagger2
Stepik Android
Android Application for Taking Open Courses on the Stepik Platform
Stars: ✭ 165 (-11.29%)
Mutual labels:  rxjava2, dagger2
Aiyagirl
🔥 爱吖妹纸(含 Kotlin 分支版本)——Retrofit + RxJava + MVP 架构 APP 体验代码家的干货集中营 Gank.io,福利多多,不容错过
Stars: ✭ 1,109 (+496.24%)
Mutual labels:  rxjava2, dagger2

IsTheApp v2.0.0

Open-source android spyware

The application is installed on the child's device as well as on the parent's device, in the login view the type of user is chosen.

Donate

The download of the IsTheApp app is 100% free. However, developing and supporting this project is hard work and costs real money. Please help support the development of this project for future features!

Feacture

  • Multiple Child clients
  • Hidden app icon (stealth mode)
  • Real-time location.
  • Recording calls: incoming/outgoing.
  • SMS: received/sent.
  • Environment recording.
  • Take pictures.
  • Keylogger.
  • Phishing social network.
  • Notifications received: Whatsapp, Instagram, Messenger.

Build this project

the application work with the api of firebase with which you will have to create a project in firebase and synchronize the application with such project. Firebase API

Enable the following development platforms on firebase: Authentication, realtime database and storage.

  • in authentication/sign-in method enable the email access provider

  • in firebase real-time database assign the following rules:

{
  "rules": {
    ".read": "auth != null",
      ".write": "auth != null"
  }
}
  • in firebase storage assign the following rules:
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if request.auth != null;
    }
  }
}
  • In the build.gradle assign the social network package of your preference. also you will have to recreate the view in xml of the social network
ext {
       PACKAGE_CHECK_SOCIAL = "\"PHISHING-SOCIAL_NETWORK\""
}

In the res/values/string.xml assign your APY_KEY_MAPS

  • Get the GOOGLE MAPS API KEY here
<string name="APY_KEY_MAPS">YOU_API_KEY_MAPS</string>

note: it is very important that accept all the necessary permissions for the application to work properly

Pictures

Disclaimer

The IsTheApp application is intended for legal and educational purposes ONLY. It is a violation of the law to install surveillance software on a mobile phone that you have no right to monitor.

IsTheApp is not responsible if the user does not follow the laws of the country and goes against it. If it is found that the user violates any law or spy in secret, he will be subject to sanctions that govern the legislation of the country.

License

Copyright [2019] [Rafael Mercado]

   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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].