- Android sms app source
- Android sms app source
- About
- Android Open Source Pro Bulk Sms Sender Application
- Version 1.1 Changes (1 Nov, 2019)
- Library Changes
- New Features
- Bug Fixes
- Android Open Source — SMS/application
- These are the Best Text Messaging apps for Android: Google Messages, Chomp SMS, Pulse SMS, and more!
- Messages
Android sms app source
This is the stock SMS app from AOSP, configured as an Android Studio project so that it can be built without having to download and compile all of AOSP. It builds with Build Tools version 29.0 using Android Studio 4.0.0
Please do NOT create bug reports here. Use https://issuetracker.google.com/issues?q=componentid:192810 instead. I’m not a Google et al. employee.
Because of the issue stated in the Note below, this app has been REMOVED FROM PLAY STORE until further notice. Only use the latest APK released here.
NOTE :
This app requires targetSdk set to 24. Any higher Sdk level causes notifications to disappear on Oreo and later devices. However, Google Play does not accept apps with targetSdk set to lower than 28. Therefore, the version you install from Play will experience missing notifications if you have Oreo and later device. In that case, do not install this app from Google Play, get the latest APK released here. It is built with targetSdk=24 .
How usable is this?
There’s a long list of branches and tags upstream and I really don’t know what they refer to, which ones are stable (if any). I’ve picked a few branches based on best judgement, but things are generally unstable.
For example, although minSdk is set to 19 for this app, it’s been unusable on all but latest API level for some time, and its developers do not seem to notice the backward incompatible changes they’ve committed until someone steps up and complains.
The code base looks abandoned, and whatever commits have been made seem to serve some engineer’s narrow interest to test something new in the AOSP stack.
Fixes, if any, are mostly band-aid like workarounds.
API level differences are buried in a soup of if-then-else code paths, instead of properly extending and making use of Java’s polymorphic features. There’s, however, a ridiculously over-engineered data layer considering the fact that this app only displays items in a Listview with no means to categorize, query, sort, etc.
Overall it’s been quite an unpleasant experience and distasteful glimpse into a part of AOSP for me, that reaffirmed my doubts on the quality of open source code as shared with the public.
How to work on this?
Just clone the repo. Android Studio’s Open Project dialog should recognize that folder as a valid Android project. Select it, and click Open. The rest should be handled by Android Studio.
How different is this from the original one in AOSP?
Источник
Android sms app source
QKSMS is an open source replacement to the stock messaging app on Android. It is currently available on the Google Play Store and on F-Droid
A great bug report contains a description of the problem and steps to reproduce the problem. We need to know what we’re looking for and where to look for it.
When reporting a bug, please make sure to provide the following information:
- Steps to reproduce the issue
- QKSMS version
- Device / OS information
If you’d like to add translations to QKSMS, please join the project on Crowdin. Translations that are committed directly to source files will not be accepted.
A special thank you to Jake (@klinker41) and Luke Klinker (@klinker24) for their work on android-smsmms, which has been an unspeakably large help in implementing MMS into QKSMS.
QKSMS is developed and maintained by Moez Bhatti. Feel free to reach out to moez@qklabs.com
QKSMS is released under the The GNU General Public License v3.0 (GPLv3), which can be found in the LICENSE file in the root of this project.
About
The most beautiful SMS messenger for Android
Источник
Android Open Source Pro Bulk Sms Sender Application
Pro Bulk Sms Sender app is an open-source Android application with a material design theme. A simple easy to use Android app for sending bulk SMS to multiple recipients. It is a powerful open-source application and small in size. It allows us to send customized SMS messages through their carrier network to all contacts that are listed in a .txt input file.
You can download the sample contact list file from this link.
Demo of Pro Bulk Sms Sender App
This app is quite simple and the architecture implemented is MVVM.
Steps how to use the Pro Bulk Sms Sender App
- Configure the SMS pause interval in the settings section.
- Select the contact (phone numbers) list file from File Manager. Also, make sure that the file contains one number in a single file.
- Write the message you want to send to your recipients.
- Finally, press the send message button on the right side of the app-bar.
Features of Bulk Sms Sender
Here is the list of features that you can find in this project. You can get the link to download the source code at the end of this article.
Note: It is a good project for learning purpose but it has a major flaw. You must add valid numbers inside the .txt file of contacts. Please do not add alphabets or any other non-phone number digit inside that file. The file should be straight forward, every line contains one phone number.
Version 1.1 Changes (1 Nov, 2019)
First of all, I apologize to all the regular users of my Android Bulk SMS app. I said in the first release I’ll update the app frequently but got soo much busy in my office work and didn’t get a chance to update.
In this release of Bulk SMS, I update almost all the internal working and fixes a lot of bugs. Here is the change list.
Library Changes
- Removed Dagger2 and added koin dependency injection.
- Removed Gson and added the Kotlinx-Serialization dependency.
- Removed HttpLoggingInterceptor .
- Added the Crashlytics Support.
- Added Kotlinx Serialization.
New Features
- Added the support for Dual Sim configuration.
- Now you can cancel the on-going bulk SMS operation.
- Easy to track how many SMS sent and how much remains with on-going notification.
- Added the live update on the History screen for Bulk-SMS operation change.
- Added the support to send long SMS.
- Added the support to send bulk SMS to at-least 1000 users. I already tested with 1000 numbers.
Bug Fixes
- [FIXED] Performance update for sending Bulk SMS.
- [FIXED] Restart the Bulk SMS operation if the user closed the application during the on-going operation. Now you can simply close the application (if you want) after sending Bulk SMS the process won’t restart from the beginning.
- [FIXED] Application crash when sending long SMS.
- [FIXED] Application crash when sending Bulk SMS to more than 100 contacts.
Added the whole list of Playlist on Youtube for get-started go check it out.
Download Source Code
The source code of the Android Bulk Sms Sender application can be found here on this link.
If you like it please don’t forget to hit the like ♥️ button below. Also if you’ve any other feature in mind tell me in the comments section.
Источник
Android Open Source — SMS/application
- SMS
- onlinesms_android
Android app for online sms
Score:11 Activity:1 Min SDK:8 Target SDK:16 Java File:4 Manifest File:1 - ShellMS
ShellMS — ADB Shell SMS APP
Score:11 Activity:1 Min SDK:8 Target SDK:21 Java File:3 Manifest File:1 - ownCloud-SMS-App
repository for the ownCloud SMS App on Android
Score:10 Activity:2 Min SDK:11 Target SDK:19 Java File:23 Manifest File:1 - droidling
SMS Linguistics (Android app)
Score:8 Activity:8 Min SDK:7 Target SDK:17 Java File:28 Manifest File:1 - android-timeline
Test app to combine all activities occur in android(SMS, CALL, GOOGLE PLAY).
Score:4 Activity:1 Min SDK:14 Target SDK:17 Java File:10 Manifest File:1 - cordova-sms-plugin-test
This is a test Apache Cordova application for a Sms Custom Cordova Plugin.
Score:4 Activity:1 Min SDK:8 Java File:93 Manifest File:2 - ResetUnreadSms
Android application which removes sneaky unread flags to sms
Score:4 Fragment:1 Activity:2 Min SDK:3 Java File:5 Manifest File:2 - athg2sms
«Anything to SMS (CSV, XML, SQL)» Android App source code
Score:3 Activity:9 Min SDK:4 Target SDK:19 Java File:27 Manifest File:1 - roodroid
An Android app to route SMS.
Score:3 Activity:15 Java File:37 Manifest File:1 - MultiChoice
SMS Based Android Application
Score:2 Activity:7 Min SDK:5 Target SDK:7 Java File:34 Manifest File:2 - giant_fleece_blanket
Auto responding SMS Android application.
Score:2 Fragment:8 Activity:3 Java File:40 Manifest File:1 - SmsBiljettSL
Android-app f?r att skapa SMS-biljetter f?r SL. Baserat p? Appego’s Iphone-variant
Score:1 Activity:1 Min SDK:8 Target SDK:18 Java File:2 Manifest File:1 - Babysitter-Cloverlabs
A app use sms to set alarm , base on singularity entity.
Score:1 Activity:5 Min SDK:7 Java File:49 Manifest File:1 - Status-Butler
Android app that pushes content to Google+ via SMS
Score:1 Activity:18 Min SDK:8 Target SDK:11 Java File:24 Manifest File:3 - LheidoSMS-old
Sms app for android
Score:1 Fragment:1 Activity:2 Min SDK:14 Target SDK:19 Java File:13 Manifest File:1 - ComicIM-2.0
SMS Android application.
Score:1 Activity:3 Min SDK:7 Java File:14 Manifest File:3 - SmsCripter
Sms cryptography android app.
Activity:3 Min SDK:10 Target SDK:10 Java File:8 Manifest File:1 - MsgLighter
An app to light up screen when sms comes.
Activity:3 Min SDK:7 Target SDK:17 Java File:7 Manifest File:1 - MessageManager
a SMS application on android
Activity:5 Min SDK:14 Target SDK:19 Java File:11 Manifest File:1 - mobilparkolas
Android application for SMS parking in Hungary
Activity:3 Min SDK:8 Target SDK:17 Java File:3 Manifest File:1 - SMSBooker
SMS Booker Android application
Activity:10 Min SDK:14 Java File:42 Manifest File:1 - OOOSMS
Out Off Office for SMS Android App.
Fragment:2 Activity:1 Min SDK:14 Target SDK:19 Java File:4 Manifest File:1 - ATM_ANDROID
SMS interevention application for android.
Activity:31 Min SDK:11 Target SDK:17 Java File:41 Manifest File:1 - ProjetSynSMS114
Application Android pour l’envoi d’un SMS au 114 en cas d’urgence
Activity:11 Java File:29 Manifest File:1 - fake-sms
A simple and tricky android app for my first in Github 😉
Activity:1 Min SDK:8 Target SDK:16 Java File:2 Manifest File:1 - MessagingApp
Sms application for Android
Activity:4 Java File:10 Manifest File:1 - KitKatSms
Default SMS sample application for Android Kitkat
Activity:2 Min SDK:19 Target SDK:19 Java File:6 Manifest File:1 - SMSText
SMSText is a small Android app, created by Janos Szuromi. It converts Hungarian characters to characters which are counted as 1 char in an sms.
Activity:3 Min SDK:7 Target SDK:19 Java File:3 Manifest File:1 - DELAY_SMS
An Android application which people to cancel their sent SMS in a certain period
Activity:1 Min SDK:14 Target SDK:18 Java File:1 Manifest File:1 - Blend
Android SMS Application
Fragment:1 Activity:4 Java File:31 Manifest File:3 - AutoSMS
An Android app about auto SMS
Activity:2 Min SDK:8 Target SDK:17 Java File:7 Manifest File:1 - fido
FI??O is a Dogecoin SMS tipping app for Android.
Fragment:5 Activity:2 Java File:5 Manifest File:1 - Instant_SMS
practicing android app development
Activity:3 Min SDK:8 Target SDK:21 Java File:4 Manifest File:1 - SMSToDo
An Android-Based SMS Application
Activity:2 Min SDK:8 Target SDK:17 Java File:9 Manifest File:1 - smsportal-app
SMS Portal App
Activity:1 Min SDK:8 Target SDK:19 Java File:7 Manifest File:1 - sms_modi
a small sms modification android app
Activity:6 Min SDK:14 Target SDK:16 Java File:8 Manifest File:1 - SLIP
A no-frills android application used to buy SMS tickets for public transport in Stockholm, Sweden.
Activity:2 Min SDK:14 Target SDK:18 Java File:3 Manifest File:1 - Raven
SMS Translator android app
Activity:6 Min SDK:11 Target SDK:20 Java File:27 Manifest File:1 - DrawSMS
Draw SMS — app for Android
Activity:2 Min SDK:3 Target SDK:8 Java File:8 Manifest File:1 - SwipeTextApp
A simple SMS app to demonstrate Android functionality
Activity:3 Min SDK:11 Target SDK:18 Java File:10 Manifest File:1 - Speak-SMS
A old application to speak SMS wrote around Android 2.2 days.
Activity:2 Min SDK:6 Java File:12 Manifest File:1 - tpf873
Android app to by bus tickets via SMS — Only useful if you live in Fribourg and uses TPF Bus.
Activity:1 Java File:1 Manifest File:1 - SMS-Spammer-Android
SMS Spamming app for android — for educational purpose only.
Activity:1 Java File:1 Manifest File:1
Источник
These are the Best Text Messaging apps for Android: Google Messages, Chomp SMS, Pulse SMS, and more!
As chat platforms like WhatsApp and Telegram have become popular over the last several years, the good old SMS had to take a back seat. Still, SMS messages aren’t going anywhere anytime soon. Text messaging is still quite popular in countries like the US, and while your friends and family may not be pinging you on SMS as much, you’re still likely getting dozens of text messages from companies and service providers every day. To keep track of all these text messages on your Android phone, you need a good app. While the pre-installed apps work fine most of the time, they’re relatively barebones. So we’ve selected the best text messaging apps for Android you can download right now.
Messages
Previously known as Android Messages, the Messages app from Google is the company’s official app for texting and RCS messages. It comes pre-installed on Google’s Pixel series and select other phones but other Android users can download it from Google Play.
The Messages app packs support for sending text messages via your computer or pretty much any device that has a browser. Additionally, there are basic theming options, search support, spam protection, and a lot more. You can also send group texts, emojis, GIFs, stickers, videos, and audio messages using the app. Moreover, you get the power of Google Assistant right in your texting app.
Messages is free to download and use. New versions of the app have also been updated to support Google’s Material You theming.
Источник