Coder Social home page Coder Social logo

android-smspopup's Introduction

Donate to the project via the Google Play Store.

Donate to the project via PayPal:

An Android application that intercepts incoming text messages and displays them in a popup window (activity). The popup window shows the contact the message came from and their contact photo (if there is one) as well as the content of the message. Directly from the popup the user is given the option to Close the popup (marking the message read) or Reply to the message (using a system intent).

The more recent versions of SMS Popup also have a full notifications system built in - this allows a user to disable the built in messaging app notifications and use those from SMS Popup. The notifications system has additional options such as custom vibrate pattern, custom LED color and the ability to remind the user of a missed message in case they missed the notification the first time it played.

Screenshots:

http://1.bp.blogspot.com/-4GS9Bm49RXQ/T4m7dFvTUjI/AAAAAAACZMg/2htGt3stvaY/s480/screenshot1.png http://2.bp.blogspot.com/-kIyzBkSkVPw/T4m7d6Yp3LI/AAAAAAACZMo/l7pbnkAUghg/s480/screenshot2.png
http://1.bp.blogspot.com/-CkVJbY1wvSE/T4m7eXNlpZI/AAAAAAACZMw/onzhnAYbUa8/s480/screenshot3.png http://3.bp.blogspot.com/-dySIUf4pu9U/T4m7e-E5qAI/AAAAAAACZM4/QuoNF1xieOM/s480/screenshot4.png
http://4.bp.blogspot.com/-GOdUK2NGMLQ/T4m7fK1tWmI/AAAAAAACZNA/o1a2PZ5Ezus/s480/screenshot5.png http://1.bp.blogspot.com/-IyZY19XaMn0/T4m7gO0U_jI/AAAAAAACZNI/ZUgTQbtQXCc/s480/screenshot6.png
http://1.bp.blogspot.com/-P3zo6f20w6U/T4m7gs3c0FI/AAAAAAACZNQ/dCqv3UMHrq8/s480/screenshot7.png http://3.bp.blogspot.com/-Bc8hgiuhRB0/T4m7g9oOQgI/AAAAAAACZNY/3y34fyxNB1w/s480/screenshot8.png
http://3.bp.blogspot.com/-xj3wPGz8AvM/T4m7hcI7ELI/AAAAAAACZNg/n4RzqvGOX1Y/s480/screenshot9.png

android-smspopup'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

Watchers

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

android-smspopup's Issues

Add QR links at the project home

It would be nice to have a QR image to link the apk.
I've found and tried: http://qrcode.kaywa.com/.
Easy and fast.

http://qrcode.kaywa.com/img.php?s=5&d=http%3A%2F%2Fandroid-smspopup.googlecode.c
om%2Ffiles%2FSMSPopup-1.0.0-rc5.apk


Original issue reported on code.google.com by [email protected] on 27 Oct 2009 at 3:01

Enhancment: sms icon from 2.0

What steps will reproduce the problem?
1. Not a problem
2.
3.

What is the expected output? What do you see instead?
Sms icon from 2.0 (eclair). 1.x icon :(

What version of the product are you using? On what operating system?
1.0.3, 1.6 cyanogenmod 4.2.4 g1

Please provide any additional information below.
Just an enhancement please I get tired of adding it manually myself

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 9:33

contact_customization_enabled has extra space using other languages.

What steps will reproduce the problem?
1. Use the spanish version.
2. Add a custom notification.
3. Enter the menu to edit those modifications.

What is the expected output? What do you see instead?
In the english version one of the string from that menu is:
"Notifications are enabled for %s" %s being the contactName.

In the spanish version the text translates to:
"Las notificaciones para %s están habilitadas"

The output seems to add an extra space if the contactName is "Yo" (Me in
spanish). But it isn't happening if I choose "Carlos". (Android bug?)

I solved doing a contactName.trim() @ ConfigPerContactActivity:136

What version of the product are you using?
svn version.


Original issue reported on code.google.com by [email protected] on 24 Oct 2009 at 7:10

sms icon from 2.0

What steps will reproduce the problem?
1. Not a problem
2.
3.

What is the expected output? What do you see instead?
Sms icon from 2.0 (eclair). 1.x icon :(

What version of the product are you using? On what operating system?
1.0.3, 1.6 cyanogenmod 4.2.4 g1

Please provide any additional information below.
Just an enhancement please I get tired of adding it manually myself

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 9:33

  • Merged into: #39

Feature request - Use contact photo from Facebook profile

Hi again and thanks for a great app!

I have tested and found that contact pictures that I manually assign 
locally from the phone appears on the popup, but photos downloaded from 
contacts facebook profile are never used... Is this a bug? If not, I enter 
this as a feature request! :)

regards, Erlend

Original issue reported on code.google.com by [email protected] on 5 Nov 2009 at 2:44

Feature request: Mark as Read/Don't Mark as Read option

My ideal SMS software would be exactly like SMS Popup, with 2 exceptions:

First, there would be 4 buttons on the pop-up.

Second, I know that you can adjust the Close button to universally mark the
item as read or not.  However, rather than have a Close option that can
only be universally set to Mark as Read or Don't Mark as Read, it would be
great to provide two separate buttons on the SMS popup - one that marks as
read, and one that does not.  Sometimes I don't need to reply to a message,
but also don't want to delete it, and sometimes I want to ignore a message
but keep the notification so that I remember to come back to it later.

That would make the 4 default buttons Delete, Reply, Close/Mark as Read,
and Close/Don't Mark as Read.  Alternatively, you could have a
checkbox/toggle switch between Mark as Read and Don't Mark as Read with a
single close button for both.

Thanks!  I hope to hear of this in a future version.

Original issue reported on code.google.com by [email protected] on 16 Nov 2009 at 5:37

Add signature to quick reply

Many users have requested the ability to store a signature in the app that 
gets automatically appended to all outgoing messages.

Original issue reported on code.google.com by [email protected] on 20 Nov 2009 at 5:21

Feature request - mark read on quick reply

I love the new quick reply feature but please add an option to mark
messages as read after a quick reply has been sent, at present messages are
still marked unread after a quick reply is sent

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 3:28

Quick Reply Extremely Sluggish (VIRTUAL KEYBOARD)

What steps will reproduce the problem?
1. Getting a message, and trying to type in the quick reply box
2.
3.

What is the expected output? What do you see instead?
I expect to see smooth texting, however, when typing with the virtual 
keyboard, letters pop up extremely sluggishly.

What version of the product are you using? On what operating system?
1.0.4, on my G1.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Nov 2009 at 11:44

Lack of Auto-capitalization/punctuation on quick reply

What steps will reproduce the problem?
1. Going into my messaging app and typing on my keyboard instead.
2.
3.

What is the expected output? What do you see instead?
I expected to be able to type into the quick reply box just as I would into
my messaging app, with auto-capitalization from the start of the
sentence... to auto punctuating 'im, dont, isnt', etc. Essentially, there
seems to be no corrections done when written with the hardware keyboard.

What version of the product are you using? On what operating system?
1.0.0-rc2

Please provide any additional information below.
It would also be nice to have a separate button to go into your inbox at
the top right of the popup as well.. it's not appealing to have two reply
boxes (ie. CLOSE, REPLY, REPLY, where the 1st reply is for quick reply, and
the second is to go into the messaging app)


Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 2:33

SMS from email address not supported

What steps will reproduce the problem?
1. Create a contact that does not have a mobile number but instead SMSs you
through email

What is the expected output? What do you see instead?
I would expect to be able to setup custom alerts based on sms in general,
not just numeric contact sms sources.  

What version of the product are you using? On what operating system?
Latest, MotoDroid

Please provide any additional information below.
I use nagios with work, so of course we have sms alerts for our systems. 
Because the nagios alerts are sent out via email to the sms address (in my
case,  [email protected]), I can determine that I get the message from the
contact, but when attempting to create a corresponding rule for setting a
custom alert, it fails since there is no "mobile number" attached to this user.

I would love to be able to set a specific tone for my nagios alerts.



Original issue reported on code.google.com by [email protected] on 11 Nov 2009 at 12:14

Not marked as read when popup activated

What steps will reproduce the problem?
1. Set "Mark Read" option
2. Receive a Sms
3. Press "Close" button on popup window

What is the expected output? What do you see instead?
I would expect my Sms to be 'read', but instead it's still pending on the 
taskbar, and blinking green. Regardless if the phone is in active or 
standby/locked mode.

What version of the product are you using? On what operating system?
v0.9.97, on Android OS firmware 1.5 (G1)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Sep 2009 at 9:26

Add notifications for other events

It would be great to have the same style popup notifications for missed 
calls, calendar events, email and google voice messages. There is another 
great app called Missed Call that has a great way of managing each event 
type, but it doesnt have any of the popups that make your app so great. 

Original issue reported on code.google.com by [email protected] on 20 Nov 2009 at 6:27

Phone number shows in popup for received MMS even when the number is matched with an address book contact

What steps will reproduce the problem?
1. Receive MMS from a phone number (not email)
2. Popup only shows phone number and does not match against address book

What is the expected output? What do you see instead?
If the number matches an address book entry it should show the contact name 
and their photo if available.

What version of the product are you using? On what operating system?
SMS Popup v1.0.1
Android OS version unknown

Please provide any additional information below.
Sent via email to me

Original issue reported on code.google.com by [email protected] on 5 Nov 2009 at 3:42

Problem In vuilding

I Checkout the source and try to build and i get these error
-no classfiles specified
-Conversion to Dalvik format failed with error 1

i try to build versus Android 1.1 and 1.5
couldn't
Any help pls .
Thanks


Original issue reported on code.google.com by [email protected] on 6 May 2009 at 11:39

smspopup is deleting my texts

What steps will reproduce the problem?
1. Well it's hard to reproduce the issue because it's random
2. I hit reply and when it takes me to the messaging app the text I just read 
on smspopup 
will be gone. 
3. The closest I can tell is the application is deleting the sms when hitting 
reply. 

What is the expected output? What do you see instead?

I hit reply and it's supposed to take me into the messaging app and the massage 
I was just 
reading isn't there anymore. 

What version of the product are you using? On what operating system?

I'm using 1.0 from the market on Cyanogens 4.2.3.1 ROM

Please provide any additional information below.

I uninstalled it and went back to .97 to see if the problem is associated with 
the ROM or the 
app. 

Original issue reported on code.google.com by [email protected] on 1 Nov 2009 at 4:11

notification not removed when message read

What steps will reproduce the problem?
1. enable notifications
2. receive a message
3. don't use sms popup
4. open messaging application
5. read message

What is the expected output? What do you see instead?
the notification icon must disappear, instead it remains until I hit "clear
notifications"

What version of the product are you using? On what operating system?
0.9.97

Please provide any additional information below.
The normal messaging notification disappears

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 10:10

Notify user of message while on phone

At the moment if a message is received while on the phone it will popup but 
there is no sound/vibrate to notify the user.  There should be an option to 
turn on notifications while on the phone. 

Original issue reported on code.google.com by [email protected] on 20 Nov 2009 at 5:20

sms icon 2.0

What steps will reproduce the problem?
1. Not a problem
2.
3.

What is the expected output? What do you see instead?
Sms icon from 2.0 (eclair). 1.x icon :(

What version of the product are you using? On what operating system?
1.0.3, 1.6 cyanogenmod 4.2.4 g1

Please provide any additional information below.
Just an enhancement please I get tired of adding it manually myself

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 9:34

  • Merged into: #39

Not marked as read when popup activated from locked/standby

What steps will reproduce the problem?
1. Put the handset in standby mode
2. Receive a text
3. Click on CLOSE from the popup option

What is the expected output? What do you see instead?
The SMS to be shown as read and the notification to disappear from the 
notification menu. As per if a SMS was received whilst the phone was active

What version of the product are you using? On what operating system?
product 0.9.95 on Android OS firmware 1.5 (also occured prior to update to 
1.5 on 1.1)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 May 2009 at 1:23

Phone not waking from sleep correctly on Samsung Moment device

Someone sent this to me by email and I can't reproduce myself as I don't 
have a device.

What steps will reproduce the problem?
1. Receive several SMS messages
2. Nothing happens (no notifications)
3. Upon unlocking the screen the popup shows and all the notifications play 
at once.

What is the expected output? What do you see instead?
Notifications should play upon receipt of the messages and the screen should 
unlock and turn on.

Original issue reported on code.google.com by [email protected] on 6 Nov 2009 at 5:01

Test SMS resends when turning the cellphone.

What steps will reproduce the problem?
1. Open SMSpopup
2. Notifications
3. Default notification
4. Test notification
5. turn 90º your phone.

What is the expected output? What do you see instead?
When turning the phone 90º the screen gets redrawn and the test sms is
resent when it shouldn't.


What version of the product are you using? On what operating system?
Svn version on HTC magic 1.6


Please provide any additional information below.
I attached how I fix it.
I don't know if there is a better way to solve this.

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:45

Attachments:

SMS notification icon from eclair

What steps will reproduce the problem?
1. Not a problem
2.
3.

What is the expected output? What do you see instead?
Sms icon from 2.0 (eclair). 1.x icon :(

What version of the product are you using? On what operating system?
1.0.3, 1.6 cyanogenmod 4.2.4 g1

Please provide any additional information below.
Just an enhancement please I get tired of adding it manually myself

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 9:34

  • Merged into: #39

Choosing vibration pattern to custom and then cancelling changes it

What steps will reproduce the problem?
1. Notifications
2. Default Notifications / Contacts Notifications
3. Vibrate pattern
4. Custom
5. Cancel

Something similar happens with the Led Blink Rate.

What is the expected output? What do you see instead?
The vibration pattern turns to Custom when it should stay the same.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 6 Nov 2009 at 2:58

No vibrate til hard reset

What steps will reproduce the problem?
1. hard reset
2. install SMSpopup and chompSMS
3. (possibly) put phone on silent mode then take if off silent mode

What is the expected output? What do you see instead?
Supposed to vibrate when receiving text messages


What version of the product are you using? On what operating system?
v0.9.92 on RC33 firmware 1.1


Please provide any additional information below.
After I hard reset, the vibrate works until I turn on silent mode and then
take it off silent mode. It disables my vibrate or something along those
lines because it will not vibrate for any incoming messages or email even
when I try to use the default 'Messaging' program or other notification
programs. 

Original issue reported on code.google.com by [email protected] on 6 Apr 2009 at 11:23

Custom Vibrate pattern not accepted after certain length. Is there a hardware limitation, or can this be fixed?

I am trying to reproduce the vibrate pattern assigned to the SMS tone on my
old phone, however I can only enter a small portion of the desired timings.
After a certain point, SMSPopup will simply give an error message stating
"custom vibrate pattern invalid, using default" despite the entire pattern
being in the correct format.

Is this a hardware limitation, or can this limitation be fixed/lifted in
future releases of SMSPopup?

Steps to reproduce the problem are as follow:
1. Create a custom vibrate pattern using the data in the attached document.
2. Enter the pattern found in the "portion of pattern which will work" section.
3. Try to enter the next number in the sequence (240) or any of the
subsequent numbers

What is the expected output? What do you see instead?

Expected: "Custom vibrate pattern set"
Seen: "Custom vibrate pattern invalid, using default"

What version of the product are you using? On what operating system?
 v0.0.96

Original issue reported on code.google.com by [email protected] on 9 Jun 2009 at 4:25

Attachments:

Missing French strings in RC2 (not translated)

There are untranslated strings for French, Adam, due to new functions like 
button settings or pop-up presets..

would u like to mail me or share me on google docs and i'll translate


Thx

Original issue reported on code.google.com by [email protected] on 23 Oct 2009 at 6:14

force close on quick reply

What steps will reproduce the problem?
1. Hitting reply, selecting the text input box
2.
3.

What is the expected output? What do you see instead?
force closed several times

What version of the product are you using? On what operating system?
I'm using the new update over samsung galaxy cupcake.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Nov 2009 at 8:32

Force Close on Moment

What steps will reproduce the problem?
1. Install sms popup
2. Click on sms popup icon
3. ...but I do get pop ups....

What is the expected output? What do you see instead?
I guess I'm supposed to see some kind of settings?  force close instead

What version of the product are you using? On what operating system?
downloaded today

Please provide any additional information below.
I had also just installed chomp sms.

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 12:26

Menu from long press dissappears when turning the phone

What steps will reproduce the problem?
1. Receive an sms.
2. Long press for menu options. (View contact, close, etc)
3. Turn the phone.

Also:
1. Open smspopup.
2. Notifications.
3. Contacts notifications.
4. Long press on Add/Edit contact notifications.
5. Turn the phone.

What is the expected output? What do you see instead?
The long press menu gets closed instead of stay put.

Please use labels and text to provide additional information.
Looks similar to http://code.google.com/p/android-smspopup/issues/detail?id=22

ConnectBot does a similar thing with the long press menu but Messaging app
does not.

Original issue reported on code.google.com by [email protected] on 2 Nov 2009 at 8:33

HTC Hero (TouchFlo) force closes when SMS Popup triggered in landscape mode.

What steps will reproduce the problem?
1. HTC Hero(UK)Phone in landscape position in sleep mode.
2. SMS Popup application has privacy mode set. SMS received with phone in 
landscape position.
3. When 'view' button selected force close occurs "The application 
TouchFLO (process com.htc.launcher) has stopped unexpectedly. Please try 
again. 'Force close'.

What is the expected output? What do you see instead?
I expect to see the SMS message in landscape mode. I get "The application 
TouchFLO (process com.htc.launcher) has stopped unexpectedly. Please try 
again. 'Force close'" and phone seems to reboot the integral Touch flo 
app. This happens 100% of the time, and is reproducable.

What version of the product are you using? On what operating system?
HTC Hero UK - latest offical firmware. SMSPopup v1.0.4


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Nov 2009 at 11:00

"View" should mark an MMS as read.

What steps will reproduce the problem?
1. Click "View" once an MMS is received
2. View the MMS in the messaging app and then exit.
3. There is still a notification icon in the top bar.

What is the expected output? What do you see instead?
I would expect the "View" button to mark the MMS as read.

What version of the product are you using? On what operating system?
SMS Popup v0.9.91

Please provide any additional information below.
kila_eu_user 1.1 TMI-RC9 128600.
No other apps interecpting messages.
I have dxTop.

Original issue reported on code.google.com by [email protected] on 17 Mar 2009 at 3:42

messages not deleted or marked as read, notification remains on status bar.

What steps will reproduce the problem?
1. Receive message
2. On popup, select Delete, Delete (no confirmation) or Done
3. ...

What is the expected output? What do you see instead?
- Message should be deleted or marked as read and notification should 
disappear. Does not happen...
(SMS Popup notification disabled, system SMS notification enabled)

What version of the product are you using? On what operating system?
sms popup 1.0.1 with HTC Hero with official ROM 2.73.405.5

Please provide any additional information below.

- I have had sms popup 0.9.97 installed earlier but only for testing 
before I uninstalled again.
- I installed 1.0.0 and played around with it for a few hours
- Updated to 1.0.1, probably minutes after it was released on Android 
Market - it was before I could see you had updated your blog with latest 
release notes.
- Next morning, Market found another "update" to 1.0.1, which I installed, 
even though 1.0.1 was installed already. Can this have messed up some 
settings?

Is there any way to purge all SMS Popup program/user data from the phone, 
beyond a normal uninstall??

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 6:35

Feature request - auto-reply on keyboard open

I LOVE THIS PROGRAM!!!

I find myself naturally flipping the keyboard open when I want to replay to
an SMS popup... Then the scree renders in landscape mode and I realize I
still have to hit the "Reply" button onscreen... It would be great if, when
a message is onscreen and the keyboard is open, SMS Popup would
automatically select "Reply" and move you to the correct screen.

Thank you so much for all your work on this!

Original issue reported on code.google.com by [email protected] on 2 Apr 2009 at 6:20

Feature Request: SMS BlackList

What steps will reproduce the problem?
I am getting 1-2 sms per day from my cellphone company with spam.
I would love to avoid getting them.

What is the expected output? What do you see instead?
Don't get sms from a phone number in the blackList.

What version of the product are you using? On what operating system?
HTC Magic Android 1.5


Original issue reported on code.google.com by [email protected] on 22 Sep 2009 at 9:42

in 0.9.97: when you're in the conversation view with a person notification stays around until you clear it

Hello,

First, thanks a bunch for an awesome app.

Small issue: when i am already in the conversation view with a person and an 
SMS from that person arrives, I don't get the popup, but LED flashes and a 
small icon appears in status bar. The only way to clear that notification is 
to clear the status bar notification.

Expected: if I am already looking at the conversation and my screen is not 
dimmed, perhaps avoid notification (or time it out). Timing it out is 
probably better from the consistency standpoint.

Original issue reported on code.google.com by [email protected] on 21 Oct 2009 at 10:28

Feature request: Handle multiple SMS's better

Hi again.  I just discovered that I don't love how Popup handles it when
multiple SMS's have come in but haven't been read.  It would be nice to be
able to go through them one at a time, deciding what to do with each one.

Still, loving the program.  It is, I think, one of the most useful apps
I've downloaded.

Original issue reported on code.google.com by [email protected] on 17 Nov 2009 at 10:09

Mark read on close causes infinite loop

What steps will reproduce the problem?
1. Select the "mark read" option which marks a message read when close is 
clicked.
2. Receive a message
3. Click close

What is the expected output? What do you see instead?
The message is not marked as read (the notification light continues to 
blink) and both the sms popup activity and the android mms activity go into 
some kind of loop with one another (both becoming unresponsive) eating the 
entire cpu.  Force quiting both applications is then necessary.  This is 
consistently reproducible.

What version of the product are you using? On what operating system?
sms popup v1.0.1 (the problem started in version 1.0.0) Android build apa26

Please provide any additional information below.
Haven't had a chance to look at the code yet.  Wanted to make sure you 
weren't already fixing the problem.

Thanks,
Craig

Original issue reported on code.google.com by [email protected] on 7 Nov 2009 at 5:58

request: really privacy mode

Currently the message text is hidden until you press view, but only if the
screen is locked.
I request a mode in which there is more privacy:

"You received a message by contact_name"
          "View"     "Close"

so that I can decide (depending on the message sender) if I want to read
the message not now (because everyone is looking at my phone)

Original issue reported on code.google.com by [email protected] on 20 May 2009 at 4:46

clear notification

It should be possible to clear the notification and mark the sms as read
once a SMS is read in the pop up.

Original issue reported on code.google.com by [email protected] on 25 Aug 2009 at 9:48

Custom notifications do not seem to work on MOTODROID

Using the DROID

Default notifications is install default.

I set up a custom notification for one contact, in the primary GMail account.
Popup disabled
notification enabled
Orange LED
Long Vibrate

Test works fine, but when a message comes in it still preforms the default
action.

Thanks,
CG

Original issue reported on code.google.com by [email protected] on 10 Nov 2009 at 9:56

Message icon not removing from notifications bar on DELETE

What steps will reproduce the problem?
1. Activate "DELETE" button for SMSPopup in settings
2. When new message received - press "DELETE" into Popup Window

What is the expected output?
After deleting messages by "DELETE" button, the message icon must be removed 
from 
"notification bar & history"

What do you see instead?
Message from "Messaging" was deleted ,but still present into notifications bar


What version of the product are you using?
v0.9.93

On what operating system?
G1 (ADP1.5 JF)

Original issue reported on code.google.com by Ivan.Kravets on 8 May 2009 at 8:43

Messages not being marked as read on Close

What steps will reproduce the problem?
1. Receive Message
2. Hit Close
3.

What is the expected output? What do you see instead?
Expect message to be marked as read, unread message counter to disappear.
Message marked as read, unread counter remains at 1

What version of the product are you using? On what operating system?
SMS Popup 1.0.1
HTC Hero
Firmware 1.5
Build 2.73.61.5

Please provide any additional information below.
Not sure if the message gets marked as read, might be an issue with the 
message counter on the phone.
I have enabled the setting in configuration to mark messages as read on 
close.

Original issue reported on code.google.com by [email protected] on 4 Nov 2009 at 3:16

Resource entry already defined.

What steps will reproduce the problem?
1. Run the svn version with eclipse.

What is the expected output? What do you see instead?
I can't run the svn version from eclipse because there are repeated strings
in values-en/strings.xml and values-en/strings-v1.0.0.xml

I solve it commenting the lines at strings.xml that eclipse said they were
repeated. I attach the diff.

What version of the product are you using?
svn version.


Original issue reported on code.google.com by [email protected] on 24 Oct 2009 at 7:15

Attachments:

Feature Request -

Related to...
http://code.google.com/p/android-smspopup/issues/detail?id=12&can=1

What steps will reproduce the problem?
Turn on the "mark as read" option.

What is the expected output? What do you see instead?
It would be nice to see a message telling me to disable notifications as
mentioned in the above link.

What version of the product are you using? On what operating system?
Whatever Market gave me; Cyanogen 4.1.11.1

Please provide any additional information below.
It was annoying and I almost uninstalled this application.  Luckily I found
this google project page.  I would strongly suggest having such a message.

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 9:09

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.