Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
Market link: https://play.google.com/store/apps/details?id=com.dapaua.notificationbrowser
Settings and their meaning:
Widget Background: Allows you to choose the background from three not that different options.
Widget opacity: Allows you to make the widget transparent. 100% opacity means not transparent a t all. 0% means totally transparent.
Icon type: Allows you to choose between 4 different options for the icon. "Notification" means the small icon that appears in the notification bar. Application is the icon shown in the launcher for the app. Original means the original colors. Coloured means that it will use the "Color for notifications" value.
Use notification icon: Some notifications show a different icon when the notification bar is expanded, for example Gmail or whatsapp. The program will use this icon if available instead of the one set in "Option type".
Use blacklist: Filters the notification according to the blacklisted apps list. If an app is in the list, enabling this option disables its notifications in the widget.
Blacklisted apps: Space separated list of packagenames for the apps that are disabled when "Use blacklist" is set to true. You can add as many apps as you like using the package name.
Title text size: Text size for the notification title (What is shown in folded notifications).
Body text size: Text size for all the other text that is shown in unfolded notifications.
Only 1 notif per app: When an app adds a new notification, old ones are automatically removed if this option is enabled.
Show the clock. Will show a clock over the notifications.
Remove widget title: Will totally hide and disable the widget title and clear all notifications button.
Transparent widget title: Will hide but not disable the widget title and clear all notifications button.
Hide clock if there are more than...: Will hide hte clock when there are more than the selected umber of notifications. The clock will appear again when the notifications are cleared.
Swap title and subtitle: Notifications have a ticker text, that briefly appears in the notification bar. This is the title. Then they have the text that appears when you unfold the notification bar. Sometimes they contain different text. Enabling this option will exchange both values. I prefer to have this set to enabled, but you can choose.
Color for UI elements: Color for the buttons and title.
Color for notifications: Color for the text in the nofications, and the notification icons if the coloured option is selected in "Icon type".
Click to expand...
Click to collapse
Feedback is really appreciated.
I want to publish this on the market at some point and (maybe) add a premium version with extended theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
History
v1. First Release.
v2. -Now the "X" notification clear button works.
-Transparency and color added to widget. Will be configurable at some point.
-New Background, easier to configure in the future.
-Configuration utility planned.
v3. -Color filters per application (Not configurable yet, but system notifications appear in orange)
-Higher compatibility (The application sends a notification at start that is scanned to find the correct fields)
v4.
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now widget only shows the last notification for each app. Clicking the widget banner will show the Notification Browser app, with all the notification history.
-Main app now uses different colors depending on the origin of the notification.
- Now only the settings utility is missing. There you may choose color and text size for notifications, amongst other things
v5
-Following nuttsak advices (Thanks, man!), I removed the trash bin and again all notifications appear on the widget.
-Clicking the notification opens the activity and removes it from the widget list, but not from the app list.
-Fixed a bug that made that the wrong activity was launched when the notification was pushed.
-Settings will be added after christmas, so Merry Christmas to all.
v6
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now notifications are expandable. Press on the notification to see extended info and actions. Press again to fold the notification. Buttons do the following: Launch action, Delete notification, delete all notifications from the same app.
-Used the app icon for notification. Old code is there, so when configuration utility is done, it will be user choice.
-Fixed date to match phone country style.
-Fixed some bugs.
v7
-Settings working. To change settings, tap the header of the widget, and then press the small settings icon (only works when it is blue).
-Available settings at the moment:Widget background style, background opacity, icon type, text size.
v8.
-Fixes some Application not responding errors
-Easier to set up.
v9.
Fixed small bug in v8
v10.
-Supports notifications without ticker text(including Gtasks). Due to this, I had to filter out the OS messages, like "wifi network found" and such because some of them were flooding the app. Notifications with no text at all (Like phone call in progress) do not show.
-New icon
v11.
-Notification behaviour reverted to v9. Notifications without ticker text don't appear anymore, as many ghost notifications were being shown.
-Configurable colours for notifications.
-Notification title and subtitle can now be swapped.
-Fixed some bugs.
TODO: Add a clock that will show when no notifications are present, (suggested by makejau).
v12.
-Added clock. The clock can be configured to disappear when a number of notifications appear (Gràcies per la suggerència, makejau!).
-Option to only show the last notification for each app added.
v13.
-Fixes error with multiple widgets - Only the most recent widget was being refreshed.
v14.
-Option to hide widget title, as suggested by skratch1702.
v15.
-Option to make title invisible while retaining functionality.
-Duplicated notifications are not added to the list.
-Should work on JB Lockscreen.
v16.
-Added basic app filtering. I will make this easier to use at some point. this is to check if it works or not.
Go to options. Activating the "Use blacklist" option enables it. Then add the package name of the app to "Blacklisted apps".
For example, for tasker you need to add net.dinglisch.android.taskerm to the list. Add the package names separated by spaces.
How to obtain package names?
Option 1: Go to play store and check the http address. It's there between "id=" and "&"
Option 2: Use titanium and click on the app. Then click on the yellow text with the app name. You get the package name for that app.
There are many other ways.
Default value is "com.android.providers.downloads android"
The first one (com.android.providers.downloads) is the download manager. The second one(android) is the system, to avoid "Wifi found", "Usb connected","choose keyboard" and so on.
This option only stops new notifications from registering in the widget, doesn't delete old ones.
-Option to use the icon that appears inside the notification as the icon. For example, in Gmail or whatsapp, when you unfold the notification drawer you see the contact picture. Enabling "Use notification icon" allows you to use that icon instead of the standard one.
v17.
Sorry for all the small updates of today!
-Small bug fix with "remove widget title".
v18.
-Improved clock responsiveness.
-Now widget can be horizontally resized in stock launcher.
v19.
-Improved compatibility.
-Tapping the clock opens main app.
-Shadow added to some elements.
-Battery level shown in widget (Enable in settings).
v20.
-Bugs fixed: Battery decimals, battery arrow, FC when service disabled, Problems with notification text.
v22.
-ADW theme support. Please send feedback.
-Blacklist with app selector. The old text based mode is still functional, because system services cannot be shown there, so you'll need to add them by hand.
-Privacy mode list. Choose apps there and instead of showing the notification content, they will show "New notification". This is useful if widget is in lockscreen.
-Revamped settings screen.
-New bugs! I expect lots of new bugs, because there are lots of changes in this version. Please, report if you find any. This version is not in the Play store, I'll wait a couple of days to find bugs before uploading it.
v23.
-Fixed some bugs that made the clock or the notification list to freeze.
-Added a new clock. At some point it will be configurable.
v24.
-LauncherPro icon themes supported.
-Font for the clock can be changed. Roboto fonts are included by default. If you want to use extra fonts, put the .ttf files in a folder called "fonts" in the sdcard.
-New permissions needed: Phone and wifi state.
-Possibility to show wifi and phone signal in the widget, for those who want to hide the notification bar. I don't know how precise the measurements are. I only know that it worked in my phone.
v25.
-Possibility to hide the AM/PM indicator in the clock.
It seems a cool idea :good:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
alter0001 said:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
Click to expand...
Click to collapse
The app listed doesn't work on some (a lot) Galaxy devices.
Sent from the Mars Rover.
The idea of this app is to be a widget. I didn't try notification history, but it doesn't seem to be a widget.
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
Click to expand...
Click to collapse
Thanks,it is my first app, so i am slow on development. I intend to add a configuration utility, and I am trying all functionality on different versions. Thanks for all your suggestions.
At some point I'll add the option to remove the notification on click, so I'll be able to remove the trash can.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
Click to expand...
Click to collapse
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
dapaua said:
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
Click to expand...
Click to collapse
Thank you for the update.
Couple of thoughts:
1. Option for date/time format 24HR/12HR MM/DD/YYYY vs DD/MM/YYYY
2. Leave the app icon as it is, forcing it to a blue/green color doesn't look very good.
3. Option to display the app name and app process (xxx.xxx.xxx) I don't think the process name of the app is necessary at all.
4. Option to display the bottom portion of an alert per app. Some apps display the same information in both positions of the alert, so you get the same text twice (or don't display the second portion of an alert at all, although the problem is some app put the text in the bottom portion vs the top, one of the sports apps when you get an alert the scores only display on the bottom of the alert)
5. Widget design more like Google Now, seems as the 'card' style layout is the cool thing now a days, might make the app more visually appealing.
Really do like the app, keep it up!
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
JohnnyEpic said:
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
Click to expand...
Click to collapse
Thanks.
I didn't find a way to delete the notification on status bar. About the action on notifications, here is some explanation about how it works. The android OS has a pool of PendingIntent. A PendingIntent is a package that launches an application with some settings embedded, for example, to show gmail with an specific mail form the mailbox. These Intents are recycled. When the notification disappears, the OS may reuse them, so now the pendingintent does a different thing. So for old PendingIntents, sometimes the action may be different to the intended one. there is no way to know what the pendingintent will do when executed, only the OS knows. That's why some notifications don't work when clicked.
What do you guys think about the new version?
For every version, old options are there, only disabled. When the configuration utility is done, you may choose the behaviour you want for the widget. In this version I used the app icon instead of a tinted notification icon. This means that now it has colours, but market notifications, for example, always show the market icon. Before this, they may show the "download" icon, or the "app installed" icon. This, in a future, will be configurable too.
I'll try to make the widget background configurable, too, so it may look more like google now.
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
sproglet said:
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
Click to expand...
Click to collapse
I'm sorry to hear that. Did you enable the service at Settings->Accesibility?
JohnnyEpic said:
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
Click to expand...
Click to collapse
I looked at it. It looks nice, but unfortunately I'm stuck at ICS and I can't try that
danirebollo said:
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Click to expand...
Click to collapse
Are you talking about the android 4.2 lock screen? I'm stuck at ICS, so I can't try that, sorry. I wish I had won the lottery this past saturday, so I could buy a new phone
DirkStorck said:
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
Click to expand...
Click to collapse
Try to download this again, because I tried the apk and it works for me. I hope you can fix it.
dapaua said:
Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
BUGS: LOTS.
-FIXED:The X to delete all notifications doesn't work on the widget.
-Slow start.
-Notifications are lost on reboot.
TO DO:
-Fix bugs
-Themes for the widget.
In some devices, the notification title and extended data might not be found. In this case only the ticker text that appears briefly when a new notification appears is shown. An external program to fix this is in my list of to-dos .
I only tried this in a Xperia U and Xperia neo V, and works in both with stock ICS rom. Tried in JB SGSIII and didn't show the extended info.
Feedback is really appreciated.
I want to publish this on the market at some point and add a premium version with theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
Click to expand...
Click to collapse
Nice idea will test and let you have some feedback keep at it..
Ok. downloaded v6 again with another browser and installation worked
OK, new version is up. Now you can configure the widget a bit. I will rest a bit this weekend, so don't expect any more updates until monday. I think this is nearly ready to hit the market, so I'll check how uploading to market works.
The idea is to have a free version (what you guys are testing now , thank you all) and a premium version more configurable, for these people that want a perfect desktop.
Have a nice weekend
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
App in Google Play
Shake to encrypt result:
YAATA is influenced by the true spirit of Android. It is a SMS/MMS app that has so much to offer. You can personalize and configure this app to your definition of the perfect app. YAATA SMS is very powerful, reliable and the speed of the app is on another level. Even with all the exciting features this app has to offer the app size is under 3MB. This SMS app is highly user friendly and fulfils the wants and needs of the ultimate geek to a basic beginner user.
SMS/MMS
· Complete Multimedia Support including but not limited to sending and receiving: Pictures, Videos, Audio, VCards, GIFs and YAATA supports MMS over WiFi for the carriers that need it!
· Delivery Reports for both sms and mms with the option to save delivery time.
· Group Chats
· Send Delay
· Scheduled Message Sending
· Converting sms to mms
· Archiving
· Blacklisting
· Auto forward (Premium)
· Auto responder (Premium)
· Copy and Paste select text
· A plethora of options when tapping message bubble.
· Backup and restore settings
· Tons more to explore and to be added!! J
Quick Options
· 3 Different desktop widget styles
· Pin contacts to FAB tab
· Quick compose from notification shade (3 favorite contacts)
· Favorite contacts will appear when composing new message.
· Long press attachment icon to insert pictures quickly.
· And more! If you come up with faster ways don’t hesitate share!
Notifications
· 3 quick reply styles
· Chat heads: Ability to view over lock screen! With a bunch of customizable and configurable options ( Some options for chat heads are premium)
· Pop up window: Again, the ability to view over lock screen with configurable options. (i.e. message limit, pop up size, close after sent and more)
· A simple Dialog window
· Custom Vibrations
· LED colors and ability to customize blink rate
· Repeat reminds for missed messages
· Changeable Swipe actions in notification shade
· Ability to set notifications for non-numeric address as well as unknown senders.
· Set up how you want to be notified when listening to music, in calls, when screen is on and more!!!
Customization for Individual Contacts
· Notifications
· Ringtones, custom vibrations, quick reply styles, LED color and blink rate, status bar icon and more.
· Look & Feel
· Bubble Color for sent and received, contact avatar and action bar color as well as text color and size can be changed for a specific conversation.
· Once again so much more for you to see for yourself!!
Look & Feel
· Themes!!
· Light, Dark, Black, Card based and Random Palette (you have the ability to create your own color palette in advanced settings and/or reset colors)
· Create your own themes with customizable contact pictures (size, shape, color…), fonts (sizes, colors bold options), message bubbles (colors, styles, animation), action bar color and the ability to change background colors and conversation list colors are just some ways to personalize YAATA.
· Others…
· Grouping threads by dates on conversation list (Today, Yesterday, Two Days ago…)
· Timestamp options
· Filter Option (search conversation by mms, send, received, dates, text and other ways.
· Alternating backgrounds to show different days
· Ability to enable or disable swipe actions in conversation list ( swipe to call, mute, archive, delete, reply create chat head)
· Ability to enable or disable the options to hide keyboard when scrolling, hide editor when scrolling, close keyboard after send, etc.
App in Google Play
Community for translators
Twitter
Changelog:
1.0.0
● First Google Play release
BUILD 1555:
● Bug fixes
BUILD 1456:
● Bug fixes
BUILD 1375:
● Bug fixes
BUILD 1368:
● ADDED: open in floating window button in conversation
● ADDED: undo button when clear in message editor was tapped
● ADDED: tap send again to send delayed message immediately
BETA BUILD 1208:
● ADDED: send button in floating window
● ADDED: configurable long tap on send button
● ADDED: long tap + button to add picture
BETA BUILD 1131:
● FIXED: Chatheads: keyboard in landscape mode
● FIXED: Chatheads: auto exapand
● ADDED: Chatheads: Collapse after sent option in settings
● ADDED: Chatheads: docked chathead size option in settings
BETA BUILD 1039:
● FIXED: keyboard suggestions
● FIXED: editor appearance
BETA BUILD 1008:
● ADDEDossibility to change floating window height
● ADDED: new cancel button for delayed sending
● FIXED: covering editor by keyboard
● bug fixes
BETA 36:
● FIXED: docking on the right side of the screen.
● ADDED: call and open conversation icons in floating window
● ADDED: open app and open chathead in notification tap acions
● ADDED: swipe right in conversation to hide/reveal timestamp and status icons. Now you may disable it to make conversation less cluttered and show it only when is needed
● many bug fixes and improvments in chatheads
BETA 35:
● ADDED: chatheads: expand on new message when screen is locked option in settings
● ADDED: chatheads: ability to disable unread animation
● FIXED: chatheads: exapands on new message (when autoclose is not set)
● FIXED: chatheads: FCs for autoclose ticker
BETA 34:
● ADDED: chatheads over lock screen and and a lot more
B31
● FIXED: Known FCs
● CHANGED: Chatheads (it's first preview, WIP)
● ADDED: Scheduled messages (first TP, WIP)
B30:
● FIXED: Known FCs
● FIXED: Speak message doesn't work while music is playing.
● ADDED: Swipe up to open keyboard.
BETA 29:
● Bug fixes
● ADDED: speak message notification option (always or only when headset is connected)
● ADDED: Speak sender's name as a notification ringtone.
● ADDED: Contact details menu option in conversation.
If you have compose new message shortcut on desktop, delete it and create new.
Changed led colors, so it may resolve issues on some devices.
BETA 28:
● Bug fixes
● ADDED: [LOLLIPOP ONLY] Added Heads Up to notification customizations
● ADDED: Archive option (ability to add archive as a swipe option).
● ADDED: When sending is cancelled and messege editor is empty, message is reverted.
BETA 27:
Bug fixes.
BETA 26:
★ IMPROVED: Delayed sending
★ FIXED: Drafts deleting
BETA 25:
● FIXED: Attachemnts issues, openning, forwarding, etc
● FIXED: Empty sent bubbles.
● IMPROVED: Popup
● ADDED: New popup customization options.
● ADDED: MMS over WiFi for Sprint
BETA 24:
● FIXED: Disappearing title in app drawer
● FIXED: Missing MMS wap message on download failure.
● FIXED: Sending sms to group.
● FIXED: Sending response message when rejecting incoming call.
● FIXED: Mute option not available when long tap on group mms conversation
● FIXED: timestamps in messages
● ADDED: Big size picture in settings/mms
● CHANGED: Popup look. Removed picture from titlebar.
BETA 23:
ADDED: Walkaround xposed swipeback module bug, that causes FC in YAATA.
ADDED: Picture size and quality settings.
BETA 22:
FIXED: Rotation bug.
BETA 21:
Bug fixes.
BETA 20:
FIXED: Taking picture.
FIXED: Closing popup after message sent.
BETA 19:
ADDED: Possibility to disable mic button.
ADDED: Deleivery report icons in conversation list.
ADDED: Possibility to change preview alignment.
BETA 18:
ADDED: In-app audio recording. Long tap mic. icon to record audio.
ADDED: "Hurry up messages", ability to play attached audio file as a ringtone. It must be enabled for contact, from which want to receive these messages.
ADDED: Countdown timer for delayed sending.
FIXED: Delayed sending.
BETA 17:
ADDED: Forward multiple text messages.
ADDED: Resend option to "not sent" error message.
ADDED: Forward and resend multi attachment mmses.
FIXED: "not sent" error message.
FIXED: Downloading mms.
BETA 16:
FIXED: FC on resend,
BETA 15:
Bug fixes.
BETA 14:
ADDED: Possibility to select message text and copy to clipboard or message editor.
FIXED: Crash when creating chathead shortcut.
FIXED:Not appearing pictures in last sent mms.
FIXED: Not appearing popup.
FIXED: Some FCs
BETA 13:
- FIXED: Download MMS issue when screein is off
- FIXED: Screen unlock.
- FIXED: Some popup issues.
- CHANGED: Message counter position in title bar.
- CHANGED: Default colors for dark theme.
- CHANGED: Cleaned settings/advanced.
- ADDED: Reset to defaults option in settings menu.
- ADDED: Material design dialog style.
- ADDED: Tinted statusbar and navbar.
- ADDED: Sending video, audio and vCard.
- ADDED: Animated GIF support.
BETA 12
- ADDED: Optimized opening large conversations (enable in settings/advanced).
- ADDED: Posibility to customize datestamps.
- ADDED: New grouping method in conversation list.
- ADDED: Auto delete messages beyond limit. Ability to enable autodelete individually for conversation. Autodelete is triggered after send/receive message.
- FIXED: Notification problems.
- FIXED: Cutting off ringtones.
BETA 11
- Bug fixes
- ADDED: receiving, showing video, vcard, audio attachments in mms.
BETA 10
- Bug fixes
- More stable MMS downloading
- MMS group chat bug fixes.
BETA 9:
- Bug fixes.
BETA 8:
- Bugfixes and optimizations
- ADDED: new conversation list layout
- ADDED: possibility to change preview size
- ADDED: possibility to change font size for name and preview in conversation list
- ADDED: side drawer in conversation list
- ADDED: more thumbnail customizations (own background color, text color, possibility to show more than one letter)
- ADDED: new quick compose shortcut layout
- ADDED: possibility to change separately sent and received font size and style
- ADDED: settings backup and restore
- ADDED: possibility to disable notification ticker
and more
BETA 7
- Bugfixes in MMS (...work in progress).
- ADDED: performance options in Settings/Experimental
BETA 6
- ADDED: swipe chathead to bottom of screen to close chathead
- FIXED: chatheads behavior after screen rotation
- FIXED: minor fixes in chatheads
- FIXED: shake sensitivity
- FIXED: blurring own photo in conversation view
- FIXED: improved mms upload/download
- ADDED: showing/hiding message body editor when scrolling
- ADDED: possibility to hide message editor in popup (see settings/notifications/popup customisation). Scroll message list up to show editor.
- ADDED: ability to hide message counter in title bar (conversation list and conversation view)
BETA 5:
- Fixed: FC when trying blur bitmap on 4.0 and 4.1.
- Fixed: Contact suggestions in compose new message.
BETA 4:
- Fixed: Bug when popup and screen wake up is enabled
- Fixed: FC on devices without accelerometer
- Fixed: FC when trying blur unsported bitmap
- Fixed: FC when trying blur picture on devices with 4.1 and 4.0 (not supported now for these devices)
BETA 3:
- Added: Shake to encrypt (enable it in settings/experimental)
- Added: Popup mode: Chathead when screen on, open popup when screen off. You need set popup again.
- Added: Possibilty to disable "+" button in message editor. Tap own picture to open menu.
- Added: Possibility to change chathead size.
- Changed: Increased read buffer and time out value for MMS
BETA 2 :
- Added: Recheck donation status in settings
- Added: Mark thread as unread
- Added: Random conversation title color.
- Fixed: FC when double tapping on chathead
- Fixed: some minor bugs.
BETA 1 :
- Fixed some FC reported by testers.
Free testing of premium features ended. Now these features are available only for donors.
0.16.4
- Fixed: FC when many chathedas are opened
0.16.3
Bug fixes.
0.16.2
Hotfix
0.16.0
- Fixed: Freeze on app start.
- Added: Chathead docking
- Improved: Better preview of text mms in the conversation list (no more "(no subject)" text)
- Added: Preview of picture message in the conversation list
- Added: Possibility to set random color for message bubbles
- Added: New swipe option "Open/close chathead"
- Improved: Chat mms.
- Improved: Pictures for group conversation
- Added: Group members list in conversation context menu
- Improved: Changed popup menu to context menu for conversation
- Removed: "Keep app in ram" settings option
- Removed: Menu icon in conversation list. Tap picture for context menu.
Quick compose shortcut icon is needed to keep chatheads alive, so even when it is disabled in settings will be enbled when chathead is opened.
really great and stable release. For now my daily sms app. Pretty fast and customizable. Good job mate.
First impressions are very positive. Seems to be well designed and written. I'll run with it and see how it goes.
One issue I have is that tapping a picture launches Gallery, but no image is displayed.
Sent from my DROID RAZR HD
HoochieCoo said:
First impressions are very positive. Seems to be well designed and written. I'll run with it and see how it goes.
One issue I have is that tapping a picture launches Gallery, but no image is displayed.
Sent from my DROID RAZR HD
Click to expand...
Click to collapse
Thanx.
It will be fixed in next released.
download link ?
nar67 said:
download link ?
Click to expand...
Click to collapse
You must join to Google plus society and then you may download from Google play, but I may later post here apk.
kajozord said:
You must join to Google plus society and then you may download from Google play, but I may later post here apk.
Click to expand...
Click to collapse
We're sorry, the requested URL was not found on this server.
nar67 said:
We're sorry, the requested URL was not found on this server.
Click to expand...
Click to collapse
https://plus.google.com/communities/104199734242530632243
Try from desktop computer.
now its ok
thank you
When I try to open an existing group message it force closes. Check your dev console for the crash logs since I reported them.
Sent from my DROID RAZR HD
HoochieCoo said:
When I try to open an existing group message it force closes. Check your dev console for the crash logs since I reported them.
Sent from my DROID RAZR HD
Click to expand...
Click to collapse
Ok, Thanx. It's mms group chat? In which app this thread was originally created?
kajozord said:
Ok, Thanx. It's mms group chat? In which app this thread was originally created?
Click to expand...
Click to collapse
I assume so. It would have been created or received (not sure which) in EvolveSMS. Both the members of the group are IPhone users.
Sent from my DROID RAZR HD
Are you planning app for Samsung Gear 2?
osator said:
Are you planning app for Samsung Gear 2?
Click to expand...
Click to collapse
Yes. Its on my todo list
kajozord said:
Yes. Its on my todo list
Click to expand...
Click to collapse
I've been waiting...
I hope it will be soon!
HoochieCoo said:
I assume so. It would have been created or received (not sure which) in EvolveSMS. Both the members of the group are IPhone users.
Sent from my DROID RAZR HD
Click to expand...
Click to collapse
Fixed. Wait for update in google play and thanks for report.
kajozord said:
Yes. Its on my todo list
Click to expand...
Click to collapse
and for sony smartwatch?
I can help you with this one
duchian said:
and for sony smartwatch?
I can help you with this one
Click to expand...
Click to collapse
If API is available.
kajozord said:
If API is available.
Click to expand...
Click to collapse
definitely! http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/
Added APK to first post,.