Git Product home page Git Product logo

corporateaddressbook's People

corporateaddressbook's Issues

App not selectable as contacts app from mail client

If i press the contact button from within my mail client i can select apps like 
built in contacts or astro filemanager but not corporate addressbook. This 
makes it impossible to send mail to multiple recipients.

/Anders


Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 12:07

Use with Google Apps (Error=0)

Using Google Apps for Business. Wiki instructions say to leave Domain blank and 
use my full email address as the username, however, if I just enter the 
username into the field the app says I need to follow the "DOMAIN\username" 
format. If I just enter "\[email protected]", it says "Error connecting to 
server, please check your settings Error=0."

Running version 1.2.2
Android Version 2.2.1

Not actually running Exchange. Using Google Apps for Business.


Original issue reported on code.google.com by [email protected] on 28 Jan 2011 at 9:47

No error returned on authentication failed (after successful install)

What steps will reproduce the problem?
1. Log into Exchange server with the app
2. Now change password on the Exchange server
3. Search for a contact using the app

There is no particular indication that the app could not log into the server. 
It just returned no matches for any name entered.

It will be nice to know that the account authentication failed vs. the search 
returned no results.



Original issue reported on code.google.com by [email protected] on 6 Jan 2011 at 12:08

Translate corporate addressbook into german language

Currently, only english language is supported for this app.
I want to help you to translate it into german if you provide me the language 
file


Original issue reported on code.google.com by jens.goldhammer on 5 Dec 2010 at 12:53

Enhancement proposition: Propose to save or not save password

Most of the time, corporate users are required to change their password, and 
trying to connect to GAL with a wrong password may conduct to password beeing 
blocked.
I propose to have to possibility to stor or not to store the password in the 
preferences, so that if it is saved, then the app continues to work as it does 
actually, and if it is not stored, then, the information are populated in the 
settings pane, except the password, which is the only input the user has to 
enter.

rgds,

Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 5:36

No Hebrew support

What steps will reproduce the problem?
1.enter an israeli server and settings
2.search for a name
3.see the hebrew information

What is the expected output? What do you see instead?

there is jiberish where hebrew should be displayed. Hebrew letters should be 
displayed properly and there should be support of hebrew fonts

What version of the product are you using? On what operating system?

froyo 2.2 galaxy s

Please provide any additional information below.

Please let me know if this fix is possible as my company may have an 
opportunity to use your services. thank you

Original issue reported on code.google.com by [email protected] on 28 Nov 2010 at 12:04

settings not saved aftzr reboot

What steps will reproduce the problem?
1.start app. Confog. Connect. Search
2.. Find. Close app. Shut down or kill app. Restart phone and app
3. Working settings not saved

What is the expected output? What do you see instead?
Keep working settings
What version of the product are you using?
Lateqt downloaded today
What version of Android are you running?
2.2.1
What version of Exchange are you connecting to?
Do not know...
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jan 2011 at 7:43

Cannot connect to server

What steps will reproduce the problem?
1. Input all server settings
2. Double check fr accuracy
3. The app will not connect to the exchange server

What is the expected output? What do you see instead? Expected to log in and 
search my corporate address book

What version of the product are you using?V 1.1.4

What version of Android are you running? Androide 2.0, I think

What version of Exchange are you connecting to? Don't know

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Dec 2010 at 12:51

XML Parser error on some search results

What steps will reproduce the problem?
1. Search for a contact
2. Some work fine, others result in error message

What is the expected output? What do you see instead?
Activesync version= 12
org.xmlpull.v1.XmlPullParserException:
name expected (position:START_TAG<foobar>@1:273 in 
java.io.InputStreamReader@4502af80)

What version of the product are you using?
1.2.2

What version of Android are you running?
CyanogenMOD 6.1

What version of Exchange are you connecting to?
Kerio Mailserver 7.1.3

Please provide any additional information below.
This only seems to happen with contacts that have a lot of information 
associated with them. A contact with just a name, number, and email works fine. 
Ones with multiple email accounts, numbers, etc have the problem.

In the error message, foobar is the first part of an email address 
([email protected]).

Logcat output:
W/System.err(10345): org.xmlpull.v1.XmlPullParserException: name expected 
(position:START_TAG <foobar>@1:267 in jav
a.io.InputStreamReader@450efce0)
W/System.err(10345):    at 
org.kxml2.io.KXmlParser.exception(KXmlParser.java:273)
W/System.err(10345):    at org.kxml2.io.KXmlParser.error(KXmlParser.java:269)
W/System.err(10345):    at org.kxml2.io.KXmlParser.readName(KXmlParser.java:970)
W/System.err(10345):    at 
org.kxml2.io.KXmlParser.parseStartTag(KXmlParser.java:677)
W/System.err(10345):    at org.kxml2.io.KXmlParser.nextImpl(KXmlParser.java:342)
W/System.err(10345):    at org.kxml2.io.KXmlParser.next(KXmlParser.java:1385)
W/System.err(10345):    at 
org.xmlpull.v1.sax2.Driver.parseSubTree(Driver.java:449)
D/dalvikvm(10345): GC_FOR_MALLOC freed 2582 objects / 145752 bytes in 40ms
W/System.err(10345):    at org.xmlpull.v1.sax2.Driver.parse(Driver.java:340)
W/System.err(10345):    at 
net.vivekiyer.GAL.CorporateAddressBook.parseXML(CorporateAddressBook.java:319)
W/System.err(10345):    at 
net.vivekiyer.GAL.CorporateAddressBook$GALSearch.doInBackground(CorporateAddress
Book.java:488
)
W/System.err(10345):    at 
net.vivekiyer.GAL.CorporateAddressBook$GALSearch.doInBackground(CorporateAddress
Book.java:1)
W/System.err(10345):    at android.os.AsyncTask$2.call(AsyncTask.java:185)
W/System.err(10345):    at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
W/System.err(10345):    at 
java.util.concurrent.FutureTask.run(FutureTask.java:137)
W/System.err(10345):    at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068)
W/System.err(10345):    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561)
W/System.err(10345):    at java.lang.Thread.run(Thread.java:1096)


Original issue reported on code.google.com by [email protected] on 24 Jan 2011 at 6:33

Can't connect

What steps will reproduce the problem?
1. Install software
2. Setup connection settings
3. Result: error connecting to server...


What is the expected output? What do you see instead?
On Android 2.1 worked perfectly. After when I use 2.2 Froyo, can't connect to 
Exchange server.

Error connecting to server.
Please check your settings.
Error code = 0


What version of the product are you using?
1.2.2


What version of Android are you running?
2.2


What version of Exchange are you connecting to?
Exchange Server 2007


Please provide any additional information below.
The e-mail client working perfectly with same settings on this device

Modell: Samsung GT-I9000 (Galaxy S)
Kernel version: 2.6.32.9 root@SE-S608 #1
Build number: FROYO.XWJPL

Original issue reported on code.google.com by [email protected] on 10 Mar 2011 at 2:36

No integration with secondary email client on android

What steps will reproduce the problem?
1. search for any name.
2. click on email icon to compose email.
3. list shows only Gmail app and dropbox etc.

What is the expected output? What do you see instead?
It should show the email app that is connected to exchange atleast.


What version of the product are you using? On what operating system?
latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Nov 2010 at 3:55

Error with large result

When searching in the corporate directory and when receiving a larger result 
the phone displays an error:

ActiveSync version=12.1
org.xmlpull.v1.XmlPullParserException: unterminated entity ref (position:TEXT 
Kramer, A.N. (Aa,,,@1:2163 in java.io.InputStreamReader@40592c98)

Is there a solution for this?

Regards,
Ron

Original issue reported on code.google.com by [email protected] on 17 Jan 2011 at 6:55

Crash on orientation change

I just sent a bug report. While “validating settings” I changed orientation 
and it crashed. You can prevent this by adding: 
“android:configChanges="keyboardHidden|orientation"” to the 
AndroidManifest.xml

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 8:06

Fix for display line height on Samsung Galaxy S

Via the Market of my Samsung Galaxy S I found your app called "Corporate 
Addressbook". I find the app the best app there is to find that fills up the 
functional gap that android 2.2 misses. However, when I make query and I tap on 
the persons name I have found that the data returned cannot be read entirely. 
The heights of the lines are to small to display the information correctly. So 
I only the the upperpart (40%) of the persons location, and since I cannot zoom 
/ tap on that field I still to make an educated guess where that persons office 
is.

My data:
Samsung Galaxy S
Android 2.2
Build-number: FROYO.XQJPA
Kernel-version: 2.6.32.9 root@SEs608 #1
My phone is root and lag fix has been installed.

Is this something that can be fixed?

Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 5:56

java.lang.NullPointerException

What steps will reproduce the problem?
1. Launch the application after you've previously done a search (application is 
still closed, but previous results are displayed)
2. Search for a new contact 
3. Error displayed "
ActiveSync version=12.1
java.lang.NullPointerException

What is the expected output? What do you see instead?
I'd much rather have the results displayed :)

What version of the product are you using?
the most recent version

What version of Android are you running?
2.1 I believe (US Cellular - Samsung Galaxy S)

What version of Exchange are you connecting to?
Not sure how to tell - 2010 I think

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Jan 2011 at 9:07

Clicking on email icon launches gmail

.. when I click the email icon, it opens up gmail. Is there any way for it to 
prompt us to select from MAIL or GMAIL?

I have HTC Incredible using Android 2.2 (with HTC Sense UI). 

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 8:07

Ignore extra characters in phone number

I have another question. Regarding phonenumbers, my company finds it necessary 
to put a certain word in this field. So when I look up a persons data I see for 
example "12345 Grpnr." where grpnr stands for gripnumber, which is a term we 
use for shortnumbers we use when calling to collegues (cheaper then using their 
mobilenumber). Hope I explained that clear :)

Now, when I press the phoneicon within the app, the app dials not only 12345 
but it translates the grprs to 47767. So in total it dials to 1234547767. My 
question: can you make the app to ignore other characters except numbers?

Original issue reported on code.google.com by [email protected] on 20 Nov 2010 at 5:07

Feedback in app

Add a feedback form in the app, that way if folks have issues connecting they 
can create a ticket and I can help troubleshoot the issue

Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 7:03

German Umlaute are not supported

What steps will reproduce the problem?
1. Searching with this app for a contact with a german umlaut
2. the name of the contact is not correctly displayed

What is the expected output? What do you see instead?
Correct name like : Müller
I see instead someting like M[some broken character]ller

What version of the product are you using? On what operating system?
- Latest version of corporateaddressbook on Android 2.2

Please provide any additional information below.


Original issue reported on code.google.com by jens.goldhammer on 28 Nov 2010 at 8:14

Search integration

A phone gives much search options (apps) today. It would be great to have a 
front-end that is capable to plugin to different APPS. One of those search 
“engines” is the Google search widget. Within the setting part of this 
widget it’s possible to mark the actual program’s that it is using. Could 
it be possible to enable the Corporate Address Book APP so that Google search 
widget can use your APP and display the results?
Thanks for your good work
Regards, Ron

Original issue reported on code.google.com by [email protected] on 18 Jan 2011 at 7:50

Zimbra GAL Support

Zimbra supports ActiveSync Exchange connections.  The GAL works fine in the 
iPhone, so I believe it should work here.

What steps will reproduce the problem?
1.  Add Zimbra Account
2.  Search for someone
3.  Phone displays the message: "exchange server rejected request with error500"

What is the expected output? What do you see instead?

The results of my search.

What version of the product are you using?

1.2.2

What version of Android are you running?

2.3

What version of Exchange are you connecting to?

Zimbra 6.0.6

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 Jan 2011 at 9:27

Enhancement suggestions

I suggest 
1) add clear button to clear the text from previous search.
2) keep previous search result on the main screen of the app.

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
Droid 1, Froyo

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Nov 2010 at 8:10

Organization info

1.Can you retrieve the organization info (manager, direct reports)?

What is the expected output? What do you see instead?
Manager name and direct reports names.

What version of the product are you using?
1.2

What version of Android are you running?
2.2

What version of Exchange are you connecting to?
2010

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2011 at 11:27

Cannot connect

What steps will reproduce the problem?
1. Enter all correct info
2. Try to connect 
3. Get error 0

What is the expected output? What do you see instead?
Should connect instead get error 0

What version of the product are you using?
Latest 

What version of Android are you running?
2.3.20 

What version of Exchange are you connecting to?
2010 server 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Mar 2011 at 5:20

  • Merged into: #49

Display more than 100 results

If someone does a search such as "Thomas", and there are well over 100 results, 
it might be nice if you could click something to display the "next 100 results" 
or something like that.  

Original issue reported on code.google.com by [email protected] on 21 Jan 2011 at 5:09

Enter button should submit values

One suggestion: the ENTER key on the keyboard actually puts a line break 
instead of submitting the entries. This would be helpful since you can’t see 
the “log in” button when the keyboard is active.

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 7:20

Error with duplicate names

Hi,
I use your application.
I wanna just signal you if two or more person have the same name and surname, 
the result of a research show only one.

Regards,
Lucio

Original issue reported on code.google.com by [email protected] on 29 Dec 2010 at 6:02

Allow copy of text values in contact view

Please add the feature to copy values into the clipboard like name, phonenumber 
etc.

Thanks.


Original issue reported on code.google.com by jens.goldhammer on 28 Nov 2010 at 8:15

Unable to connect to server

What steps will reproduce the problem?
1. input domain\username, password, server, check use SSL
2. click Login
3. Get "validating settings" for several seconds, then just goes back to the 
login screen

What is the expected output? What do you see instead?  Expect to be able to 
login, instead cannot.

What version of the product are you using?
1.1.5

What version of Android are you running?
2.2 (Tmobile G2)

What version of Exchange are you connecting to?
Exchange 2007 SP3

Please provide any additional information below.
Our EAS servers sit behind a reverse proxy.  Perhaps that would cause the 
issue?  The native Android EAS client works fine.


Original issue reported on code.google.com by [email protected] on 5 Jan 2011 at 5:39

Add to contact

Add a menu item that allows the user to add a contact to his / her contact list.

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 8:09

Search gives no results

What steps will reproduce the problem?
1. Log in successfully
2. Type anything into the search bar
3. App tells you there are no results

What is the expected output? What do you see instead?
 I expect some result, but get nothing.

What version of the product are you using? On what operating system?
Version 1.1.4 on android 2.2 on a samsung captivate.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 4:23

Error code 400 on search

Thank for good program.  After update it is not working.   It keep getting 
error message.  Error code 400.  Login is ok then after input name to search 
exchange server request rejected error 400.  please check this and let me know. 


------------------------------------

Hello and thank you for developing (and open sourcing) this very useful app.  I 
have an issue with the latest version (1.2.1).  I can successfully configure 
without error, however when performing a search I get an "exchange server 
rejected request with error400" error. I'm connecting to an exchange 2003 
server. As a work around, I can use version 1.2.0 from the google code project 
page without issue.  Thanks again,

------------------------------------

Hi there,

this installs fine and log into the exchange server with no issues.
Have an issue when I search for a contact and get the following error - 
"Exchange server rejected request with error 400"


------------------------------------

Original issue reported on code.google.com by [email protected] on 24 Jan 2011 at 3:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.