[APP][ICS+] ContactsNotification +Sidebar v2.00 Final

Search This thread

Dovidhalevi

Senior Member
Jun 26, 2012
2,728
1,172
Had to reinstall 2.0, from Play. Could not choose/setup manual contacts!

Fixed meanwhile by restoring it and its data (inherited from previous version) using Titanium (don't leave home without it!).
 
  • Like
Reactions: dapaua

dapaua

Senior Member
Dec 27, 2006
360
247
Barcelona
Had to reinstall 2.0, from Play. Could not choose/setup manual contacts!

Fixed meanwhile by restoring it and its data (inherited from previous version) using Titanium (don't leave home without it!).

I'm happy you could solve it, but I don't understand why it happened in first place... Did you delete any contact recently?
 

alvizu

Senior Member
Jun 28, 2012
293
55
México
is there any way to make the photos look bigger? I have icon size large


Sent from my C6603 using xda premium
 

Attachments

  • uploadfromtaptalk1368470591681.jpg
    uploadfromtaptalk1368470591681.jpg
    57.6 KB · Views: 246
Last edited:

dapaua

Senior Member
Dec 27, 2006
360
247
Barcelona
i would love to use this app. i'm on jb and the app is working only partially
pls help!:)

What is exactly the problem? I need a more info to help :) :)
is there any way to make the photos look bigger? I have icon size large


Sent from my C6603 using xda premium

Your phone has really high resolution!! I'll add an update with an Extra-large size :) I'll code it now, it'll be on the play store in a few hours :) Thanks for reporting it!

EDIT: Here it is the new version, if you can't wait!
 

Attachments

  • ContactsNotification2.01.apk
    393 KB · Views: 29
Last edited:

Animor

Senior Member
Jun 29, 2012
196
31
Great app, thank you!

I have a suggested feature, perhaps you would be able to implement it:
Add an operation for holding/long pressing a contact icon. This way, the user can set for example:
- normal touch - dial the contact.
- hold/long touch - start whatsapp/SMS/dial secondary number/etc. with the contact.

I believe it will improve the usability of the app, is it doable?
 

pcardosobr

Member
Jan 22, 2013
38
3
Hi! Great app, dapaua!

I've been looking for a app like this on Android and finally found yours! But I'm having some problems with it, can you help me figure those out?

I have a contact with a USSD code to check the balance on my prepaid card, the number is registered as "*222#" (without the quotes, obviously) on my contact list and I've added a direct dial widget to it on my homescreen. It works like a charm. So I've added this contact to ContactsNotification, but when I click on it, the app just dials *222, don't know why it's "removing" the hashtag from the end of the number. If I manually open the dialer and press *222# then hit dial, a small window appears with the message "USSD code running" and after a few seconds, I receive a message with my prepaid balance. So, is it by default that we can't add those numbers ending with a hashtag?

Also, on the universe of dual-sim phones, can you add an option to choose from which simcard the contact should be dialed? This would make your app a must have for a great number of dual-sim users INMHO :)!
 

mtbsoft.

Senior Member
Jul 15, 2010
209
26
Perth
Were there after any updates past 2.03? I still use this on Pie on my Mate 10, but it complains at each startup.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 39
    I present here a new app.
    It allows you to choose up to eight contacts, which will be shown in a notification or a configurable sidebar. Tapping the contacts will allow you to call, message, whatsapp, email or many other things. This allows a faster workflow when you need to call someone when you are doing other things.

    Just install the apk, open the Contacts Notification app, choose your contacts and press update.
    The notification will automatically appear after a reboot, so you only need to do this once or to change your favorite contacts.

    I promise I am not storing or doing anything with your contacts.

    Market link: Contacts notification +sidebar
    Custom themes:Go to your sdcard, folder ContactsNotification/overlays.
    There create a folder, for example, mytheme.
    Into that theme add a border.png, sms.png and phone.png file. They must be 500x500px png files. pohne.png and sms.png must have border if you want it to show. A sample file, called "holo by dapaua.zip" is included.

    To show the sidebar (if enabled) , just slide your finger over the trigger area.
    Code:
    TASKER support.
    
    am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ACTION_NAME
    Where ACTION_NAME is:
    POST_NOTIFICATION. Posts or refreshes the notification
    HIDE_NOTIFICATION. Hides the notification
    ENABLE_SET_A. Enables contact set A. Use POST_NOTIFICATION afterwards
    ENABLE_SET_B. Enables contact set B. Use POST_NOTIFICATION afterwards
    
    Use of this command line with Tasker:
    
    Create a new task, call it CN_enable_A.
    Add an action of the type Script - Run Shell.
    in command , type: 
    am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_A ; am startservice -a com.dapaua.contactsnotification.ACTIONS -e action POST_NOTIFICATION
    
    if you are using the sidebar, type only:
    am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_A
    
    
    Create a new task, call it CN_enable_B.
    Add an action of the type Script - Run Shell.
    in command , type: 
    am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_B ; am startservice -a com.dapaua.contactsnotification.ACTIONS -e action POST_NOTIFICATION
    
    if you are using the sidebar, type only:
    am startservice -a com.dapaua.contactsnotification.ACTIONS -e action ENABLE_SET_B
    
    
    
    Use these two tasks to change the sets on the notification. You can use it with a timer, or position, or whatever. I am not going to explain how tasker works. I implemented this because I was asked to and I found it interesting.


    attachment.php
    attachment.php
    attachment.php


    HISTORY
    Version1.1 has some cosmetic changes in the notification.
    -----
    Version1.2a:
    -Up to 6 contacts can now be added. Small screens may show really small icons for last contacts.
    -Default action can be chosen from Menu, Dial or SMS. SMS not working yet, sorry. Icon overlays are planned so you know what the icons do.
    -Slightly nicer settings screen.
    -Option to disable notification icon, toast (the small notice telling you to wait), and start at boot.
    -Can now be disabled without uninstalling.
    This version won't be uploaded to the market. I'll upload it when I enable SMS and overlay icons.
    -----
    Version1.2b
    -Fixed JB compatibility. Now notification drawer should fold by itself.
    -Added contact icon sizes, so all 6 icons fit in small phones ( I hope)
    -SMS option works.
    -Black theme
    -Still ugly
    -Phone/SMS overlays are not done yet, so you need to remember what each icon does. I'll do it next week.
    This version will be uploaded to the Play Store.
    ------
    Version 1.3
    -Nicer looking icons.
    -Added Phone/SMS overlays to icons.
    -Now you can automatically populate your contacts form the recent calls log.
    -Still ugly app(Notification is much nicer, I think.)
    -Contacts without picture show name
    ------
    Version 1.3b
    Fixes a bug in auto-populated contacts that appeared when a caller not in your contact list was in the list.
    -------
    Version 1.4
    -Overlays are now optional.Please,send me new overlays to include in the program, check here:http://xdaforums.com/showpost.php?p=38780390&postcount=50
    -------
    Version 1.4b
    -New ICS overlays by Virus_672 (Thanks!!)
    -------
    Version 1.5
    -Now auto-populated contacts should work. The notification will automatically refresh 20 seconds after the call end.
    -No more vibration!
    -Some optimizations, should be a bit faster...
    -------
    Version 1.5b
    -Bugs Fixed.
    -------
    Version 1.5c
    -More Bugs Fixed. Sorry about the frequent updates. No more for today, I promise.
    -------
    Version 1.6
    -Fixed (I hope) Samsung "menu" option
    -Fixed (I hope) Samsung Galaxy 3 lag
    -Fixed (I hope) the "can't change icon size" bug.
    -New "Thin White" theme added, by MichaelB (Thanks a lot!)
    -------
    Version 1.7
    -Now you can choose your custom theme. After first run, the folder ContactsNotification/overlays will be created. There you can create any number of folders with the following files:border.png, phone.png, and sms.png. They must be 500x500px png files. After that, choose "custom" on "Overlay theme". A new option will appear listing all themes on the ContactsNotification/overlays folder. A sample theme can be downloaded, it is the file "holo by dapaua.zip". You shouldn't add weird characters to folder name, please use only letters,numbers,- and _ .
    --------
    Version 1.8
    -Notification is shown as "Ongoing" for phones supporting the feature.
    -Bugfixes.
    -New "Thin White,Big Icons" theme added, by MichaelB (Thanks a lot!)
    ---------
    Version 1.10
    -Notification shown as ongoing is now optional, it interfered with "hide icon".
    -Possibility to donate to the developer from the app (Thanks :) )
    -Spacing between the contacts can now be configured. Larger values may show a black notification for medium resolution phones. I am still investigating it.
    ----------
    Version 1.11
    -Accesibility service added. When enabled, allows Contacts notification to be the top-most notification. This one will be added to the play store tomorrow, after I get some feedback.
    -----------
    Version 1.12SidebarALPHA.
    -Testing version for sidebar. Please read first post for instructions.
    -----------
    Version1.12SidebarBETA
    -Now sidebar works with any number of contacts or in auto mode.
    -New option:Sidebar or Notification.
    -New option: Force notification clear. If disabled, notification bar doesn't go black when a new notification is post, but it may fail to refresh on samsung phones. I recomend enabling it on samsung stock.
    ------------
    Version1.12bSidebar
    -Bug fixes in auto contact mode.
    ------------
    Version1.12cSidebar
    -Fixed bug that showed the wrong action icons in sidebar, thanks Michael B.N.!
    -----------
    Version 1.13
    -Sidebar trigger position and size configurable.
    -New option:"Do not dial directly, show dialer instead" to avoid unintended dialing.
    -Trigger can be set to "visible" now,
    -Settings slightly reordered.
    ----------
    Version 1.14
    -Sidebar size configurable.
    -New icon.
    ----------
    Version 1.15
    -Up to 8 contacts now.
    -Fixed:settings button doesn't resize with sidebar
    -2 new sizes for sidebar: X-large and XX-Large.
    -Bug fixes.
    ----------
    Version 1.16
    -Vertical position of the sidebar trigger can now be fined tuned (I want to thank Ahmad Asraf Hashim for the suggestion)
    -Transparency of Sidebar can be configured.
    --------
    Version 1.17
    -Three different backgrounds for the sidebar to choose from.
    -Two different contact sets, to enable, for example, a work set and a family set (Thanks, Oleg Suharevich, for the suggestion)
    -Preeliminary tasker/scripting support to enable set choosing. (Thanks, Oleg Suharevich, for the suggestion)
    -------
    Version 2.00
    -Cleared the settings UI a bit.
    -Added sidebar transition.
    -Bug fixes.
    3
    i would love to use this app. i'm on jb and the app is working only partially
    pls help!:)

    What is exactly the problem? I need a more info to help :) :)
    is there any way to make the photos look bigger? I have icon size large


    Sent from my C6603 using xda premium

    Your phone has really high resolution!! I'll add an update with an Extra-large size :) I'll code it now, it'll be on the play store in a few hours :) Thanks for reporting it!

    EDIT: Here it is the new version, if you can't wait!
    2

    That was fast! Give me 10 minutes.

    EDIT: It is uploaded. I'll wait a bit more to upload it to the Play Store, maybe I get some more overlays :)

    I think that i will add the option to set a folder in the SD card to add your own overlays, but this won't be today.

    Thank you, Virus_672, they are really nice. The icons are small, but not so much that they can't be recognized.
    2
    New version 1.6.

    Changelog:
    ---------------------
    -Fixed (I hope) Samsung "menu" option
    -Fixed (I hope) Samsung Galaxy 3 lag
    -Fixed (I hope) the "can't change icon size" bug.
    -New "Thin White" theme added, by MichaelB (Thanks a lot!)
    2
    New (alpha) version

    I'm done for today, so I uploaded what I could add. I hope tomorrow I will be able to finish it.