Guillaume
c015d52294
Dutch
2020-05-21 16:48:34 +02:00
tibbi
721c804b07
adding some new strings related to customizing default tab in some apps
2020-05-21 14:03:42 +02:00
tibbi
52de8660a6
require just a List instead of ArrayList on some places
2020-05-20 23:17:24 +02:00
spkprs
44f5caf661
Update strings.xml
...
Fix ))
2020-05-18 22:17:43 +03:00
tibbi
e5d02d742b
allow accessing the private contacts only to our apps
2020-05-18 20:29:04 +02:00
tibbi
a4aee688d8
adding some helper things for sharing private contacts within the suite
2020-05-18 19:58:10 +02:00
spkprs
1bf0d25c73
Update strings.xml
2020-05-17 18:50:03 +03:00
tibbi
b73d3a268b
removing a wrong colon
2020-05-17 16:33:14 +02:00
Guillaume
faaca1525b
Plural for new apps
2020-05-17 16:15:14 +02:00
Guillaume
e40bfe57a2
Dutch
2020-05-17 16:13:34 +02:00
tibbi
f7f64f4b82
updating the slovak apps translation
2020-05-17 15:49:46 +02:00
tibbi
a3e74e9450
adding all App name strings for future use
2020-05-17 15:44:23 +02:00
solokot
946bd8996e
Updated Russian language
2020-05-16 19:23:38 +03:00
solokot
c63a499441
Updated Russian language
2020-05-16 19:20:48 +03:00
tibbi
bd48d93343
adding a new dialog showing 3 new apps and their icons
2020-05-16 16:57:14 +02:00
spkprs
a478747bf5
Update strings.xml
2020-05-14 12:27:28 +03:00
tibbi
8636ec20e2
allow easily fetching the favorite contacts only
2020-05-13 21:46:13 +02:00
tibbi
937eafecdd
adding some shortcut related helper functions
2020-05-13 21:28:54 +02:00
Tibor Kaputa
e2bac6b284
Merge pull request #918 from Solatec/patch-124
...
Update strings.xml
2020-05-13 19:01:38 +02:00
Solatec Informàtica
fa8ee02bc1
Update strings.xml
2020-05-13 18:29:53 +02:00
Solatec Informàtica
7ea4c36cb9
Update strings.xml
2020-05-13 18:28:48 +02:00
tibbi
7dec3702cb
adding a constant related to third party contact related intents
2020-05-13 16:34:56 +02:00
tibbi
e52ddf27e5
adding a new string for adding a number to a contact
2020-05-13 16:18:30 +02:00
tibbi
6d6dc14ad5
avoid showing contacts with same rawID multiple times
2020-05-12 13:00:11 +02:00
tibbi
51e734c3d2
adding a helper function for removing contacts by rawID
2020-05-12 12:42:50 +02:00
tibbi
83933ec1df
adding some contact delete confirmation related strings
2020-05-12 12:02:23 +02:00
tibbi
dd0453c6b7
adding a SIM icon
2020-05-11 15:43:36 +02:00
tibbi
dda5bcaa64
adding a helper string overload, allow using * at strings
2020-05-11 13:05:08 +02:00
tibbi
b3750cac6a
fixing a default dialer check
2020-05-10 10:12:58 +02:00
tibbi
07a242cdda
properly check for default dialer in Simple Dialer too
2020-05-10 10:01:43 +02:00
tibbi
f432100b2a
adding some contact phone number related helper functions
2020-05-09 22:37:27 +02:00
tibbi
fea03771b7
adding a helper function for launching call intent
2020-05-08 22:32:19 +02:00
tibbi
dd0e01622a
rename ContactsHelper to SimpleContactsHelper
2020-05-08 21:59:13 +02:00
tibbi
8d5f77f142
adding some View Contact intent related helper functions
2020-05-08 21:50:22 +02:00
tibbi
2f29f9510e
add both RawID and ContactID into SimpleContact model
2020-05-08 21:43:23 +02:00
tibbi
198c0c1fb3
tweaking the contact related layout items
2020-05-08 10:12:53 +02:00
tibbi
895c955ba5
adding more helper functions into ContactsHelper
2020-05-07 15:43:50 +02:00
tibbi
011f372a35
adding some contact related layouts
2020-05-07 13:36:32 +02:00
tibbi
52daf7d314
removing the old file vector
2020-05-07 08:58:27 +02:00
Charles-770
4cd1be0fe2
Updating French strings
...
I was not able to find those others corrections:
* You have to put 'Poids' instead of 'Dimension';
* And 'Dimensions' (with an 's' at the end) instead of 'Résolution' (the resolution is measured in dpi or ppi).
* Likewise, the unit of weight for images is denoted 'ko', 'Mo' or 'Go' (the 'o' in lower case) in french, instead of 'kB', 'MB', 'GB'.
* In French, the decimal is noted by a comma instead of a dot, and a space after the value ('0,2 You have to put 'Poids' instead of 'Dimension';
And 'Dimensions' (with an 's' at the end) instead of 'Résolution' (the resolution is measured in dpi or ppi).
* Likewise, the unit of weight for images is denoted 'ko', 'Mo' or 'Go' (the 'o' in lower case) in French, instead of 'kB', 'MB', 'GB'.
* In French, the decimal is noted by a comma instead of a dot, and a space after the value ('0,2 MP' instead of '0.2MP').
2020-05-07 03:36:58 +02:00
tibbi
dd287c9d0b
adding some contact related helper functions
2020-05-06 23:36:28 +02:00
tibbi
bab24f92ec
updating some arabic strings
2020-05-06 21:25:18 +02:00
tibbi
a2eba90dea
catching some exceptions at the Properties dialog
2020-05-06 18:50:00 +02:00
tibbi
acb362ee2f
moving the LastModified fetching from MediaStore into context extension
2020-05-06 11:48:24 +02:00
tibbi
8760213138
improve album fetching too
2020-05-06 11:44:29 +02:00
tibbi
db334fcc4a
improve artist fetching in Properties
2020-05-06 11:41:27 +02:00
tibbi
ae6c8762be
improving the way file title is fetched, mostly used at songs
2020-05-06 11:33:07 +02:00
tibbi
b73bebf085
properly fetch duration from content uris
2020-05-06 11:28:46 +02:00
tibbi
5be5de3dac
improve the handling of content uris at the Properties dialog
2020-05-06 11:11:05 +02:00
tibbi
7203b0c075
reverting glide back to 4.10.0, it is too unstable
2020-05-05 16:09:37 +02:00
tibbi
4f3034703d
renaming getVideoDuration to getDuration, it works on audio too
2020-05-05 15:02:04 +02:00
tibbi
f7637f38bf
change the default contact avatars letter to A instead of S
2020-05-04 16:28:48 +02:00
tibbi
f9fe30c505
updating glide to 4.11.0
2020-05-04 12:46:49 +02:00
tibbi
bb84af3a3e
adding a better way of retrieving video durations
2020-05-04 10:54:30 +02:00
tibbi
ed1733206b
allow checking the READ_PHONE_STATE permission
2020-05-01 23:47:16 +02:00
tibbi
afe1bc07fa
adding an Android build version 27 check
2020-05-01 12:42:27 +02:00
tibbi
b799f89b70
adding helper functions for getting contact name and photo uri from number
2020-05-01 11:06:13 +02:00
tibbi
fe90959610
updating the Play icon
2020-04-30 23:21:51 +02:00
tibbi
f785c079eb
updating the Stop vector
2020-04-30 23:02:50 +02:00
tibbi
f6f9c42f71
adding a microphone vector icon
2020-04-30 22:49:23 +02:00
tibbi
ab82011667
adding a helper function for getting the notificationManager
2020-04-30 21:43:53 +02:00
Sérgio Marques
0d781e44e9
Update strings.xml
2020-04-29 22:17:06 +01:00
10cents
0d145684a2
developer_description
2020-04-29 17:55:18 +02:00
tibbi
0970005ca0
revert to the previous way of checking folder .nomedia files
2020-04-26 18:51:04 +02:00
Guillaume
8c4f64aa5b
Dutch
2020-04-26 02:17:17 +02:00
tibbi
726223b4f4
catch exceptions thrown at searching for SD card nomedia files
2020-04-25 16:36:20 +02:00
tibbi
1ee0334dc6
use fast DocumentFile for checking if .nomedia exists
2020-04-24 11:16:17 +02:00
tibbi
ec6dc7210e
removing an empty space at opening map coordinates
2020-04-23 21:28:46 +02:00
tibbi
d39610f4c6
allow passing the date and timeformat at getBubbleText too
2020-04-23 20:59:46 +02:00
tibbi
df7f481eec
allow passing the date and time formats to formatDate for better performance
2020-04-23 20:16:59 +02:00
tibbi
4bd2cfdfe1
adding a SQL file type icon
2020-04-23 20:16:19 +02:00
tibbi
a1d0d80993
updating the file picker dialog, show real file type placeholders
2020-04-23 10:20:43 +02:00
Vytautas Gumbakis
c8a69b71ac
Updated lithuanian strings.xml
2020-04-23 00:14:03 +03:00
tibbi
176658897a
properly handle SD card file/folder creation on some devices
2020-04-22 10:49:23 +02:00
tibbi
1ec0489cd9
improving the way latest media ID is fetched
2020-04-21 23:37:05 +02:00
tibbi
5ea60c535d
fixing a deadloop at navigationBarHeight getter
2020-04-21 17:45:36 +02:00
tibbi
194e5bde09
improving the way navigation bar height is checked
2020-04-21 17:33:12 +02:00
tibbi
a1f19cbf4d
updating some icons, add vector versions
2020-04-21 13:07:13 +02:00
Tibor Kaputa
c76cf9ed05
Merge pull request #912 from Pzqqt/patch-38
...
Update Simplified Chinese translation
2020-04-21 10:49:26 +02:00
Tibor Kaputa
4ee98dbc08
Merge pull request #911 from solokot/master
...
Updated Russian language
2020-04-21 10:48:54 +02:00
Tibor Kaputa
ff99fd0634
Merge pull request #910 from spkprs/patch-43
...
Update strings.xml
2020-04-21 10:48:15 +02:00
Tibor Kaputa
ec507e19df
Merge pull request #909 from Solatec/patch-123
...
Update strings.xml
2020-04-21 10:47:45 +02:00
Tibor Kaputa
799ff049a8
Merge pull request #908 from Solatec/patch-122
...
Update strings.xml
2020-04-21 10:47:12 +02:00
Pzqqt
19c8527e34
Update Simplified Chinese translation
2020-04-21 08:37:46 +08:00
tibbi
9f4814c288
adding a new margin to be used at settings sections
2020-04-20 23:31:01 +02:00
solokot
019eb85d7b
Updated Russian language
2020-04-20 23:52:53 +03:00
spkprs
80c191dc21
Update strings.xml
2020-04-20 23:00:38 +03:00
Solatec Informàtica
9a2edc17f4
Update strings.xml
2020-04-20 21:58:44 +02:00
Solatec Informàtica
6dfea9cb24
Update strings.xml
2020-04-20 21:57:45 +02:00
10cents
1826e20aa5
insert_text_here
2020-04-20 21:46:11 +02:00
tibbi
5f2c71ce2e
adding s new string related to our developer profile on Google Play
2020-04-20 21:30:58 +02:00
Tibor Kaputa
043eb9803c
Merge pull request #905 from Solatec/patch-120
...
Update strings.xml
2020-04-20 18:34:06 +02:00
Solatec Informàtica
344fe6ec8e
Update strings.xml
2020-04-20 16:45:20 +02:00
Solatec Informàtica
d74558eeb7
Update strings.xml
2020-04-20 16:44:11 +02:00
tibbi
cfdbd1038c
add some things related to promoting new apps, no need to update translations
2020-04-20 15:47:50 +02:00
spkprs
a22d665d60
Update strings.xml
2020-04-20 16:16:46 +03:00
tibbi
59737725a6
adding a new string as a placeholder for some text fields
2020-04-20 13:40:14 +02:00
tibbi
0fc01f4ef1
adding a drawable for rounded widget background
2020-04-20 12:34:38 +02:00
tibbi
5d6da1e468
adjusting some sizes at the Color Customization screen and SearchBar
2020-04-19 21:57:16 +02:00
tibbi
df2eb55706
updating the Add Person icon, make it bigger
2020-04-19 21:23:34 +02:00