Commit Graph

406 Commits

Author SHA1 Message Date
Aur36 61360ad75c
Update german translation 2021-10-31 10:45:41 +01:00
shoddysheep 1164187e58
Danish translation
Added Danish translation
2021-10-21 17:27:52 +02:00
spkprs 8c9c8b4370
Update strings.xml 2021-10-19 16:14:07 +03:00
teemue 3a519159d1
Improved FI translation 2021-10-16 12:22:35 +03:00
lavenderwaste 92aa946639
Update strings.xml
updating spanish strings
2021-10-14 23:35:22 +00:00
solokot c6b1028c97
Updated Russian translation 2021-10-10 15:56:01 +03:00
Aur36 4bb2333223
Update french translation 2021-10-10 10:44:37 +02:00
Agnieszka C c5427b5051 Changed condition formatting 2021-10-09 22:34:56 +02:00
Agnieszka C ee399c372f Added possibility to hide call history 2021-10-09 15:10:42 +02:00
Agnieszka C 4426d42fe9 Added hiding tabs (#183) 2021-10-09 10:38:45 +02:00
tibbi dc79228bc1 make some safety checks nicer 2021-10-08 19:53:00 +02:00
darthpaul 3ccb1072c4 fix: call notification hanging 2021-10-07 23:08:54 +01:00
tibbi ea9c0eb2d1 adding some null checks 2021-10-06 22:38:52 +02:00
tibbi 7e6789b94b update version to 5.10.1 2021-10-04 23:14:27 +02:00
tibbi 34c27c530d adding a crashfix at call manager 2021-10-04 23:11:25 +02:00
tibbi 526327bdb1 updating kotlin, commons, gradle 2021-10-04 19:33:03 +02:00
tibbi 23e1d465b9 update version to 5.10.0 2021-09-25 21:38:59 +02:00
tibbi 14f1b8fc48 updating commons 2021-09-25 21:38:52 +02:00
Tibor Kaputa 47577234bb
Merge pull request #232 from KryptKode/feat/back-press
Feat/ handle back press for calls
2021-09-25 21:32:59 +02:00
Tibor Kaputa 233fbcaf25
minor code style update 2021-09-25 21:32:24 +02:00
Guillaume 8513d44ca1
Dutch 2021-09-25 15:17:10 +02:00
darthpaul 3023881015 fix: do not show notification when call is ended 2021-09-24 22:56:43 +01:00
Agnieszka C 37d73ab8a2 Updated Polish translation 2021-09-24 22:13:24 +02:00
tibbi 81a98db071 removing an unnecessary import 2021-09-24 21:51:31 +02:00
Tibor Kaputa 6ef2278970
Update strings.xml 2021-09-24 21:50:44 +02:00
Quantum f02f0b2e99 Make it possible to disable proximity sensor during calls
There are phones out there with broken proximity sensors that always
report near, which causes every dialer app to turn off the screen
unconditionally during calls. As an owner of such a phone, this has been
driving me crazy.

This commit adds a new setting to disable the proximity sensor. By
default, this is turned off, preserving the current behaviour.
2021-09-23 02:47:00 -04:00
Tibor Kaputa 11c6bc9dee
removing some magic numbers 2021-09-22 23:36:04 +02:00
Tibor Kaputa 683fa0a1db
fixing some spaces 2021-09-22 23:24:07 +02:00
Tibor Kaputa 32e184dd67
removing a space 2021-09-22 23:23:35 +02:00
darthpaul 865cf4b8ae fix: recreate timer on each start and reset callDuration 2021-09-20 00:33:13 +01:00
darthpaul 2f9341dd33 fix: add CallDurationHelper to keep track of call duration 2021-09-20 00:27:03 +01:00
darthpaul bdab26838e fix: launch CallActivity when call is picked from notification
- add CallActivity.getStartIntent method to get the start intent for CallActivity and update in CallNotificationManager and CallService where the CallActivity is started
- in CallActionReceiver, start the CallActivity before answering the call
2021-09-20 00:02:53 +01:00
darthpaul dd6316ae81 ref: only end call if state is STATE_CONNECTING or STATE_DIALING 2021-09-19 23:51:47 +01:00
darthpaul 288b50da7f ref: handle notification in CallService
- remove notification handling from CallActivity
- handle notification in CallService, including adding a Call.Callback method to update notification when the call state changes
2021-09-19 23:33:09 +01:00
darthpaul e032bdddce ref: separate notification form CallActivity
- create CallNotificationManager to handle notifications, to ensure separation of concerns
- create helper class CallContactAvatarHelper to get contact's avatar. It is needed by the CallActivity and CallNotificationManager
2021-09-19 23:22:45 +01:00
tibbi 9b4c905f61 update version to 5.9.0 2021-09-12 17:11:42 +02:00
tibbi 44ac6425c3 updating commons 2021-09-12 17:08:32 +02:00
Tibor Kaputa bc71adc2b3
updating the code style 2021-09-12 11:59:20 +02:00
Chris 955152a941 Fix for "Incoming call not showing up (but ringing) #188" 2021-09-11 17:27:04 +02:00
Tibor Kaputa 51e887b72c
Update strings.xml 2021-08-28 22:34:24 +02:00
teemue cbebf09d75
Updated FI translation 2021-08-28 10:53:43 +03:00
solokot 0e6a541874
Updated Russian translation 2021-08-27 22:03:43 +04:00
Paul Akhamiogu ce3f06e6f8 Add windowSoftInputMode = stateHidden to prevent keyboard from showing in DialpadActivity 2021-08-26 01:07:26 +01:00
tibbi 86fed62680 some code autoformatting 2021-08-24 12:17:36 +02:00
tibbi dc951a38db merge accented characters with casual ones at the side letterscrollbar 2021-08-17 15:13:28 +02:00
Tibor Kaputa b36fb1a6a6
Merge pull request #219 from KryptKode/feat/import-export-blocked-contacts
Feat/import export blocked contacts
2021-08-17 11:43:49 +02:00
Paul Akhamiogu e55fab5ff7 Add storage permissions and update dependency
- Add WRITE_EXTERNAL_STORAGE permission required for importing/exporting blocked contacts
- Update depenency for commons library
2021-08-17 10:21:00 +01:00
Guillaume b1be54cb27
Dutch 2021-08-16 19:30:33 +02:00
Tibor Kaputa 6c24bd400d
Merge pull request #216 from p0ppy-fl0w3r/master
FR #200 Remove dialer from recent apps after hanging up a call
2021-08-16 17:23:56 +02:00
Tibor Kaputa cfcf5e76c3
simplifying a Handler creation 2021-08-16 17:23:16 +02:00
fl0w3r b2fe66ef4a Remove dialer from recent apps after hanging up. 2021-08-16 08:41:11 +05:45
Agnieszka C 479a8fd9de Updated Polish translation 2021-08-15 23:09:51 +02:00
Tibor Kaputa aeda7a1836
Update strings.xml 2021-08-15 22:45:31 +02:00
Tibor Kaputa 3f4115f795
Update strings.xml 2021-08-15 22:38:49 +02:00
fl0w3r 8ef4422a7a FR #200 Remove dialer from recent apps after hanging up a call 2021-08-15 23:11:02 +05:45
Paul Akhamiogu d04a2175f5 Fix formatting and add string in correct location 2021-08-15 08:16:01 +01:00
Paul e0d9592544
Update strings.xml 2021-08-14 18:11:29 +01:00
Paul Akhamiogu 81d09c658f Add settings option to launch dialpad by default
- also account for process death of the MainActivity by persisting the state of whether the dialer had been launched by default
2021-08-14 17:59:48 +01:00
nortio c82d47a53b
Update strings.xml
Few corrections and additions for the Italian translation that sound more natural. Also, before merging, I would like to understand what's the context for the "show_grouped_calls" string. I couldn't find anything in the app, and naturally the translation changes based on the context. Furthermore, the translation for the speed dial section is completely wrong, so I took the liberty to change a few strings.
2021-08-11 22:32:59 +00:00
Tibor Kaputa e0a1a9ce1e
Merge pull request #208 from teemue/patch-2
Improved FI translation
2021-07-28 22:06:03 +02:00
solokot 211275c5b6
Updated Russian language 2021-07-28 19:25:34 +03:00
teemue b92134b2a2
Improved FI translation 2021-07-28 12:53:13 +03:00
Guillaume 61705a8caf
Dutch 2021-07-26 23:05:41 +02:00
tibbi 5ff3f90905 update version to 5.8.0 2021-07-26 21:14:32 +02:00
tibbi ea743258d0 color the selected fastscroller letter at the dialpad screen 2021-07-26 21:10:26 +02:00
Tibor Kaputa 13c38005f2
Merge pull request #205 from Aga-C/master
Updated Polish translation
2021-07-25 21:44:06 +02:00
tibbi eabbf41ab7 fix #59, properly fetch contact photos at Recents tab 2021-07-25 21:35:33 +02:00
Agnieszka C cd687c8d68 Updated Polish translation 2021-07-25 21:09:03 +02:00
tibbi 5b339eec5b allow copying blocked number to clipboard 2021-07-25 18:57:44 +02:00
tibbi b1aaba1d7e highlight current letter at the fastscroller 2021-07-25 18:35:30 +02:00
tibbi fe1958001a show a prompt with redirection if a phone call cannot be made 2021-07-25 18:13:05 +02:00
tibbi 79b3ad0721 adding an optional call confirmation dialog 2021-07-25 17:43:17 +02:00
tibbi 618a88a09c fix #184, avoid showing duplicate call log entries 2021-07-25 15:35:23 +02:00
tibbi 3d144dfc60 properly handle limiting Recent items in the call log on Android O+ 2021-07-25 12:10:54 +02:00
tibbi 6973f86399 updating commons, kotlin, gradle 2021-07-25 11:18:06 +02:00
tibbi b17748c987 fixing some compile errors 2021-07-25 11:17:01 +02:00
Aur36 07420ffb89
Update french translation 2021-06-28 15:46:10 +02:00
Agnieszka C 6295588ba2 Added Polish translation 2021-06-27 20:02:29 +02:00
tibbi fec6a2de8d update version to 5.7.0 2021-05-23 16:39:19 +02:00
tibbi 815cdc0adc updating commons 2021-05-23 16:24:28 +02:00
tibbi 30c178e803 fix #91, try sorting search results smarter 2021-05-23 10:20:07 +02:00
tibbi 5c89288f6b adding some call keyboard related ui improvements 2021-05-23 09:49:33 +02:00
tibbi 32d8831831 fix #186, properly handle clicking missed call notifications 2021-05-22 23:11:15 +02:00
tibbi a23f89541f fixed some tab coloring issues 2021-05-22 22:32:19 +02:00
tibbi 0a11eccf8d fix the dialpad during calls 2021-05-22 22:26:02 +02:00
tibbi b461e1e88d fix #20, add russian letters to the dialpad 2021-05-22 21:25:45 +02:00
tibbi 20799d490a use smaller font when adding a new line with russian letters 2021-05-22 20:35:24 +02:00
tibbi 59c808cfd1 show some russian letters on the dialpad too on russian devices 2021-05-22 20:21:20 +02:00
tibbi 0f60f91101 adding a couple more dialpad related changes 2021-05-22 20:00:31 +02:00
tibbi dfff3bff72 rewriting the dialpad, add some holder layouts 2021-05-22 19:50:55 +02:00
tibbi cc34354abe move dialpad launching into a separate function 2021-05-22 16:51:14 +02:00
tibbi fcabdcc47a updating the letter fastscroller 2021-05-22 16:43:14 +02:00
tibbi ccd9494f0c fix #185, show unknown caller names as Unknown 2021-05-22 16:28:15 +02:00
tibbi da887d25ed add the permission to display the app over other apps 2021-05-22 16:01:32 +02:00
tibbi 3b33df31b4 show more items at the top menu 2021-05-22 15:53:13 +02:00
tibbi 52c2a6b9fd updating gradle and commons 2021-05-22 15:51:21 +02:00
Filda6 7a474fd882
Update strings.xml
Czech translate
2021-04-15 13:01:12 +02:00
tibbi 359bd562f5 adding a czech strings file 2021-04-14 21:03:36 +02:00
tibbi e8005d7de9 update version to 5.6.4 2021-04-05 21:23:02 +02:00
tibbi ee166494bc properly handle intents on Android 11+ 2021-04-05 21:19:43 +02:00