202 / Oct 13, 2023
(0/5) (151)

Description

One click Notepad and List. Easy list creation & management.Shopping list.

App Information ListiClick: Quick List & To Do

  • App Name
    ListiClick: Quick List & To Do
  • Package Name
    com.semdelkin.wipeitornote
  • Updated
    Oct 13, 2023
  • File Size
    Undefined
  • Requires Android
    Android 5.0
  • Version
    202
  • Developer
    SD.samodelkin
  • Installs
    10K+
  • Price
    Free
  • Category
    info_outline</i></button></div>
  • Developer
    P.B. 1698 3093939 Israel
  • Google Play Link

ListiClick: Quick List & To Do Version History

Select ListiClick: Quick List & To Do Version :
  • 199 (199)
  • ListiClick: Quick List & To Do 199 APK File

    Publish Date: 2022 /11/12
    Requires Android: Android 5.0+ (Lollipop, API: 21)
    File Size: 8.4 MB
    Tested on: Android 11 (Red Velvet Cake, API: 30)
    File Sha1: 9b957d06238c5cc95633838bdb9a076c675d030b
    APK Signature: 7c0c344fd898acf4cefe9220d9051f9be8858541

SD.samodelkin Show More...

ListiClick: Quick List & To Do 202 APK
SD.samodelkin
One click Notepad and List. Easy list creation & management.Shopping list.
Phone Call Bridge (PCB) 1.4 APK
SD.samodelkin
This APP is End Of Life.Use Call Portalinstead.https://play.google.com/store/apps/details?id=samodelkin.com.phonecallbridge2Have to change country code when traveling abroad?Dialingconference call numbers? This app will help you. The appcatchesthe number you are dialing and processing it based onyourinstructions.How it works?The app catches the number you are dialing and compares ittospecific pattern. If there is a match it will change thenumberbased on your instructions. If there is no match the numberwill bedialed as is.First (.*) in Pattern extracted to X in the Sequence To Dial.Second(.*) is extracted to Y.Complete syntax can be found on http://developer.android.com/reference/java/util/regex/Pattern.htmlExample 1. You phonebook includes numbers without countrycode,but now you are abroad and have to dial the country code.Let’sassume country code is +972 and first 0 from your numbershould notbe dialed.Matching pattern: ^0(.*); sequence to dial: +972XExample 2. You are dialing conference number 180012345678thenyou wait for the bridge to open, dial bridge number 5 andthenbridge access code 987654321. You want every time you aredialingthe number 180012345678 all the bridge numbers will beaddedautomatically.Matching pattern: 180012345678(.*); sequence todial:180012345678,5,987654321XIn this example X will be empty – that is fine... just savethe180012345678 as conference and dial it :).Example 3. You have a calendar app that allows you to clicktheconference ID (which is not constant) but then the dialed numberiswrong. First check the number that is dialed: selectpattern:(.*)and sequence X; press register; click the number in thecalendar;open phonecallbridge agin and check the text in theLatestDialed.Lets assume it is dialing 987654321,,,180012345678 and you needitto dial 18001111111 then 1 then 5 then ID (987654321),then#.Matching pattern: (.*),,,180012345678Sequence to dial: 18001111111,1,5,X,#Every time you click the conference ID in the calendar, the appwilldo the rest :).