Tibor Kaputa
|
ebdb8dcba6
|
Merge pull request #638 from Merkost/private_contacts_at_speed_dial
Added private numbers provider to ManageSpeedDialActivity
|
2023-07-10 16:58:14 +02:00 |
|
merkost
|
b5a863aaef
|
Added private numbers provider to ManageSpeedDialActivity and ArrayLists changed to Kotlin lists
|
2023-07-10 23:40:53 +10:00 |
|
Tibor Kaputa
|
67a8c27120
|
Merge pull request #633 from Merkost/call_history_export_import
Call history export import
|
2023-07-05 11:07:47 +02:00 |
|
Tibor Kaputa
|
2e8d16c703
|
updating the slovak translation
|
2023-07-05 11:07:22 +02:00 |
|
Tibor Kaputa
|
4cbafe1608
|
removing another empty line
|
2023-07-05 11:06:14 +02:00 |
|
Tibor Kaputa
|
8c67df0abd
|
removing another empty line
|
2023-07-05 11:04:51 +02:00 |
|
Tibor Kaputa
|
c8edf9a00d
|
removing an empty line
|
2023-07-05 11:04:16 +02:00 |
|
Tibor Kaputa
|
f24d10166d
|
flipping view names
|
2023-07-05 11:03:43 +02:00 |
|
Tibor Kaputa
|
a2499e331a
|
flipping view names
|
2023-07-05 11:03:20 +02:00 |
|
merkost
|
58eb9585b4
|
Setup calls import and export settings handled separately
|
2023-07-05 18:46:47 +10:00 |
|
merkost
|
5e75ea700c
|
Added proguard rules for kotlinx.serialization
|
2023-07-05 18:43:35 +10:00 |
|
merkost
|
6099e4d37b
|
Merge remote-tracking branch 'origin/call_history_export_import' into call_history_export_import
|
2023-07-05 11:12:14 +10:00 |
|
merkost
|
0ad6fcb300
|
Fixed label color changing
|
2023-07-05 11:12:08 +10:00 |
|
merkost
|
d8b6afe669
|
fixed label color changing
|
2023-07-05 11:08:40 +10:00 |
|
merkost
|
aff820a84a
|
Added kotlinx-serialization plugin
|
2023-07-05 11:02:32 +10:00 |
|
merkost
|
af9ab19185
|
Added empty import file toast
|
2023-07-04 10:10:00 +10:00 |
|
merkost
|
3e4c5de826
|
Reverted item_contact_frame to ConstraintLayout
|
2023-07-03 11:55:27 +10:00 |
|
merkost
|
1309097d27
|
Added invalid file format toast for import
|
2023-07-03 11:40:38 +10:00 |
|
merkost
|
1c554c33fe
|
Added ExportCallHistoryDialog
|
2023-07-02 23:14:20 +10:00 |
|
merkost
|
931a2f63d1
|
Exporting failed error removed if user cancelled his action on the file picker screen
|
2023-07-02 22:45:03 +10:00 |
|
merkost
|
6fc028db33
|
Created migration section in settings and import/export rearranged
|
2023-07-02 22:31:37 +10:00 |
|
merkost
|
3892c5f5d5
|
Changed runCatching to try/catch block
|
2023-07-02 10:13:07 +10:00 |
|
merkost
|
22a2fbb331
|
ArrayList to Kotlin List refactoring
|
2023-07-02 10:07:26 +10:00 |
|
merkost
|
7f2fa6cf7e
|
Sort the call history before restoring, so that it is saved in the right order
|
2023-07-01 12:04:07 +10:00 |
|
merkost
|
ec57e45770
|
Fixed a bug - for some reason FrameLayout was casted to Constraint layout
|
2023-07-01 12:02:59 +10:00 |
|
merkost
|
031b662f72
|
Merge branch 'master' into call_history_export_import
# Conflicts:
# app/src/main/kotlin/com/simplemobiletools/dialer/helpers/RecentsHelper.kt
|
2023-07-01 11:42:26 +10:00 |
|
merkost
|
9061115b11
|
Import/Export implementing
|
2023-07-01 11:29:32 +10:00 |
|
merkost
|
54778a228e
|
Created new items in the settings for import/export call history
|
2023-07-01 11:28:46 +10:00 |
|
merkost
|
2abc59adcd
|
New export and import call history strings
|
2023-07-01 11:27:48 +10:00 |
|
merkost
|
1c57d5e5e2
|
build.gradle plugins section refactoring
|
2023-07-01 11:27:11 +10:00 |
|
merkost
|
d3bff0a272
|
Added Serializable to RecentCall.kt and improved documentation string
|
2023-07-01 11:26:13 +10:00 |
|
merkost
|
eeaa073d55
|
Added restoreRecentCalls in RecentsHelper.kt and changed getRecents sort to Calls.DATE
|
2023-07-01 11:24:36 +10:00 |
|
tibbi
|
a23dcd5302
|
fixing some margins
|
2023-06-30 14:25:56 +02:00 |
|
tibbi
|
76af3f6899
|
show the overflow button at unknown calls too
|
2023-06-30 11:17:53 +02:00 |
|
tibbi
|
f27b7c4c3c
|
adding an empty line
|
2023-06-30 10:53:33 +02:00 |
|
tibbi
|
2ad1980abe
|
unknown numbers can also be stored as -1, not just null
|
2023-06-30 10:52:03 +02:00 |
|
tibbi
|
f2b0428679
|
use the newer contact thumbnail layout
|
2023-06-30 10:27:17 +02:00 |
|
tibbi
|
7b80aa1b9f
|
updating commons
|
2023-06-29 14:49:47 +02:00 |
|
Tibor Kaputa
|
d2fefd9e03
|
Merge pull request #631 from Merkost/master
Fixed gsm code calling
|
2023-06-29 14:49:18 +02:00 |
|
merkost
|
4a4e26d6d7
|
Fixed gsm code calling
|
2023-06-29 19:35:04 +10:00 |
|
Tibor Kaputa
|
151dcea56e
|
Merge pull request #629 from Merkost/showing_unknown_callers
Added unknown phone calls visibility in Call History
|
2023-06-28 09:45:04 +02:00 |
|
Tibor Kaputa
|
e918621fa4
|
Merge pull request #630 from Merkost/block_hidden_numbers_feature
Added blocking calls from hidden numbers
|
2023-06-27 17:30:02 +02:00 |
|
tibbi
|
b7703457bc
|
updating commons
|
2023-06-23 10:09:57 +02:00 |
|
merkost
|
cedcd6e304
|
Added blocking calls from hidden numbers
|
2023-06-23 14:25:23 +10:00 |
|
tibbi
|
fbe4868586
|
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Dialer
|
2023-06-22 23:57:19 +02:00 |
|
tibbi
|
193cb76358
|
replacing jcenter with mavenCentral
|
2023-06-22 23:57:08 +02:00 |
|
merkost
|
e0b0aac5fb
|
Fixed typo in a word
|
2023-06-21 21:55:44 +10:00 |
|
merkost
|
d575123474
|
Added unknown phone calls visibility in Call History
|
2023-06-21 10:54:16 +10:00 |
|
Tibor Kaputa
|
c0642f3cf5
|
Merge pull request #628 from Merkost/recent_calls_loading
Improved RecentCallsAdapter for onScroll loading
|
2023-06-20 13:44:18 +02:00 |
|
Tibor Kaputa
|
571aeec977
|
optimizing imports
|
2023-06-20 13:43:58 +02:00 |
|