GithubHelp home page GithubHelp logo

felixb / smsdroid Goto Github PK

View Code? Open in Web Editor NEW
115.0 12.0 73.0 5.13 MB

SMSdroid is yet an other sms reader for android phones, working together with all the others via intents

License: GNU General Public License v3.0

Java 98.81% HTML 1.19%

smsdroid's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smsdroid's Issues

resource leak: database cursor not closed

Dear developers,

The database cursor used in the fetchMmsParts() method of Message class is not closed.

https://github.com/felixb/smsdroid/blob/master/SMSdroid/src/main/java/de/ub0r/android/smsdroid/Message.java

Cursor cursor = cr.query(URI_PARTS, null, PROJECTION_PARTS[INDEX_MID] + " = ?",
                new String[]{String.valueOf(id)}, null);
        if (cursor == null || !cursor.moveToFirst()) {
            return;
        }

If the cursor is empty but not null (moveToFirst() returns false), the method will return early and the cursor will be left open. Is it a bug? Thanks.

Message text box size doesn't change

The sms message box doesn't change its size during text input. If there are more than two lines, I cannot see the last line if text.
Nexus 5, Android 6.0

ur0lib

Hi,

I am trying to build to smsdroid in eclipse. After including the ur0lib as a project in the build path all the missing refernces a re resolved but only the generated class R is not resolved, i.e. the key "ic_contact_picture" can not be resolved in smsdroid,

do you have an idea what am I doing wrong?

Tx,
Igal

SMSDroid

Can the SMSDroid be as a composer and not only as a reader?

Option to chose weather to send via WebSMS or natively

Hi Felix,

Another thing I'd like to ask is if it possible to choose weather SMSdroid will send message or it will be sent via WebSMS.

I like using WebSMS as a relay only when I'm roaming, but in other cases is prefer that SMSdroid sends them the regular way.

Thanks.

Can't receive new SMS

Dear Developer,
I installed a cooked rom on my Asus TF300TG (http://forum.xda-developers.com/showthread.php?t=2425390).
Unfortunately, the dev of the ROM missed to add an app for sending and receiving SMS.

With SMSDroid I can read the SMSs, but don't receive at all new SMSs.

App as ZERO Comunicazione (https://play.google.com/store/apps/details?id=com.jb.zerosms&hl=it) works very well, but I prefer open-source apps like yours.

Let me know if you need some other info.

Thank you very much in advance,
Domenico

Additional Information in SMSdroid (suggestion)

Hey,
it would be great if one could see how much characters are left (or already in use) during writing a message E. g.:
for one SMS: 105/160
for more: 167/320

Additional (but I know, that could be more complicated) it would be great to see how much free sms (see the info "Guthaben: 3/10" for GMX connector) are left.

Hopefully some good ideas. But its not a showstopper at all.

greetz!
Stefan

Notifications always active

Hi Felix,

I've noticed that the notifications are always active, even when SMSdroid is not the default SMS app. Could this be tweaked somehow?

I've tried to disable them as I occasionally switch to the built in SMS app (because of the dual SIM phone), but then of course I forget to switch notifications back on again, which creates additional problems.

Other messaging apps do not notify me unless they are the default ones for SMS.

Double notification sound on SMS arrival..

Hi,
on Lollipop whenever a message arrives the notification is done twice-is SMSDroid perhaps listening to SMS_DELIVERED AND SMS_RECEIVED broadcasts?
Best,
Cactus World

tags for last versions missing

Last version reported in releases/ is still 1.7.2 – while there already were multiple releases, the latest being 1.7.6. Could you please at least add the 1.7.6 tag and add the APK to it (and then, also for future releases)? Thanks!

Feature request: Strip Unicode

Nice, plain and simple app, looking a bit dated but gets the job done, but I have a pet peeve.

In my language (Czech), lots of words use diacritics (letters ě, š, č, á, í etc.). Because the text is completely legible even if you use the non-augmented version of the letters in your message, and because the diacritics detracts from the number of characters you can send in one SMS, it's desirable to always write without diacritics. However, the majority of soft keyboards automatically "fix" your diacritics-less words. This is desirable in most cases, but not when writing texts, and it's annoying to keep fixing them back.

Most SMS apps have an option to strip Unicode characters before sending (some even do it smartly and only do it if it has an effect, i.e. if the message is longer than 70 characters) and leave only the GSM alphabet, but not SMSdroid, which is the only thing keeping me from using it full-time.

Thank you for considering this feature.

Any chance on having a recent version pushed to F-Droid?

I'd love to start using this app, and an app store/repo would be the most convenient way for me to get it. Unfortunately, it looks like the latest version on F-Droid is two and a half years old. Can a more recent version, 1.6.9 for example, be sent to the F-Droid repository?

"Mark button" or "select button" not working well

Expected behavior

"Mark all" or "select" messages button on SMSdroid app is expected to be used to mark messages for either marking them as read or unread or probably to select messages to delete from the SMS folder

Actual behavior

The "Mark button" or "select button" found on SMSdroid app doesn't mark messages, rather the response it will give is "mark all as read" and there's nothing been marked

How to reproduce

Download SMSdroid App from Google play store on your android device, the mark or select button is found at the right top corner of the app, short press or long press the button to use the function, the response is not different from what is said above and no action is taken

  • Browser: SmsDroid App
  • Operating system: Android 7.0 nougat
  • Phone: Camon CX air

Recording Of The Bug

https://youtu.be/qz4fn14dkSQ



Posted on Utopian.io - Rewarding Open Source Contributors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.